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 41c559a commit c5b379bCopy full SHA for c5b379b
InstabugSample/App.js
@@ -40,7 +40,9 @@ export default class App extends Component<{}> {
40
colorTheme: 'Light',
41
};
42
43
- Instabug.start('YOUR_TOKEN', [Instabug.invocationEvent.floatingButton]);
+ Instabug.start('068ba9a8c3615035e163dc5f829c73be', [
44
+ Instabug.invocationEvent.floatingButton,
45
+ ]);
46
}
47
48
render() {
@@ -293,6 +295,7 @@ const styles = StyleSheet.create({
293
295
fontSize: 14,
294
296
fontWeight: 'bold',
297
marginTop: 10,
298
+ color: 'black',
299
},
300
buttonColor: {
301
@@ -306,6 +309,7 @@ const styles = StyleSheet.create({
306
309
307
310
marginRight: 5,
308
311
312
313
314
switchView: {
315
flexDirection: 'row',
0 commit comments