Skip to content

Commit 5c23929

Browse files
committed
🔥 Remove Show Welcome Message Button
1 parent f6aa49f commit 5c23929

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

InstabugSample/App.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ export default class App extends Component<{}> {
4848
Hello {"Instabug's"} awesome user! The purpose of this application is to show you the different
4949
options for customizing the SDK and how easy it is to integrate it to your existing app
5050
</Text>
51-
<TouchableOpacity style={styles.button} onPress={()=>this.showIntroMessage()}>
52-
<Text style={styles.text}> SHOW INTRO MESSAGE </Text>
53-
</TouchableOpacity>
5451
<TouchableOpacity style={styles.button} onPress={()=>this.invoke()}>
5552
<Text style={styles.text}> INVOKE </Text>
5653
</TouchableOpacity>

0 commit comments

Comments
 (0)