react-native iOS app not showing images after deploying
react-native iOS app not showing images after deploying The asset destination and the main.jsbundle have to be in the same folder. Run the below command in your project root directory. react-native bundle –minify –entry-file index.js –platform ios –dev false –bundle-output ./ios/main.jsbundle –assets-dest ./ios You will see the asset folder and main.jsbundle file in the ios […]









