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

Error on install/setup #11

Closed
Ehesp opened this issue Dec 1, 2015 · 8 comments
Closed

Error on install/setup #11

Ehesp opened this issue Dec 1, 2015 · 8 comments

Comments

@Ehesp
Copy link
Contributor

Ehesp commented Dec 1, 2015

With a fresh install, I get the following error when following the instructions to install.

image

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 prop AndroidProgressBar.indeterminate of native type boolean'

@binggg
Copy link
Owner

binggg commented Dec 2, 2015

Sorry, React Native 0.16.0-rc isn't supporting for now.

@andycaramba
Copy link

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.

@binggg
Copy link
Owner

binggg commented Dec 2, 2015

@andycaramba Thank you for your reporting. I will check later

@binggg
Copy link
Owner

binggg commented Dec 2, 2015

@Ehesp
1.Warning: Native component for "RCTModalHostView" does not exist
See
http://facebook.github.io/react-native/docs/known-issues.html#views

@andycaramba
Copy link

I've found the solution. In MRN Installation Manual command npm install react-native-vector-icons --save installs react-native-vector-icons v1.0.0 that has some changes in its installation instruction. Particularly folder name android/app/src/main/assets/fonts must be in lowercase. Installing react-native-vector-icons v0.8.5 or following updated instructions solves the issue.

@binggg
Copy link
Owner

binggg commented Dec 2, 2015

@andycaramba Good job! Thanks. Let me update the manual.

binggg referenced this issue in shevawen/mrn-doc Dec 2, 2015
@Ehesp
Copy link
Contributor Author

Ehesp commented Dec 2, 2015

Changing the Fonts directory to fonts worked for me :) also downgraded to 0.15.* and it's back working. Thanks for the help @andycaramba

@christopherdro
Copy link

This is fixed in the stable release of 0.16.

@Ehesp Ehesp closed this as completed Dec 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants