Skip to content

Commit d863822

Browse files
committed
docs: remove troubleshooting part from docs
1 parent 8e4e4d3 commit d863822

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/SOURCEPOINT_SDK_INTEGRATION.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,3 @@ const App = () => {
110110
)
111111
}
112112
```
113-
114-
## Troubleshooting
115-
While integrating the Contentpass SDK with Sourcepoint SDK (version `0.3.0`), you may encounter known issues. Pull requests
116-
addressing these issues have been submitted in the [Sourcepoint GitHub repository](https://github.com/SourcePointUSA/react-native-sourcepoint-cmp):
117-
- [PR #10](https://github.com/SourcePointUSA/react-native-sourcepoint-cmp/pull/10)
118-
- [PR #11](https://github.com/SourcePointUSA/react-native-sourcepoint-cmp/pull/11)
119-
120-
### Temporary Fixes
121-
If these fixes are not yet available in the latest version of the SDK, you can patch node_modules in your project using
122-
tools like `yarn patch` or similar. The patch files can be found here:
123-
- 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): [@sourcepoint-react-native-cmp-patch-34fca36663.patch](./sourcepoint-patches/@sourcepoint-react-native-cmp-patch-34fca36663.patch)
125-
126-
We hope these issues will be resolved in the next release of the Sourcepoint SDK, eliminating the need for manual patches.

0 commit comments

Comments
 (0)