We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f42af8 commit 4cab587Copy full SHA for 4cab587
Readme.md
@@ -6,7 +6,7 @@
6
7
8
<p align="center">
9
-<img src="https://commt.co/images/logo/commt-logo.png" width="300" />
+<img src="./src/assets/images/react-native-logo.png" width="300" />
10
</p>
11
<br />
12
@@ -52,7 +52,7 @@ import { useInitiate } from "@commt/rn-sdk/hooks";
52
const ClientConfig = {
53
apiKey: "123456789?",
54
projectId: "0987654321?",
55
- secret: "123456789018A_7JzPo?23F+4y#erPL"
+ secret: "123456789018A_7JzPo?23F+4y#erPL" // Must to be 16, 24 or 32 bytes
56
};
57
58
function App(): JSX.Element {
src/assets/images/react-native-logo.png
19.7 KB
0 commit comments