Running react-native with Genymotion

See original GitHub issue

I am trying to follow the getting started tutorial and use Genymotion. What are the steps I should take after Genymotion is running? I see an ‘Add’ button that ask me to ‘select new virtual device’ but I don’t have any devices. At the bottom of the form I see ‘Sign in to access all available virtual devices’.

Is that what I should do? sign in to Genymotion? Another question - what command should I use to deploy the app into Genymotion? maybe it’s the same command that deploy the app to my phone? react-native run-android ?

Maybe a separate documentation page for setting up a project with Genymotion would be helpful for others?

Thanks!

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:26 (6 by maintainers)

github_iconTop GitHub Comments

19reactions
chandu0101commented, Sep 20, 2015

Genymotion Setup :

  1. Create an account on their website
  2. Install Oracle virtual box 3 )Get genymotion app and install
  3. login with user and pass
  4. click on +(Add) , install device
  5. down load virtual device you want , and then start emulator
  6. run react-native run-android , check emulator app should be running there.

above steps worked fine for me on my mac 😃

9reactions
han4wluccommented, Sep 20, 2015
  1. ⌘+M to reload javascript
Read more comments on GitHub >

github_iconTop Results From Across the Web

Complete How To : create-react-native-app with Genymotion ...
Step 1: Install Node.js · Step 3: Install create-react-native app · Step 4: Sign up on Genymotion · Step 4: Download Genymotion ·...
Read more >
Connect Genymotion Emulator with React Native - Codeloop
In this React Native tutorial we we want to learn Connect Genymotion Emulator withReact Native, ... you run your emulator from Genymotion.
Read more >
React Native/Expo with VirtualBox and Genymotion.
So we work out how to let two VMs running on the same host communicate with each other (Ubuntu and Android Emulator). Please...
Read more >
React-native does not find Genymotion - Stack Overflow
With the emulator open, simply run the native run-android in the folder of your project. Share.
Read more >
Scale your e2e React Native UI testing with Detox on ...
To test your React Native application on Android, you could run them on Genymotion SaaS. It offers cloud-based Android Virtual Devices.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found