react-native-bootsplash
react-native-bootsplash copied to clipboard
feat: migrate turbomodule
Summary
I migrated to use Turbomodule, support new architecture
Test Plan
What's required for testing (prerequisites)?
What are the steps to test it (after prerequisites)?
Compatibility
| OS | Implemented |
|---|---|
| iOS | ✅❌ |
| Android | ✅❌ |
Checklist
- [ ] I have tested this on a device and a simulator
- [ ] I added the documentation in
README.md - [ ] I added a sample use of the API in the example project (
example/App.tsx)
@danghungtb26 I suggest reading this: https://github.com/zoontek/react-native-bootsplash/issues/343
Seems like the biggest additions are in the example project. So, maybe it's doesnt take that much effort to add into the project.
https://www.callstack.com/blog/migrating-a-react-native-library-to-the-new-architecture
Edit:
It's actually 2 projects. example and TurboExample, plus some xcode config changes.