Support new React Native new architecture (TurboModules/Fabric) #1348
Answered
by
radex
BraveEvidence
asked this question in
Q&A
-
Description See https://reactnative.dev/docs/new-architecture-library-intro Use Case Use new React and React Native features |
Beta Was this translation helpful? Give feedback.
Answered by
radex
Jun 30, 2022
Replies: 1 comment
-
WatermelonDB is already new architecture-ready, since its preferred native module is a JSI module, and there's no React UI, so Fabric is irrelevant to WatermelonDB. There's no advantage of TurboModules over pure JSI modules, so we'll keep the legacy Native Module for now without converting it to a TurboModule (since JSI is preferred, and the old NM is only a fallback) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
radex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WatermelonDB is already new architecture-ready, since its preferred native module is a JSI module, and there's no React UI, so Fabric is irrelevant to WatermelonDB.
There's no advantage of TurboModules over pure JSI modules, so we'll keep the legacy Native Module for now without converting it to a TurboModule (since JSI is preferred, and the old NM is only a fallback)