Issue
I am trying to run react active iOS and I am getting following error
npx react-native bundle --entry-file ./index.js --platform ios --bundle-output ./ios/main.jsbundle --assets-dest ios && yarn ios
The specified assets destination folder ios does not exist
Solution
i solved by
npx react-native bundle --entry-file ./index.js --platform ios --bundle-output ./ios/main.jsbundle --assets-dest packages/mobile/ios && yarn ios
Answered By - Swapnil Vishwakarma
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.