Skip to content

aleqsio/new-arch-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Architecture Helper

image

npm version

Based on this spreadsheet mentioned in reactwg/react-native-new-architecture#167.

NewArch Helper is a package that allows you to easily check if the autolinked dependencies in your react-native project have been tested with new architecture and bridgeless enabled.

Run npx new-arch inside your project directory to get a report listing known state of support for each package.

How it works

It simply looks up each dependency in the spreadsheet – it's not a static code analysis tool or something like that.

Only dependencies that have native code and are autolinked are listed.

There might be packages that work despite being listed as having problems, or might break even though they are listed as having been tested.

If you find such a case, let me know so that we can update the data or add a new library to the list.

About

A helper util to check if packages are already supported in new arch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published