Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution for modules autolinking issues in Go-social #149

Open
Yash621 opened this issue Mar 23, 2022 · 0 comments
Open

Solution for modules autolinking issues in Go-social #149

Yash621 opened this issue Mar 23, 2022 · 0 comments

Comments

@Yash621
Copy link
Contributor

Yash621 commented Mar 23, 2022

Expected Behavior

Perfectly Running App without no pre-log Errors.

Current Behavior

The console is throwing the below listed errors in Failure Logs

Steps to Reproduce

  1. Follow all the steps in the readme
  2. run the app as usual using terminal.

Failure Logs

Screenshot 2022-03-19 223651

Solution

head on to react-native.config.js and mention all those modules for which you want to turn off autolinking

Below I have listed the implementation for doing it:

module.exports = { dependencies: { 'some-unsupported-package': { platforms: { android: null, }, }, }, };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant