diff --git a/packages/integration-react-native/package.json b/packages/integration-react-native/package.json index f3b994c8..c2fa17a7 100644 --- a/packages/integration-react-native/package.json +++ b/packages/integration-react-native/package.json @@ -20,7 +20,8 @@ ], "main": "src/index.js", "dependencies": { - "@loki/integration-core": "^0.32.0" + "@loki/integration-core": "^0.32.0", + "hoist-non-react-statics": "*" }, "peerDependencies": { "@storybook/addons": "^5 || ^6", diff --git a/yarn.lock b/yarn.lock index 62337926..a215d826 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11837,6 +11837,13 @@ hmac-drbg@^1.0.0: minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.1" +hoist-non-react-statics@*: + version "3.3.2" + resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" + integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== + dependencies: + react-is "^16.7.0" + hoist-non-react-statics@^3.3.0: version "3.3.1" resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#101685d3aff3b23ea213163f6e8e12f4f111e19f"