-
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
Integrating with an Android existing app crashes the application #10371
Comments
The problem was that React Native was downloaded from node_modules, not maven central or otherwhere. So I was using an older version of React Native. |
@SandroMachado hello. |
@StefanoCremona looks like you find the solution here. |
@SandroMachado Yes, thank you anyway. It seems there are hundreds of developers with the same problem. May be we could suggest an improvement to the original documentation. |
I'm hitting this with React Native 0.41.2, any suggestions? Its not clear to me what the fix is here: I currently have:
is that not correct? |
@alexblack Did you find a solution to this? |
Issue Description
Integrating React Native in an existing Android application does not work. Every time I try to run the
Activity
with theReactRootView
I get the following crash:Steps to Reproduce / Code Snippets
ReactRootView
.Expected Results
Appear the activity with the react native component.
Additional Information
The text was updated successfully, but these errors were encountered: