I am currently using Expo for my react native project. I use some of the expo APIs such as Camera, Permissions, Fonts and FileSystem. However, I have come to realise that I require more functionalities such as In App Purchases which isn't supported in Expo. I have a few questions about ejecting.
- If i eject to ExpoKit can I still use the Expo Apis such as FileSystem, Permissions etc.
If I eject to pure React Native can I still use the Expo Apis such as FileSystem, Permissions etc
If I eject to ExpoKit can I then later eject to pure react native (free myself completely from Expo). Also is there a reason why I would need to do this (i.e are there any limitations with ExpoKit)