You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@xstable The error shows that it is unable to find module native-base-theme/components, which means you had ejected theme using node node_modules/native-base/ejectTheme.js, but may have deleted the folder native-base-theme, but now you are trying to import components or variables from native-base-theme somewhere in your code... You should clear your cache using https://gist.github.com/jarretmoses/c2e4786fd342b3444f3bc6beff32098d , and then run node node_modules/native-base/ejectTheme.js if you want to customize
@suvenduchhatoi it seems to be nothing that depends on missing or wrong packages.
It seems that it depends an Bug in react-native and the way the packager.sh is used from XCode.
I have a strange Issue.
If I start Metro with:
react-native run ios --reset-cache
, the app working well at my USB-Connected Device.If I start the App in Xcode, the App didn't work anymore (worked before).
Now I got this error:
Trying since hours now, but didn't get it to work.
I think last I've changed before the error was upgrading babel (but not 100% sure, because in the last hours, I've tried many things to fix it).
Any suggestion, what's going wrong here?
Here my dependencies from package.json:
The text was updated successfully, but these errors were encountered: