Skip to content

Instantly share code, notes, and snippets.

@cbrevik
Created October 17, 2020 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbrevik/5220c84309231578ed8285e015eb1d6e to your computer and use it in GitHub Desktop.
Save cbrevik/5220c84309231578ed8285e015eb1d6e to your computer and use it in GitHub Desktop.
RN Android bundle command
npx react-native bundle
--platform android
--dev false
--reset-cache
--entry-file index.js
--bundle-output index.android.bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment