diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 6be27e4b..4ed2d31e 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -393,6 +393,8 @@ PODS: - RNScreens (3.9.0): - React-Core - React-RCTImage + - RNSplit (0.1.0): + - React - RNVectorIcons (9.0.0): - React-Core - toolbar-android (0.2.1): @@ -462,6 +464,7 @@ DEPENDENCIES: - RNGestureHandler (from `../node_modules/react-native-gesture-handler`) - RNReanimated (from `../node_modules/react-native-reanimated`) - RNScreens (from `../node_modules/react-native-screens`) + - "RNSplit (from `../node_modules/@splitsoftware/splitio-react-native`)" - RNVectorIcons (from `../node_modules/react-native-vector-icons`) - "toolbar-android (from `../node_modules/@react-native-community/toolbar-android`)" - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) @@ -555,6 +558,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native-reanimated" RNScreens: :path: "../node_modules/react-native-screens" + RNSplit: + :path: "../node_modules/@splitsoftware/splitio-react-native" RNVectorIcons: :path: "../node_modules/react-native-vector-icons" toolbar-android: @@ -612,6 +617,7 @@ SPEC CHECKSUMS: RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211 RNReanimated: 65583befd5706cc9c86ae9a081786181ced37b93 RNScreens: 4d79118be80f79fa1f4aa131909a1d6e86280af3 + RNSplit: e75dc5a74f4c0e34bec2b68a6d075cbd8aadbe48 RNVectorIcons: 4143ba35feebab8fdbe6bc43d1e776b393d47ac8 toolbar-android: 2a73856e98b750d7e71ce4644d3f41cc98211719 Yoga: 32a18c0e845e185f4a2a66ec76e1fd1f958f22fa diff --git a/package-lock.json b/package-lock.json index fcfd56e5..65a75b80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,6 +14,7 @@ "@react-navigation/material-bottom-tabs": "^6.0.9", "@react-navigation/native": "^6.0.6", "@react-navigation/stack": "^6.0.11", + "@splitsoftware/splitio-react-native": "^0.1.0", "gurmukhi-utils": "^3.2.1", "i18next": "^21.5.3", "lodash": "^4.17.21", @@ -4455,6 +4456,32 @@ "@sinonjs/commons": "^1.7.0" } }, + "node_modules/@splitsoftware/splitio-commons": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@splitsoftware/splitio-commons/-/splitio-commons-1.0.0.tgz", + "integrity": "sha512-hup5YVuf9eEd9FJix7siGhFgsUJndCfeMwTLNeO+mPL2gehjGZLS0GjOMofVAa+Y1cDrpo41CQ54w/QIbixYQg==", + "dependencies": { + "object-assign": "^4.1.1", + "tslib": "^2.1.0" + } + }, + "node_modules/@splitsoftware/splitio-commons/node_modules/tslib": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + }, + "node_modules/@splitsoftware/splitio-react-native": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@splitsoftware/splitio-react-native/-/splitio-react-native-0.1.0.tgz", + "integrity": "sha512-hCjzVZ+ccvsqoCFlJYEfjPuZ72a3PrvhPnln0EVxfrD1rkRBBHzItJkWgLiVwIGQx3HhmLfhjTd9hzCCAPBP9w==", + "dependencies": { + "@splitsoftware/splitio-commons": "1.0.0" + }, + "peerDependencies": { + "react": "*", + "react-native": "*" + } + }, "node_modules/@testing-library/react-native": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/@testing-library/react-native/-/react-native-8.0.0.tgz", @@ -20521,6 +20548,30 @@ "@sinonjs/commons": "^1.7.0" } }, + "@splitsoftware/splitio-commons": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@splitsoftware/splitio-commons/-/splitio-commons-1.0.0.tgz", + "integrity": "sha512-hup5YVuf9eEd9FJix7siGhFgsUJndCfeMwTLNeO+mPL2gehjGZLS0GjOMofVAa+Y1cDrpo41CQ54w/QIbixYQg==", + "requires": { + "object-assign": "^4.1.1", + "tslib": "^2.1.0" + }, + "dependencies": { + "tslib": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + } + } + }, + "@splitsoftware/splitio-react-native": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@splitsoftware/splitio-react-native/-/splitio-react-native-0.1.0.tgz", + "integrity": "sha512-hCjzVZ+ccvsqoCFlJYEfjPuZ72a3PrvhPnln0EVxfrD1rkRBBHzItJkWgLiVwIGQx3HhmLfhjTd9hzCCAPBP9w==", + "requires": { + "@splitsoftware/splitio-commons": "1.0.0" + } + }, "@testing-library/react-native": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/@testing-library/react-native/-/react-native-8.0.0.tgz", diff --git a/package.json b/package.json index 2b42aac9..3e6259c1 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "@react-navigation/material-bottom-tabs": "^6.0.9", "@react-navigation/native": "^6.0.6", "@react-navigation/stack": "^6.0.11", + "@splitsoftware/splitio-react-native": "^0.1.0", "gurmukhi-utils": "^3.2.1", "i18next": "^21.5.3", "lodash": "^4.17.21",