Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75137f8

Browse files
committed
Update sample code
1 parent 949ec17 commit 75137f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import RNInstabugReactnative from 'instabug-reactnative';
3939
class testApp extends Component {
4040
constructor() {
4141
super();
42-
Instabug.startWithToken('0f0dc916bd9175e3b5d2fdf0cfa49a69', Instabug.IBGConstants.invocationEvent.FloatingButton);
42+
Instabug.startWithToken('0f0dc916bd9175e3b5d2fdf0cfa49a69', Instabug.constants.invocationEvent.floatingButton);
4343
}
4444
...
4545
}

0 commit comments

Comments
 (0)