简体   繁体   中英

React-Native using Android Studio

Is it possible to run a React-Native project using only Android Studio . Right now I use Genymotion for emulator and Webstorm to make changes to source files. It would be great if I can use Android Studio for both running the emulator and making changes to files. I would really appreciate if someone can point me how to do it?

The short answer is "NO".

A better question would be: Is it possible to write React like programs in Android Studio?

The answer is "Yes" but probably not in the way you are thinking. The main difference is Java, it works totally different then JavaScript. So you could make react like code in Java with RxAndroid ( see how ) but it will look different

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM