Reputation: 31
I'm working on react native, but the problem is that it keeps generating old build and any changes in the code doesn't reflect on my app anymore I've tried all possible solutions but nothing works for me. Can anyone knows the solution.
react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios/assets this command produces me this error which is in picture
Upvotes: 1
Views: 699
Reputation: 1
You'll need to give your RN version, and a little more specification on what changes you are making in your code.
I have added a reference of a similar question. React native is stuck at old version app
Upvotes: 0