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 ...@@ -22,7 +22,7 @@ npm install --save react-native-device-info
or using yarn: or using yarn:
```shell ```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 > ⚠️ 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 ...@@ -645,4 +645,4 @@ const isTablet = DeviceInfo.isTablet(); // true
## Release Notes ## Release Notes
See the [CHANGELOG.md](https://github.com/rebeccahughes/react-native-device-info/blob/master/CHANGELOG.md). See the [CHANGELOG.md](https://github.com/rebeccahughes/react-native-device-info/blob/master/CHANGELOG.md).
\ No newline at end of file
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