Open flexbox opened 5 years ago
rm -rf $TMPDIR/react-* && watchman watch-del-all && rm -rf ios/build && rm -rf node_modules/ && yarn
open ios/PROJECT_NAME.xcodeproj
Hi @flexbox , Please use 'npm' and not 'yarn' at the moment. Also delete the build folder in ios and rebuild. This should resolve the issue. Also you don't need to use the Legacy Build system.
yarn
we will change to yarn in the future but for now just use npm .