nhattnopm97
Results
1
comments of
nhattnopm97
My solution was to rewrite the bundle command to `--dev true` full bundle command: `react-native bundle --platform ios --entry-file index.js --dev true` It got rid of this error, but I...