-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Error on install/setup #11
Comments
Sorry, React Native 0.16.0-rc isn't supporting for now. |
Hi. I have the same issue on React Native v0.13.2. After I've created new React Native project all works fine, but when I've modified code according to instructions in MRN Installation Manual (without any other modifications in index.android.js and so on), I got this error. |
@andycaramba Thank you for your reporting. I will check later |
@Ehesp |
I've found the solution. In MRN Installation Manual command |
@andycaramba Good job! Thanks. Let me update the manual. |
Changing the |
This is fixed in the stable release of 0.16. |
With a fresh install, I get the following error when following the instructions to install.
Using the latest version of the react-native cli tool.
I also get the logs:
W/ReactNativeJS( 1965): 'Warning: Native component for "RCTModalHostView" does not exist'
W/ReactNativeJS( 1965): '
ProgressBarAndroid
has no propType for native propAndroidProgressBar.indeterminate
of native typeboolean
'The text was updated successfully, but these errors were encountered: