Using React Native, can I create android and iOS applications? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Using React Native, can I create android and iOS applications?

And if possible, what IDEs will you recommend to install on a pc to make this possible? David Carroll, Airree, Hatsy Rei, Alexander Klimov, GAWEN STEASY, John Wells

27th May 2020, 6:53 PM
eMBee
eMBee - avatar
6 Answers
+ 1
I am currently going through Mosh Hamedani's free video on youtube on react-native. He shows you how to set up all the required software to develop for ios and android. I have a laptop with an AMD cpu though, so the android virtual device wouldn't work for me even though i tried some workarounds i found online. I am just using the web browser to go through the tutorial for the time being. But yes, you can totally use react-native to build ios and android apps.
30th May 2020, 12:53 AM
Nathan Stanley
Nathan Stanley - avatar
+ 6
Mofey My development teams use VS Code. I use both VS Code and phpStorm. While VS Code is more than sufficient, I tend to favor phpStorm. I personally believe phpStorm has much better debugging support for unit tests. Otherwise, they are very similar. That said, XCode and Apple SDK are required to build your iOS application. I personally use a Mac to do that. However, I know others who use VMs, Hackintoshes, and third party services to run their builds remotely. I've just not personally had experience with these other methods. Hope this helps. UPDATE: Expo might be worth looking into: - https://expo.io/ - https://docs.expo.io/
28th May 2020, 7:22 AM
David Carroll
David Carroll - avatar
+ 3
if Windows VScode, Mac - Xcode, but it’s better to test which one is more convenient for you and your PC
28th May 2020, 12:29 PM
Alexander Klimov
Alexander Klimov - avatar
+ 3
VS Code works on Mac as well. XCode is needed just for the build step.
28th May 2020, 1:09 PM
David Carroll
David Carroll - avatar
+ 2
Yes it did, thank you David Carroll
28th May 2020, 7:36 AM
eMBee
eMBee - avatar
0
Thank you for that answer Nathan Stanley
30th May 2020, 2:19 AM
eMBee
eMBee - avatar