Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FE/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { StyleSheet, Text, View, Button } from 'react-native';
export default function App() {
return (
<View style={styles.container}>
//<Text>Open up App.js to start working on your app!</Text>
{/*<Text>Open up App.js to start working on your app!</Text>*/}
<StatusBar style="auto" />
<Button title="test" />
</View>
Expand Down