I want to use React-Native on Github CodeSpace. Because in my situation(I'm a soldier so I have to use a public computer with bad specifications and that computer is reset every time I turn it on and on), I can only use cloud IDE like CodeSpace.
There is no problem to use expo in CodeSpace, but I have some problems to set developing environment for using React Native CLI on Codespace.
I followed React-native official document(Setting up the development environment), which I wrote right below. Link : Setting up the development environment
I want to develop android app, and the OS of CodeSpace is Linux.
According to official document, First Step is install Node 16 or newer, and Second Step is install JDK 11. I finished this until second step. But I can't install Android Studio on CodeSpace which is third step of official document. Because CodeSpace doesn't have GUI. So I install android-sdk commandlinetools(I followed below link). Link : Install android-sdk commandlinetools
And I type npm run bundle
, it doesn't work....
Is there anybody who use React-Native on CodeSpace?