Shafay Azeem
Shafay Azeem

Reputation: 31

React Native creating Old Apk

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

enter image description here

Upvotes: 1

Views: 699

Answers (1)

liqiankl
liqiankl

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

Related Questions