Closed pcg92 closed 5 years ago
Hi there!
As recomanded in the warning message you can try to update your cocoapods repo:
cd ios
pod repo update
pod install
Nice, the error is gone, but running the ios emulator im getting :
Error: Unable to resolve module utils/theme
from /Users/me/app/src/index.ts
: Module utils/theme
does not exist in the Haste module map
Thanks for your fast response!
edit: fixed with
watchman watch-del-all
.node_modules
folder: rm -rf node_modules && npm install
.rm -rf /tmp/metro-bundler-cache-*
or npm start -- --reset-cache
.
Im using mac os, when I run the command yarn install im getting this output: Any idea?