You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
11
11
12
12
Specifically this repo will:
13
+
13
14
- Run a daily job **every night at 4:15 AM UTC** via GitHub Actions scheduled workflows
14
15
- Testing the latest `react-native@nightly` build against a list of popular libraries, such as:
15
16
-`react-native-async-storage`
@@ -20,15 +21,17 @@ Specifically this repo will:
20
21
- Send a Discord message for failure alerts and status updates
21
22
- Store results in Firebase for historical tracking and run comparison to identify newly broken or recovered libraries
22
23
23
-
####How to apply?
24
+
### How to apply?
24
25
25
26
If you're a library maintainer, you can now sign up to be part of our nightly testing to make sure your library will keep on working. Read more in the Discussions and Proposals discussion:
0 commit comments