forked from react-native-community/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
Suggestions from Ram:
- Check if Dev mode or Prod Mode: 1 of 2 ways
- Check if metro is running
- Download bundle file on the device from
APP_DIR/assets, and check if this file is minified (better option).
- Generate source maps using
react-native bundle --minify={isProdMode}: 1 of 2 ways
- ExecSync Out
-
require('react-native')and then generate the source map
Reactions are currently unavailable