File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ const App = () => {
8989 }
9090
9191 spConsentManager .current = setupSourcepoint (
92- authResult? .hasValidSubscription ?? false
92+ authResult .hasValidSubscription || false
9393 );
9494
9595 spConsentManager .current ? .onAction ((action ) => {
@@ -121,6 +121,6 @@ addressing these issues have been submitted in the [Sourcepoint GitHub repositor
121121If these fixes are not yet available in the latest version of the SDK, you can patch node_modules in your project using
122122tools like ` yarn patch` or similar. The patch files can be found here:
123123- Patch for [PR #10](https://github.com/SourcePointUSA/react-native-sourcepoint-cmp/pull/10): [@sourcepoint-react-native-cmp-npm-0.3.0-2434c31dc9.patch](./sourcepoint-patches/@sourcepoint-react-native-cmp-npm-0.3.0-2434c31dc9.patch)
124- - Patch for [PR #11](https://github.com/SourcePointUSA/react-native-sourcepoint-cmp/pull/11): (https://github.com/SourcePointUSA/react-native-sourcepoint-cmp/pull/11): [@sourcepoint-react-native-cmp-patch-34fca36663.patch](./sourcepoint-patches/@sourcepoint-react-native-cmp-patch-34fca36663.patch)
124+ - Patch for [PR #11](https://github.com/SourcePointUSA/react-native-sourcepoint-cmp/pull/11): [@sourcepoint-react-native-cmp-patch-34fca36663.patch](./sourcepoint-patches/@sourcepoint-react-native-cmp-patch-34fca36663.patch)
125125
126126We hope these issues will be resolved in the next release of the Sourcepoint SDK, eliminating the need for manual patches.
You can’t perform that action at this time.
0 commit comments