Skip to content

react-native-community/nightly-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Nightly Tests 🌑🌓🌔🌕🌖🌗

Check Nightlies

Automated GitHub Actions workflows for testing React Native ecosystem libraries against nightly builds

Overview

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

Contributing

The repository includes Jest tests for the workflow scripts. To run the tests locally, use the following commands:

yarn install && yarn test

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Nightly integration tests for React Native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published