@statsig/expo-bindings 2.1.0 → 2.1.1-beta.2
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.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
Statsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and create an account at [statsig.com](https://www.statsig.com/?ref=gh_jsm).
|
|
2
|
+
|
|
1
3
|
<h1 align="center">
|
|
2
4
|
<a href="https://statsig.com/?ref=gh_jsm">
|
|
3
5
|
<img src="https://github.com/statsig-io/js-client-monorepo/assets/95646168/ae5499ed-20ff-4584-bf21-8857f800d485" />
|
|
@@ -18,8 +20,6 @@
|
|
|
18
20
|
</a>
|
|
19
21
|
</p>
|
|
20
22
|
|
|
21
|
-
Statsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and create an account at [statsig.com](https://www.statsig.com/?ref=gh_jsm).
|
|
22
|
-
|
|
23
23
|
## Getting Started
|
|
24
24
|
|
|
25
25
|
Read through the [Documentation](https://docs.statsig.com/client/javascript-sdk?ref=gh_jsm) or check out the [Samples](samples/).
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@statsig/expo-bindings",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1-beta.2",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@statsig/client-core": "2.1.
|
|
6
|
-
"@statsig/react-bindings": "2.1.
|
|
7
|
-
"@statsig/react-native-core": "2.1.
|
|
5
|
+
"@statsig/client-core": "2.1.1-beta.2",
|
|
6
|
+
"@statsig/react-bindings": "2.1.1-beta.2",
|
|
7
|
+
"@statsig/react-native-core": "2.1.1-beta.2"
|
|
8
8
|
},
|
|
9
9
|
"peerDependencies": {
|
|
10
10
|
"react": "^16.6.3 || ^17.0.0 || ^18.0.0",
|