Skip to content

Instantly share code, notes, and snippets.

View alanleedev's full-sized avatar

Alan Lee alanleedev

  • San Francisco Bay Area, CA
  • 17:41 (UTC -07:00)
View GitHub Profile

Test Your Library against React Native 0.74.0-rcs.

We cut the branch for 0.74 and we released the first RCs. We would like to check that the libraries in the ecosystem are working well, especially with the New Architecture.

To simplify the work, we prepared a sort of template you can use to test your library against the most recent version of React Native. There are two ways to test this:

  1. Using a newly created app;
  2. Using the example app that might live in your library repo.

The first approach can be used to check whether the latest version you already released is compatible with the New Architecture.