A react native/Expo app for testing out new technologies.
- It shows data from the spring-experiments API.
- It has an Expo module (only tested and fully implemented on android).
- Tests are run with both GitHub Actions and Expo EAS Build.
- It's using React Native Testing Library.
Install nodenv and node-build (or use any other way to put correct version of node on PATH):
To run the app on android:
. environment
npm i
npm prebuild
npm run android