Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"homepage": "https://github.com/splitio/react-native-client#readme",
"dependencies": {
"@splitsoftware/splitio-commons": "1.6.0"
"@splitsoftware/splitio-commons": "1.6.2-rc.3"
},
"devDependencies": {
"@react-native-community/eslint-config": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/platform/getModules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function getModules(settings: ISettings): ISdkFactoryParams {

platform,

storageFactory: settings.storage,
storageFactory: settings.storage as ISdkFactoryParams['storageFactory'],

splitApiFactory,

Expand Down
Loading