@statsig/expo-bindings 1.0.1 → 1.1.1

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 +13 -9
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  <h1 align="center">
2
- <img src="https://github.com/statsig-io/js-client-monorepo/assets/95646168/ae5499ed-20ff-4584-bf21-8857f800d485" />
3
- <div />
2
+ <a href="https://statsig.com/?ref=gh_jsm">
3
+ <img src="https://github.com/statsig-io/js-client-monorepo/assets/95646168/ae5499ed-20ff-4584-bf21-8857f800d485" />
4
+ </a>
5
+ <div />
4
6
  <a href="https://statsig.com/?ref=gh_jsm">Statsig</a>
5
7
  </h1>
6
8
 
@@ -26,19 +28,21 @@ Read through the [Documentation](https://docs.statsig.com/client/javascript-sdk?
26
28
 
27
29
  Clients
28
30
 
29
- - [Precomputed Evaluations (Recommended)](packages/js-client/README.md)
30
- - [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)]
31
33
 
32
34
  Product Bundles
33
35
 
34
- - [Session Replay](packages/session-replay/README.md)
35
- - [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)]
36
38
 
37
39
  Framework Specific Bindings
38
40
 
39
- - [React](packages/react-bindings/README.md)
40
- - [React Native](packages/react-native-bindings/README.md)
41
- - [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)]
42
46
 
43
47
  ## Community
44
48
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@statsig/expo-bindings",
3
- "version": "1.0.1",
3
+ "version": "1.1.1",
4
4
  "dependencies": {
5
- "@statsig/client-core": "1.0.1",
6
- "@statsig/react-bindings": "1.0.1",
7
- "@statsig/react-native-core": "1.0.1"
5
+ "@statsig/client-core": "1.1.1",
6
+ "@statsig/react-bindings": "1.1.1",
7
+ "@statsig/react-native-core": "1.1.1"
8
8
  },
9
9
  "peerDependencies": {
10
10
  "react": "^16.6.3 || ^17.0.0 || ^18.0.0",