Describe the Feature
The tracking issue for adopting React Native's new architecture. JS side should be pretty straightforward as we are not using UIManager API, nor findNodeHandle. The native side might require some additional work, although thanks to https://reactnative.dev/docs/next/new-architecture-intro the migration should go smooth.
Migration plan
JS changes:
iOS:
Android:
Testing:
Describe the Feature
The tracking issue for adopting React Native's new architecture. JS side should be pretty straightforward as we are not using
UIManagerAPI, norfindNodeHandle. The native side might require some additional work, although thanks to https://reactnative.dev/docs/next/new-architecture-intro the migration should go smooth.Migration plan
JS changes:
requireNativeComponentto a separate filepackage.jsoniOS:
Podspecfor the new architectureAndroid:
gradlefilesTesting: