Minimum React Native Project
minimum-reproducible-code-for-react-native
# build apk
cd android && gradlew assembleRelease && cd ..
# install apk
adb uninstall com.awesomeproject
adb install -r -d android\app\build\outputs\apk\release\app-release.apk
Description
Languages
TypeScript
26%
Kotlin
22.5%
Objective-C
20%
Ruby
19.1%
Objective-C++
7.1%
Other
5.3%