@eohjsc/react-native-smart-city 0.4.44 → 0.4.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -3,7 +3,11 @@
3
3
  ## Getting started
4
4
 
5
5
  1. Install package dependencies:
6
-
6
+ - Using [react-native-get-random-values](https://www.npmjs.com/package/react-native-get-random-values): `yarn add react-native-get-random-values`
7
+ ```
8
+ // Add this line to your 'index.js'
9
+ import 'react-native-get-random-values'
10
+ ```
7
11
  - Using [Yarn](https://yarnpkg.com/): `yarn add react-native-reanimated@^1.10.1`
8
12
 
9
13
  2. Install:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eohjsc/react-native-smart-city",
3
3
  "title": "React Native Smart Home",
4
- "version": "0.4.44",
4
+ "version": "0.4.45",
5
5
  "description": "TODO",
6
6
  "main": "index.js",
7
7
  "files": [
@@ -175,7 +175,6 @@
175
175
  "react-native-geocoder": "^0.5.0",
176
176
  "react-native-gesture-handler": "^2.10.0",
177
177
  "react-native-get-location": "^2.0.0",
178
- "react-native-get-random-values": "^1.8.0",
179
178
  "react-native-image-crop-picker": "^0.37.2",
180
179
  "react-native-image-resizer": "^1.4.5",
181
180
  "react-native-input-credit-card": "^0.5.5",