react-native-bootsplash icon indicating copy to clipboard operation
react-native-bootsplash copied to clipboard

feat: migrate turbomodule

Open danghungtb26 opened this issue 3 years ago • 1 comments

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 avatar Jul 29 '22 03:07 danghungtb26

@danghungtb26 I suggest reading this: https://github.com/zoontek/react-native-bootsplash/issues/343

zoontek avatar Jul 29 '22 11:07 zoontek

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.

dougg0k avatar Nov 11 '22 13:11 dougg0k