@bigbinary/neetoui-rn 0.0.172 → 0.0.173

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 +2 -2
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -13,17 +13,17 @@ Storybook: https://neetoui-rn.onrender.com/
13
13
  ## Installation
14
14
 
15
15
  ```
16
- yarn add @bigbinary/neetoui-rn react-native-svg react-native-webview @shopify/flash-list
16
+ yarn add @bigbinary/neetoui-rn react-native-svg react-native-webview @shopify/flash-list react-native-reanimated
17
17
  ```
18
18
 
19
19
  Navigate to iOS folder and run:
20
+
20
21
  ```
21
22
  pod install
22
23
  ```
23
24
 
24
25
  > All the native components will be linked automatically.
25
26
 
26
-
27
27
  ## Getting Started
28
28
 
29
29
  ## react-native-safe-area-context
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neetoui-rn",
3
- "version": "0.0.172",
3
+ "version": "0.0.173",
4
4
  "main": "lib/index.js",
5
5
  "author": "BigBinary",
6
6
  "license": "MIT",
@@ -42,6 +42,7 @@
42
42
  ]
43
43
  },
44
44
  "peerDependencies": {
45
+ "react-native-reanimated": "^2.7.0",
45
46
  "react-native-safe-area-context": "^3.3.2",
46
47
  "react-native-svg": "*",
47
48
  "react-native-webview": "11.14.4"
@@ -59,7 +60,6 @@
59
60
  "react-native-modal": "^13.0.0",
60
61
  "react-native-pell-rich-editor": "^1.8.6",
61
62
  "react-native-popover-view": "^4.1.0",
62
- "react-native-reanimated": "^2.7.0",
63
63
  "react-native-remix-icon": "^0.3.0",
64
64
  "react-native-safe-area-context": "^3.3.2",
65
65
  "react-native-snap-carousel": "^3.9.1",
@@ -122,6 +122,7 @@
122
122
  "react-dom": "17.0.2",
123
123
  "react-native": "0.66.2",
124
124
  "react-native-pager-view": "^5.4.25",
125
+ "react-native-reanimated": "^2.7.0",
125
126
  "react-native-screens": "^3.15.0",
126
127
  "react-native-storybook-loader": "^2.0.4",
127
128
  "react-native-svg": "^12.1.1",