React-native front-end for XSpam App - Video link, .apk link
# Run on emulator / device (usb-debugging)
# debug
npx react-native run-android
# release
npx react-native run-android --variant=release
# Build Release
cd android && ./gradlew bundleRelease
Use the official doc to sign the .apk / .aab.