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 5094965 commit deb1eaaCopy full SHA for deb1eaa
README.md
@@ -12,11 +12,13 @@ npm install react-native-console-symbolicator
12
13
14
```js
15
-import { multiply } from 'react-native-console-symbolicator';
+import { installConsoleSymbolicator } from 'react-native-console-symbolicator';
16
17
// ...
18
19
-const result = await multiply(3, 7);
+installConsoleSymbolicator({
20
+ excludeReactNativeCoreFrames: true,
21
+});
22
```
23
24
0 commit comments