React native seems to be very promising, so i decided to give it a try.
Steps to get it running:
1- Install ubuntu dependencies:
3- When you finish step 2, you will be able to build and run your react native project using your android smartphone. Steps to accomplish that are detailed at Running on Device.
That's all, short post just for the records.
Steps to get it running:
1- Install ubuntu dependencies:
sudo apt install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386If you dont install those dependencies, probably when building your react native project, you will get an error saying:
"java.io.IOException: Cannot run program "/home/edvm/Code/Android/Sdk/build-tools/23.0.1/aapt" (in directory "/home/edvm/Code/github/edvm/react/AwesomeProject"): error=2, No such file or directory"2- Just follow steps detailed at Getting started.
3- When you finish step 2, you will be able to build and run your react native project using your android smartphone. Steps to accomplish that are detailed at Running on Device.
That's all, short post just for the records.
Comentarios
Publicar un comentario