You can download the Universal apk here.
1- First download the zip file or clone the project
.
2- Install the dependencies with npm i
command.
3.1- npx react-native start
inside your React Native project folder.
3.2- Let Metro Bundler run in its own terminal. Open a new terminal inside your React Native project folder. Run the npx react-native run-android
command.
If everything is set up correctly, you should see your new app running in your Android emulator shortly.
for more info on getting start with react-native see docs.