Thanks to visit codestin.com Credit goes to github.com
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 949ec17 commit 75137f8Copy full SHA for 75137f8
README.md
@@ -39,7 +39,7 @@ import RNInstabugReactnative from 'instabug-reactnative';
39
class testApp extends Component {
40
constructor() {
41
super();
42
- Instabug.startWithToken('0f0dc916bd9175e3b5d2fdf0cfa49a69', Instabug.IBGConstants.invocationEvent.FloatingButton);
+ Instabug.startWithToken('0f0dc916bd9175e3b5d2fdf0cfa49a69', Instabug.constants.invocationEvent.floatingButton);
43
}
44
...
45
0 commit comments