@cca-io/bs-react-native-device-info
v0.3.0
Published
Reason/BuckleScript bindings for react-native-device-info
Downloads
13
Readme
bs-react-native-device-info
BuckleScript bindings to react-native-device-info.
Installation
# yarn
yarn add bs-react-native-device-info react-native-device-info
# or npm
npm install bs-react-native-device-info react-native-device-info
Then add bs-react-native-device-info to the dependencies in your bsconfig.json, e.g.:
{
"name": "my-app",
...
"bs-dependencies": ["reason-react", "reason-react-native", "bs-react-native-device-info"],
...
}