-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Unable to make 3rd party modules / plugins use local forked version of React Native #21776
Comments
Looks like this issue affect this: #13094. |
You may need to publish your own npm package, you can refer to https://github.com/facebook/react-native/blob/master/.circleci/config.yml to how achieve this. |
My own npm package containing what? |
Contain build android aar. |
Build android aar for the share example project or my local version of React Native ? What would I do after that? |
@MarkOSullivan94 Have you followed this step from the documentation? |
@guyca yes, hence why I opened an issue on the React Native website too: facebook/react-native-website#624 |
@gengjiawen could you provide a guide for what you want me to do? |
@MarkOSullivan94 |
@MarkOSullivan94 After
|
You may want to change this in |
@gengjiawen just tried your changes and I've some how got the app running again! Thank you! Red error screens but at least the app's running now. |
Environment
Description
Following the steps of the Building React Native from source documentation and I'm stuck on step 4.
It looked like everything was working fine until I noticed this in Android Studio
Unfortunately this is preventing me from running a local version of React Native so I can test my changes.
My version of React Native can be found here: https://github.com/MarkOSullivan94/react-native/tree/develop
Reproducible Demo
My project containing the error: https://github.com/MarkOSullivan94/ReactNativeShareExample
Clone the project, install the node modules and then try and run it in Android Studio and you'll see warning issues.
If you use the command
react-native run-android
it'll produce the following error.error: cannot find symbol import com.facebook.react.modules.core.PermissionAwareActivity;
The text was updated successfully, but these errors were encountered: