Skip to content

Instantly share code, notes, and snippets.

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 samuelematias/f8406b256e27f17a8c3ef2cf9c9b6b3c to your computer and use it in GitHub Desktop.
Save samuelematias/f8406b256e27f17a8c3ef2cf9c9b6b3c to your computer and use it in GitHub Desktop.
A way of execute the react native bundle and the android emulator on linux. if you have this problem https://github.com/facebook/react-native/issues/28807, try downgrade you node from 17 or higher to 14 and using this script/command.
{
....
"scripts": {
"run-android": "gnome-terminal -e \"react-native start\" && react-native run-android"
},
....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment