How do I know my lib works with the new architecture? #224
gabriel-logan
started this conversation in
Libraries
Replies: 2 comments 2 replies
-
If you tested your library and is fully working, you can safely update the Directory. |
Beta Was this translation helpful? Give feedback.
2 replies
-
One thing about my tests, using the old architecture, the colors look ok in the texts and background, I'm not adding any colors, I'm leaving the default ones. However, using the new architecture, the texts are black, even though I'm in dark mode. And in this case the texts should be white and the background dark. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I developed a library and I want to know for sure if it is fully compatible with the new architecture. I created it using create-react-native-library without using turbo or fabric. I tested it in an app using the new architecture and it worked. But can I be sure that it works with the new architecture?
So I can update it in the community directories?
Mylib: https://github.com/gabriel-logan/mobile-native-barcode-generator
Beta Was this translation helpful? Give feedback.
All reactions