Skip to content

Commit ac4f84b

Browse files
authored
fix: Network Error in older React Naitve versions (#84)
1 parent 1842882 commit ac4f84b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eppo/react-native-sdk",
3-
"version": "3.7.2",
3+
"version": "3.7.3-alpha.0",
44
"description": "Eppo React Native SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -51,7 +51,7 @@
5151
"registry": "https://registry.npmjs.org/"
5252
},
5353
"dependencies": {
54-
"@eppo/js-client-sdk-common": "4.13.4",
54+
"@eppo/js-client-sdk-common": "4.13.5-alpha1",
5555
"@react-native-async-storage/async-storage": "^1.18.0",
5656
"spark-md5": "^3.0.2"
5757
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,10 +1213,10 @@
12131213
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
12141214
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
12151215

1216-
1217-
version "4.13.4"
1218-
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.13.4.tgz#552b06bf14f768eaaa8c8e5c544b4e9697c44f24"
1219-
integrity sha512-txq2ahMUtxmk8++nr6JEbxFNockml8wbgp9XuBJtlLHni3QygaM9KGsbQamKHEMKol8X1swiVQnXzXUj1EQ5Pg==
1216+
"@eppo/[email protected].5-alpha1":
1217+
version "4.13.5-alpha1"
1218+
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.13.5-alpha1.tgz#f2e0d7fed0787b41776c16f2c3fad43621747a22"
1219+
integrity sha512-CdLOpQFw9FvUdFCz9w7CACAAcdA4tvPqSTr/mFZCB6jBfKmZVcrqJEteKZEBn2DyPJ8CmYUIv7K5y1g1HhH7vA==
12201220
dependencies:
12211221
buffer "npm:@eppo/[email protected]"
12221222
js-base64 "^3.7.7"

0 commit comments

Comments
 (0)