React Native - New Renderer Interop Layer #86
Replies: 1 comment 4 replies
-
@kelset @cipolleschi curious what your thoughts are |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One Challenge w/ the RN Interop layer described here is figuring out what name should be used inside
unstable_reactLegacyComponentNames
since the package name listed inpackage.json
does not work.For visual elements like React Native Picker its easier to identity since the UI gives you the key inside a pink box, but what about other libs that don't have any visual elements?
Is there an easier way to figure out what should be placed inside my
react-native.config.js
for both iOS and Android?Example:
For React Native Cookies or React Native Netinfo, where should a developer go to identify the key to add inside
unstable_reactLegacyComponentNames
for both iOS and Android?Beta Was this translation helpful? Give feedback.
All reactions