diff options
author | dan <dan.abramov@gmail.com> | 2024-03-06 05:55:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-06 05:55:34 +0000 |
commit | eb298d2e60a0ddf26ebaf8f27373418bbf7769e3 (patch) | |
tree | 223bdfdeae951ccbda10c2a47eda0794191c4df0 /package.json | |
parent | 26fc0cf66d0cde33e8105495785a1ce4248fb9f7 (diff) | |
download | voidsky-eb298d2e60a0ddf26ebaf8f27373418bbf7769e3.tar.zst |
Initial feature gating and A/B testing integration (#3122)
* Add statsig dependency * Add SDK provider * Move to separate file, add tier and hashing * Disable local storage for now * Add initial gate testing fixture * Fork for web just in case * More WIP * wip * Rm test gate * Add shim on native * Clarify
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index cd8cc7651..59ee33193 100644 --- a/package.json +++ b/package.json @@ -179,6 +179,8 @@ "react-responsive": "^9.0.2", "rn-fetch-blob": "^0.12.0", "sentry-expo": "~7.0.1", + "statsig-react": "^1.36.0", + "statsig-react-native-expo": "^4.6.1", "tippy.js": "^6.3.7", "tlds": "^1.234.0", "use-deep-compare": "^1.1.0", |