Expokit and Adding New Expo Modules in Future

I have ejected my app with Expokit because I need to add in native modules like webrtc. After I add in d native module, can I still add in additional Expo modules in future? Or i will need to go the ‘native’ route hereon? Thanks

Hey @myhendry,

You can still use APIs from the Expo SDK unless otherwise stated (such as push notifs and build services). You’ll just have to make sure you upgrade your SDK version to ensure you can run the latest APIs added.

Cheers,

Adam

Thanks @adamjnav for d guidance

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.