Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 341 Bytes

File metadata and controls

34 lines (23 loc) · 341 Bytes

bs-react-native-camera

🚧 WIP

BuckleScript bindings of react-native-camera module

Installation

yarn add bs-react-native-camera

Add it to your dependencies in bsconfig.json :

"bs-dependencies": [
  ...,
  "bs-react-native-camera"
],

Dev

Build

yarn build

Build + Watch

yarn start