Skip to content

Commit bac1aa9

Browse files
committed
Day 2
1 parent e91f81d commit bac1aa9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

App.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import { StyleSheet, Text, View } from 'react-native'
44
export default function App() {
55
return (
66
<View style={styles.container}>
7-
<Text>Welcome to Nerdjfpb React Native Series</Text>
7+
<Text style={styles.mainText}>
8+
Welcome to Nerdjfpb React Native Series
9+
</Text>
810
</View>
911
)
1012
}
@@ -15,5 +17,9 @@ const styles = StyleSheet.create({
1517
backgroundColor: '#fff',
1618
alignItems: 'center',
1719
justifyContent: 'center'
20+
},
21+
mainText: {
22+
backgroundColor: '#5CA2FA',
23+
padding: 20
1824
}
1925
})

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ You can check the commits to find the part by part codes.
1010

1111
# See Instagram Version
1212

13-
- [Day 1](https://www.instagram.com/p/B-EsmshATpS/)
13+
- [Day 1 - React Native Intro](https://www.instagram.com/p/B-EsmshATpS/)
14+
- [Day 2 - Stylesheet in React Native](https://www.instagram.com/p/B-JxJdzlf5E/)

0 commit comments

Comments
 (0)