Closed selvaTecky closed 3 years ago
@selvaTecky Make sure that you use the latest version v2.7
@selvaTecky After you have run the script, clear the metro bundler cache with this command:
npm start --reset-cache
. It should hopefully suffice the issue.
Hi @vishal9950 ,
Even thought the debug folder files and packages are not getting updated.
@selvaTecky Try this,
For android:
cd android
./gradlew clean
cd ..
rm -rf node_modules && npm i && react-native link (if using an older RN version)
react-native run-android
For iOS:
cd ios
rm -rf build
cd ..
rm -rf node_modules && npm i && react-native link (if using an older RN version)
react-native run-ios
This should hopefully fix this problem 😶
Hi,
I have renamed main application but I can't able to rename the debug application. can you help me on this?