0.3.0 • Published 5 years ago

@cca-io/bs-react-native-device-info v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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"],
  ...
}