naser sadeh
naser sadeh
```javaScript ImagePicker.openCamera({ width: 300, height: 400, cropping: true, cropperCircleOverlay: true, includeBase64: true }).then((image) => { const image_bytes = Buffer.from(image.data, "base64"); console.log(image_bytes); }) ```
https://github.com/ReactNativ/react-native-copilot/blob/master/example/App.js
https://github.com/ReactNativ/react-native-copilot/blob/master/example/App.js
[react-native-camera-kit](https://github.com/teslamotors/react-native-camera-kit)
`bundle install` `cd ios && bundle exec pod install`
ios ```javascript cd ios && pod install && cd .. npx react-native run-ios ``` android ```javascript npx react-native run-android ```