@statsig/expo-bindings 1.1.0 → 1.2.0

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 +9 -7
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -28,19 +28,21 @@ Read through the [Documentation](https://docs.statsig.com/client/javascript-sdk?
28
28
 
29
29
  Clients
30
30
 
31
- - [Precomputed Evaluations (Recommended)](packages/js-client/README.md)
32
- - [On Device Evaluations](packages/js-on-device-eval-client/README.md)
31
+ - Precomputed Evaluations (Recommended) [[npm](https://www.npmjs.com/package/@statsig/js-client)] [[source](https://github.com/statsig-io/js-client-monorepo/tree/main/packages/js-client)]
32
+ - On Device Evaluations [[npm](https://www.npmjs.com/package/@statsig/js-on-device-eval-client)] [[source](https://github.com/statsig-io/js-client-monorepo/tree/main/packages/js-on-device-eval-client)]
33
33
 
34
34
  Product Bundles
35
35
 
36
- - [Session Replay](packages/session-replay/README.md)
37
- - [Web Analytics](packages/web-analytics/README.md)
36
+ - Session Replay [[npm](https://www.npmjs.com/package/@statsig/session-replay)] [[source](https://github.com/statsig-io/js-client-monorepo/tree/main/packages/session-replay)]
37
+ - Web Analytics [[npm](https://www.npmjs.com/package/@statsig/web-analytics)] [[source](https://github.com/statsig-io/js-client-monorepo/tree/main/packages/web-analytics)]
38
38
 
39
39
  Framework Specific Bindings
40
40
 
41
- - [React](packages/react-bindings/README.md)
42
- - [React Native](packages/react-native-bindings/README.md)
43
- - [React Native (Expo)](packages/expo-bindings/README.md)
41
+ - React [[npm](https://www.npmjs.com/package/@statsig/react-bindings)] [[source](https://github.com/statsig-io/js-client-monorepo/tree/main/packages/react-bindings)]
42
+
43
+ - React Native [[npm](https://www.npmjs.com/package/@statsig/react-native-bindings)] [[source](https://github.com/statsig-io/js-client-monorepo/tree/main/packages/react-native-bindings)]
44
+
45
+ - React Native (Expo) [[npm](https://www.npmjs.com/package/@statsig/expo-bindings)] [[source](https://github.com/statsig-io/js-client-monorepo/tree/main/packages/expo-bindings)]
44
46
 
45
47
  ## Community
46
48
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@statsig/expo-bindings",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "dependencies": {
5
- "@statsig/client-core": "1.1.0",
6
- "@statsig/react-bindings": "1.1.0",
7
- "@statsig/react-native-core": "1.1.0"
5
+ "@statsig/client-core": "1.2.0",
6
+ "@statsig/react-bindings": "1.2.0",
7
+ "@statsig/react-native-core": "1.2.0"
8
8
  },
9
9
  "peerDependencies": {
10
10
  "react": "^16.6.3 || ^17.0.0 || ^18.0.0",