A modern Android application for text sharing, file sharing and URL shortening service based on rustypaste. Built with React Native and Expo.
Upload | List Uploads | Settings |
---|---|---|
- Clone the repository
nix develop
avdmanager create avd -k 'system-images;android-35;google_apis;x86_64' -n default --device "pixel_6"
emulator @default
npm run android
- Configure app.json with your production settings
- Build for Android:
npx expo prebuild --platform android --clean
cd android
chmod +x gradlew
./gradlew assembleRelease
- Release file location:
android/app/build/outputs/apk/release/app-release.apk
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
- Share intent integration (files, text can be shared through other app)
- Page dedicated for Listing all endpoints & deleting endpoints
- Usable without authtoken
- Release on fdroid store
MIT License - see LICENSE file for details