diff --git a/LICENSE b/LICENSE index b3bc1d5..dfe091a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Eric Wang +Copyright (c) 2020 FRC Rebels 2638 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/app.json b/app.json index 5a48bb7..546c847 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "expo": { - "name": "Parts App", - "slug": "PartsApp", + "name": "FRC Parts and Tools", + "slug": "FRCPartsAndTools", "privacy": "public", "sdkVersion": "36.0.0", "platforms": [ @@ -9,7 +9,7 @@ "android", "web" ], - "version": "1.0.1", + "version": "1.0.2", "orientation": "default", "icon": "./assets/images/icon.png", "splash": { diff --git a/screens/AboutScreen.js b/screens/AboutScreen.js index 9c9a89d..a5e3710 100644 --- a/screens/AboutScreen.js +++ b/screens/AboutScreen.js @@ -8,7 +8,8 @@ import { ScrollView, Linking, TouchableOpacity, - StatusBar + StatusBar, + SafeAreaView } from 'react-native'; import TabBarIcon from '../components/TabBarIcon.js'; @@ -18,85 +19,87 @@ export default class AboutScreen extends React.Component { render() { return ( - ); } diff --git a/screens/FavoritesScreen.js b/screens/FavoritesScreen.js index 4cbd855..8be02c0 100644 --- a/screens/FavoritesScreen.js +++ b/screens/FavoritesScreen.js @@ -5,24 +5,27 @@ import { Text, View, Dimensions, - StatusBar + StatusBar, + SafeAreaView } from 'react-native'; export default class FavoritesScreen extends React.Component { render() { return ( -