Skip to content

Commit 299fbc7

Browse files
[FSSDK-10316] JS version bump up for react native polyfill support (#266)
* [FSSDK-10316] JS version bump up for react native polyfill support * Update README.md Co-authored-by: Mike Chu <[email protected]> --------- Co-authored-by: Mike Chu <[email protected]>
1 parent d43cabd commit 299fbc7

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Optimizely Rollouts is [free feature flags](https://www.optimizely.com/free-feat
1010

1111
Refer to the [React SDK's developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/javascript-react-sdk) for detailed instructions on getting started with using the SDK.
1212

13+
For React Native, review the [React Native developer documentation](https://docs.developers.optimizely.com/feature-experimentation/docs/javascript-react-native-sdk) for installation and implementation detail.
14+
15+
1316
### Features
1417

1518
- Automatic datafile downloading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"access": "public"
3535
},
3636
"dependencies": {
37-
"@optimizely/optimizely-sdk": "^5.3.2",
37+
"@optimizely/optimizely-sdk": "^5.3.4",
3838
"hoist-non-react-statics": "^3.3.0",
3939
"prop-types": "^15.6.2",
4040
"utility-types": "^2.1.0 || ^3.0.0"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -655,10 +655,10 @@
655655
"@jridgewell/resolve-uri" "^3.0.3"
656656
"@jridgewell/sourcemap-codec" "^1.4.10"
657657

658-
"@optimizely/optimizely-sdk@^5.3.0":
659-
version "5.3.2"
660-
resolved "https://registry.yarnpkg.com/@optimizely/optimizely-sdk/-/optimizely-sdk-5.3.2.tgz#4a4918485c9319b2237f6e32d901c3ff7e998051"
661-
integrity sha512-9d3sRusZfkN+CCq7C7DXp0bKam+dx2cDPPdcBQxLfwtTKFulzf6kGwnz4pVTtjwQ89vbJz10iJNMmD9qtSduPw==
658+
"@optimizely/optimizely-sdk@^5.3.4":
659+
version "5.3.4"
660+
resolved "https://registry.yarnpkg.com/@optimizely/optimizely-sdk/-/optimizely-sdk-5.3.4.tgz#3d5cb2848fba1783439b1ff25c74013c78d17364"
661+
integrity sha512-N9BVFBoWY//cgrZu4dnUCXbbvFtx8bJURvsvQurCqdKn0pqAawDbWpm4mDTl8H3W5J4fXC5s+8xlDywiGHCY6Q==
662662
dependencies:
663663
decompress-response "^4.2.1"
664664
json-schema "^0.4.0"

0 commit comments

Comments
 (0)