React Native: Enabling Developers to build New Architecture libraries
The React Native has depreciated the old architecture and is going with the new Architecture So there is a vacuum created for library creation and migration to new architecture library for react native.
The session is planned to enable the developers to contribute to opensource library in migration and help building new useful libraries
So there are tutorial which explain on how turbo modules can be used for creating the library but not for Nitro modules which is in par with turbo modules but enhanced in performances due to its statically typed nature
I have started working on open source library creation so want to share the experience with others on how they can also start their journey to open source contribution
The session will cover the basic of Nitro modules and different features available in it which can be used for building library efficiently and faster
I will so a demonstration video for the same on integrating a C++ library with Nitro Modules and write a cross platform library using Nitro modules
Then a example on using Hybrid Views from Nitro modules in creating library for UI components with Native implementation
Key Takeaway:
the user will learn to create library with Nitro module and C++
they will gain confidence in making open source contribution