@statsig/expo-bindings 0.0.1-beta.36 → 0.0.1-beta.38

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 +0 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,8 +1,5 @@
1
1
  # Statsig - Expo
2
2
 
3
- > [!IMPORTANT]
4
- > This version of the SDK is still in beta. The non-beta version can be found [here](https://github.com/statsig-io/react-native-expo).
5
-
6
3
  Expo specific additions for use with a Statsig Javascript SDK.
7
4
 
8
5
  Learn more by visiting: https://docs.statsig.com/client/javascript-sdk
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@statsig/expo-bindings",
3
- "version": "0.0.1-beta.36",
3
+ "version": "0.0.1-beta.38",
4
4
  "dependencies": {
5
- "@statsig/client-core": "0.0.1-beta.36",
6
- "@statsig/react-bindings": "0.0.1-beta.36",
7
- "@statsig/react-native-core": "0.0.1-beta.36"
5
+ "@statsig/client-core": "0.0.1-beta.38",
6
+ "@statsig/react-bindings": "0.0.1-beta.38",
7
+ "@statsig/react-native-core": "0.0.1-beta.38"
8
8
  },
9
9
  "peerDependencies": {
10
10
  "react": "^16.6.3 || ^17.0.0 || ^18.0.0",