1.1.3 • Published 22 days ago

new-arch v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
22 days ago

New Architecture Helper

npm version

Based on this spreadsheet mentioned in https://github.com/reactwg/react-native-new-architecture/discussions/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.

1.1.3

22 days ago

1.1.2

29 days ago

1.1.1

29 days ago

1.1.0

29 days ago

1.0.0

29 days ago