Change main screen text

pull/2/head
Tiago Jacobs 3 years ago
parent 7739171a62
commit f5eb4fa14b

@ -65,25 +65,16 @@ const App: () => Node = () => {
<ScrollView
contentInsetAdjustmentBehavior="automatic"
style={backgroundStyle}>
<Header />
<View
style={{
backgroundColor: isDarkMode ? Colors.black : Colors.white,
}}>
<Section title="Step One">
Edit <Text style={styles.highlight}>App.js</Text> to change this
screen and then come back to see your edits.
</Section>
<Section title="See Your Changes">
<ReloadInstructions />
<Section title="Welcome">
Welcome to first version of <Text style={styles.highlight}>BigBlueButton Mobile</Text>
</Section>
<Section title="Debug">
<DebugInstructions />
</Section>
<Section title="Learn More">
Read the docs to discover what to do next:
</Section>
<LearnMoreLinks />
</View>
</ScrollView>
</SafeAreaView>

Loading…
Cancel
Save