So the post is with reference to article
https://blog.expo.io/you-can-now-use-expo-apis-in-any-react-native-app-7c3a93041331
The 'Managed apps' here refers to an app created using expo-cli
. I was wondering if one could implement one's own native module in a 'Managed App';
The app does run with react-native run-ios
or react-native run-android
, so do we get all the functionality of a normal react-native app?