First step: Install Android SDK
yay -S android-sdk android-sdk-platform-tools android-sdk-build-tools genymotionsudo modprobe vboxdrv vboxnetadp vboxnetflt
Activate for current session.sudo chown -R $USER:$USER /opt/android-sdk
Give permisions over Android SDK folders.- Restart
Is needed byGenymotionfor detectVirtualBoxmodules.
NOTE: You need install Java JDK for user Android SDK. /opt/android-sdk/tools/bin/sdkmanagerThis command launchAndroid SDK. You can make fixed in your dock application (for examplePlank), or create adesktop-launcher./opt/android-sdk/tools/bin/sdkmanager --licensesThis command will ask you to accept all the licenses required by the react-native-cli.
Second step: React-Native
npm install -g react-native-cliNote: You need have installed node and npm for useReact Native.
Optional Step: Upgrade watchers limit
echo "fs.inotify.max_user_watches=524288" >> /etc/sysctl.confNote: Use this command in super user session.sudo sysctl -p /etc/sysctl.confMake this active without reboot session.