react-native-sdk
react-native-sdk copied to clipboard
Add support for the new architecture
PR adding New Architecture support to the library :tada:
We at Software Mansion have been working on improving support for the new architecture for quite a while now. If you need help with anything related to New Architecture, like:
or you just want to ask any questions, hit us up on [email protected]
This PR:
- adds a new
FabricSample
app with the new architecture enabled by default - adds support for the new architecture (converts the library from native module to turbomodule)
- adds an interoperability layer to ensure that the library functions correctly on both architectures