There was an error while loading. Please reload this page.
1 parent 322e4e8 commit 969c4ecCopy full SHA for 969c4ec
README.md
@@ -44,7 +44,7 @@ import Instabug from'instabug-reactnative';
44
class testApp extends Component {
45
constructor() {
46
super();
47
- Instabug.startWithToken('YOUR_TOKEN', Instabug.constants.invocationEvent.floatingButton);
+ Instabug.startWithToken('YOUR_TOKEN', Instabug.invocationEvent.floatingButton);
48
}
49
...
50
0 commit comments