@thenovaweb/druid-ogold-rn-sdk 0.0.7 → 0.0.8

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 -13
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -100,23 +100,12 @@ The host app must install the following native and Expo packages with these vers
100
100
  | expo-blur | \~14.1.4 |
101
101
  | expo-linear-gradient | \~14.1.5 |
102
102
  | expo-asset | \~11.1.7 |
103
+ | react-native-worklets-core | ^1.6.2 |
103
104
 
104
105
  > Install command example:
105
106
  >
106
107
  > ```bash
107
- > npm install @react-native-community/datetimepicker@^8.4.1 \
108
- > react-native-paper@^5.14.5 \
109
- > @react-native-vector-icons/feather@^12.3.0 \
110
- > react-native-reanimated@~3.17.4 \
111
- > react-native-safe-area-context@~5.4.0 \
112
- > react-native-screens@~4.11.1 \
113
- > react-native-vision-camera@~4.7.2 \
114
- > react-native-vision-camera-face-detector@^1.8.9 \
115
- > expo-image-picker@~16.1.4 \
116
- > expo-file-system@^19.0.14 \
117
- > expo-blur@~14.1.4 \
118
- > expo-linear-gradient@~14.1.5 \
119
- > expo-asset@~11.1.7
108
+ > npm install @react-native-community/datetimepicker@^8.4.1 react-native-paper@^5.14.5 @react-native-vector-icons/feather@^12.3.0 react-native-reanimated@~3.17.4 react-native-safe-area-context@~5.4.0 react-native-screens@~4.11.1 react-native-vision-camera@~4.7.2 react-native-vision-camera-face-detector@^1.8.9 expo-image-picker@~16.1.4 expo-file-system@^19.0.14 expo-blur@~14.1.4 expo-linear-gradient@~14.1.5 expo-asset@~11.1.7 react-native-worklets-core@^1.6.2
120
109
  > ```
121
110
  >
122
111
  > After installation, rebuild the app (`expo run:android` / `expo run:ios`) to ensure native modules are linked correctly.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thenovaweb/druid-ogold-rn-sdk",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "A react native package for regulatory compliance.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -63,7 +63,8 @@
63
63
  "expo-file-system": "^19.0.14",
64
64
  "expo-blur": "~14.1.4",
65
65
  "expo-linear-gradient": "~14.1.5",
66
- "expo-asset": "~11.1.7"
66
+ "expo-asset": "~11.1.7",
67
+ "react-native-worklets-core": "^1.6.2"
67
68
  },
68
69
  "devDependencies": {
69
70
  "@types/lodash": "^4.17.20",