A minimal, clean React Native + AWS Amplify template without the bloat.
- ✅ Expo 51 - Stable and reliable
- ✅ React 18 - No version conflicts
- ✅ AWS Amplify ready - Clean integration
- ✅ Minimal dependencies - No unnecessary packages
- ✅ Clean builds - Minimal warnings
- ✅ Cross-platform - Works on all devices
git clone https://github.com/BlackBoxEngineering/aws-react-native-template-light.git
cd aws-react-native-template-light
npm install
npm start
- Push to GitHub
- Connect to AWS Amplify Console
- Deploy automatically with included
amplify.yml
- Camera:
expo-camera
(included) - Location:
expo-location
(included) - AWS Backend:
aws-amplify
(included)
Perfect foundation for production React Native apps with AWS integration!