Automated GitHub Actions workflows for testing React Native ecosystem libraries against nightly builds
This repository contains GitHub Actions workflows that automatically test popular React Native OSS libraries against React Native nightly builds. The system runs daily to catch breaking changes early and ensure ecosystem compatibility with upcoming React Native releases.
Specifically this repo will:
- Run a daily job every night at 4:15 AM UTC via GitHub Actions scheduled workflows
- Testing the latest
react-native@nightly
build against a list of popular libraries, such as:react-native-async-storage
react-native-gesture-handler
react-native-reanimated
- And many more...
- Run a build for both iOS and Android
- Send a Discord message for failure alerts and status updates
- Store results in Firebase for historical tracking and run comparison to identify newly broken or recovered libraries
The repository includes Jest tests for the workflow scripts. To run the tests locally, use the following commands:
yarn install && yarn test
This project is licensed under the MIT License - see the LICENSE file for details.