react-native-contacts #274
Closed
Bardiamist
started this conversation in
Libraries
Replies: 1 comment 3 replies
-
I suppose you're referring to morenoh149/react-native-contacts#773 The best place to have those conversation is directly on the issue of the library rather than here, as I suspect the library author won't be reading this discussion. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The New Architecture support was added in
react-native-contacts
butconst isTurboModuleEnabled = global.__turboModuleProxy != null;
check doesn't work. So Android trying to use old NativeModules. How properly to check? Or it's time to migrate toexpo-contacts
?Beta Was this translation helpful? Give feedback.
All reactions