-
Notifications
You must be signed in to change notification settings - Fork 693
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
requiring unknown module react-native-mapbox-gl #37
Comments
I'm wondering if this is due to changes I pushed yesterday. Can you try installing 0.1.0? |
version not found: [email protected] |
Sorry, 0.0.9 |
still same error :(
Looks like i am missing something :s |
Hmmm this is interesting. What happens when you run npm ls? |
Also see facebook/react-native#1272 (comment) Can you try react v0.4.1? |
finally i tracked down issue ! , if don't specify stylesURL then map is showing up without any tiles though
if add app is blowing up with Requiring unknown module "react-native-mapbox-gl" :s |
@bsudekum do you see anything suspicious here ? |
Ah interesting! This error should be handled better. Is working properly now that you are providing a style? |
hmm no, with 0.1.1 also i am seeing these errors :S styleURL = "asset://styles/dark-v7.json"
|
I'm really not certain what the issue is here, I just went through the install process on a clean project - no issues. Here is a zipped projected containing a demo map, try and see if it works for you. Perhaps you can compare it to your project. |
thank you for demo project , i'll dig deeper :) |
Hi ,
I just followed instructions mentioned in readme
Am i missing something ?
The text was updated successfully, but these errors were encountered: