Month: October 2018
-
CameraPlay – adding camera feature in a react-native app.
I’m going to play around and embed a camera feature in a mobile app using React Native. so going ahead and start firing ( in your terminal ) create-react-native-app CameraPlay Since we need to use native modules into the app, we will simply eject the expo part by doing npm run eject Now run the…