+ 3
How can i create react app in my android?
android doesn't have terminal commands what shoud i do
3 Answers
+ 1
install termux from playstore
in termux do this
pkg install nodejs
npm install -g create-react-app
create-react-app appname
cd appname
npm start
+ 1
if i use termux emulator
+ 1
//lina love no problem