General Guidelines ๐Ÿค 

container: {
    marginTop: "50%",
    justifyContent: "center",
    alignItems: "center",
    fontSize: 10,
		color: Colors.blue
  },
//Line 155 of ProfileScreen.js
<View style = {styles.loading}>
    <ActivityIndicator size="large" color = {Colors.blue} />
</View>

loading: {
    height: "100%",
    justifyContent: "center",
    alignItems: "center"
},

Important SetUp info โš™๏ธ

//Line 66 of constants.js
export const homeURL = "<http://192.168.0.109:5000>";
//using "https" will NOT work so make sure you are using "http"

React vs React-Native ๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง