
running RestaurantApp error
Hey @mihretSh, thank you for submitting this issue, could you give us more details on how to reproduce it?
Thank you for your quick response , I was trying to run Restaurants app and follow the steps as mentioned in the description :
Hey @mihretSh, I also faced with this problem... actually, a don't know why, but after following all steps from the readMe I saw that some files were changed. And this was the reason. So just use git to revert changes and this issue should be fixed.
However, then I faced with the other problem... http://prntscr.com/driv9d....
will be grateful for the help.
Hey @RomanPerin, thank you for suggesting a solution. Error you have attached is known issue in RN0.39.0, but is fixed with 0.39.2, so please check what version is installed after you have reverted some of our changes. Also, I believe that unlinking react-native-share or manually removing all references from project and then just do react-native link, should fix original issue. If it does, could I ask you to submit the PR with fix?
I have tried to push my changes but I'm getting 403 error...
So, let me describe:
The main issue was caused by the 'react-native link' command, as it adds already existed lines of code.
http://prntscr.com/drkhku
http://prntscr.com/drkhzm
http://prntscr.com/drkia5
http://prntscr.com/drkion
RN 0.40 facing the same error on Windows 10 as OP
This should be fixed with the latest release. Could you guys @mihretSh @AldrichMascarenhas @RomanPerin test it now and close the issue?
RN 0.42.2 windows 10 still got the error @SoHotSoup
tried with RN 0.42.2 windows 7. Even getting same error
tried today as of April 25th : still the same issue.
Got latest repo this morning on a fresh install.
Hey @Benouzef you get this error also on RestaurantsApp example?
Yup, same thing: I wanted to run the sample app. It crashed with this error.
Quick update : message is the same however stack trace shows
I ran into the same error but I found a solve inspired by this post
https://github.com/GeekyAnts/NativeBase-KitchenSink/issues/19
The problem is 'react-native link' executed twice by mistake.
I solved it by
Hope it works for you
Most helpful comment
I ran into the same error but I found a solve inspired by this post
https://github.com/GeekyAnts/NativeBase-KitchenSink/issues/19
The problem is 'react-native link' executed twice by mistake.
I solved it by
Hope it works for you