Commit ed8af74f authored by Zachary Gibson's avatar Zachary Gibson Committed by Mehdi Achour

docs: add missing space after yarn add (#305)

parent 8bdbca5e
......@@ -22,7 +22,7 @@ npm install --save react-native-device-info
or using yarn:
```shell
yarn addreact-native-device-info
yarn add react-native-device-info
```
> ⚠️ If you are on React Native > 0.47, you must use version 0.11.0 of this library or higher
......@@ -645,4 +645,4 @@ const isTablet = DeviceInfo.isTablet(); // true
## Release Notes
See the [CHANGELOG.md](https://github.com/rebeccahughes/react-native-device-info/blob/master/CHANGELOG.md).
\ No newline at end of file
See the [CHANGELOG.md](https://github.com/rebeccahughes/react-native-device-info/blob/master/CHANGELOG.md).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment