Hacker News new | ask | show | jobs
by hot_gril 1041 days ago
Can you create custom native modules without ejecting now? I see something about using Expo development builds, but that sounds worse.
1 comments

There is no need to eject when creating custom modules and the API for writing modules is fairly decent. Not entirely painless but miles better than a vanilla RN approach. We make extensive use of development builds and it's the feature I value the most - no need for Firebase or TestFlight for testing a branch.