Skip to content

Commit

Permalink
Move stream tests to tests section of UI
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Apr 1, 2024
1 parent f9f2c12 commit 1fe40b2
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions example/src/LaunchScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ export default function LaunchScreen(
accessibilityLabel="Unit-tests"
/>
</View>
<View key="stream-tests" style={{ margin: 16, marginTop: 16 }}>
<Button
color="green"
title="Create Stream Tests"
onPress={() => navigation.navigate('streamTest')}
accessibilityLabel="Unit-tests"
/>
</View>
<View style={styles.divider} />
<Text style={styles.title}>Test Conversations</Text>
<View style={styles.row}>
Expand Down Expand Up @@ -148,22 +156,6 @@ export default function LaunchScreen(
<Text style={styles.label}>External Wallet:</Text>
<ConnectWallet theme="dark" />
</View>
<View key="stream-tests" style={{ margin: 16, marginTop: 16 }}>
<Button
color="green"
title="Create Stream Tests"
onPress={() => navigation.navigate('streamTest')}
accessibilityLabel="Unit-tests"
/>
</View>
<View key="stream-tests" style={{ margin: 16, marginTop: 16 }}>
<Button
color="green"
title="Create Stream Tests"
onPress={() => navigation.navigate('streamTest')}
accessibilityLabel="Unit-tests"
/>
</View>
{signer && (
<>
<View key="connected-dev" style={{ margin: 16 }}>
Expand Down

0 comments on commit 1fe40b2

Please sign in to comment.