Fixed hooks issue for useNavigation + added swipeable

This commit is contained in:
Patrick Fic
2020-08-13 11:14:39 -07:00
parent 7cc384e7ff
commit 4d50906b48
12 changed files with 222 additions and 65 deletions

View File

@@ -93,7 +93,7 @@ export function SignIn({ emailSignInStart, signingIn }) {
const localStyles = StyleSheet.create({
content: {
paddingBottom: 150,
paddingBottom: 200,
},
logo: { width: 100, height: 100 },
});