File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ const AppNavigator = () => {
15
15
initialRouteName = "LandingScreen"
16
16
screenOptions = { {
17
17
headerShown : false ,
18
+ drawerActiveTintColor : 'white' ,
19
+ drawerContentStyle : { backgroundColor : 'black' } ,
18
20
drawerContentContainerStyle : {
19
21
backgroundColor : 'black' ,
20
- height : '100%' ,
21
22
} ,
22
23
drawerLabelStyle : {
23
24
color : 'white' ,
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ const LoginScreen = () => {
29
29
30
30
< MagicScroll . ScrollView
31
31
scollViewProps = { {
32
+ bounces : false ,
32
33
contentContainerStyle : {
33
34
paddingHorizontal : 20 ,
34
35
paddingTop : screenHeight * 0.33 ,
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ const SignUpForm = observer(
49
49
return (
50
50
< MagicScroll . ScrollView
51
51
scollViewProps = { {
52
+ bounces : false ,
52
53
showsVerticalScrollIndicator : false ,
53
54
contentContainerStyle : {
54
55
paddingTop : 60 ,
@@ -62,7 +63,7 @@ const SignUpForm = observer(
62
63
bottomText = "You'll need to verify that you own this email account."
63
64
name = "PhoneNumber"
64
65
returnKeyType = "next"
65
- onSubmit = { ( ) => chainInput ( ' Username' ) }
66
+ chainable = " Username"
66
67
tiProps = { {
67
68
value : email ,
68
69
onChangeText : ( val ) => setEmail ( val ) ,
@@ -90,7 +91,7 @@ const SignUpForm = observer(
90
91
label = "Username"
91
92
name = "Username"
92
93
returnKeyType = "next"
93
- onSubmit = { ( ) => chainInput ( ' Password' ) }
94
+ chainable = " Password"
94
95
tiProps = { {
95
96
keyboardType : 'default' ,
96
97
textContentType : 'username' ,
You can’t perform that action at this time.
0 commit comments