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 f6aa49f commit 5c23929Copy full SHA for 5c23929
InstabugSample/App.js
@@ -48,9 +48,6 @@ export default class App extends Component<{}> {
48
Hello {"Instabug's"} awesome user! The purpose of this application is to show you the different
49
options for customizing the SDK and how easy it is to integrate it to your existing app
50
</Text>
51
- <TouchableOpacity style={styles.button} onPress={()=>this.showIntroMessage()}>
52
- <Text style={styles.text}> SHOW INTRO MESSAGE </Text>
53
- </TouchableOpacity>
54
<TouchableOpacity style={styles.button} onPress={()=>this.invoke()}>
55
<Text style={styles.text}> INVOKE </Text>
56
</TouchableOpacity>
0 commit comments