You need to be using android studio to program in react native [closed]

0

Do you need android studio to program in react native?
My machine does not run the program well, you can hardly use it. While to the emulator I can test the apps by the mobile without problems. I have already been told that I only need to create a project in android studio and then can program in another IDE. And would you like to do this in an older version of android studio?

And just out of curiosity, the same goes for programming in Java?

    
asked by anonymous 26.11.2018 / 16:23

1 answer

4

You can program in react-native in any IDE, Android Studio gives you the emulator, but you can download a separate emulator, eg Genymotion and develop in another editor ...

If you want to use the expo to facilitate react-native development, you can use an emulator provided by them at web for both Android and IOS.

You can also emulate directly on your phone using App of the expo and scanning the Qr code.

If you do not use the expo you will be able to emulate the App on your phone too, via usb.

    
26.11.2018 / 17:10