We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5358141 commit bfa73b0Copy full SHA for bfa73b0
app.json
@@ -24,10 +24,11 @@
24
"adaptiveIcon": {
25
"foregroundImage": "./assets/adaptive-icon.png",
26
"backgroundColor": "#FFFFFF"
27
- }
+ },
28
+ "package": "com.tinycoder2.FroggyNews"
29
},
30
"web": {
31
"favicon": "./assets/favicon.png"
32
}
33
-}
34
+}
components/SingleNews.js
@@ -69,7 +69,7 @@ const styles = StyleSheet.create({
69
width: windowWidth,
70
position: "absolute",
71
bottom: 0,
72
- backgroundColor: "#d7be69",
+ backgroundColor: "#194d33",
73
justifyContent: "center",
74
paddingHorizontal: 20,
75
0 commit comments