Make choose account form scrollable
This commit is contained in:
@@ -3,6 +3,7 @@ import {
|
|||||||
ActivityIndicator,
|
ActivityIndicator,
|
||||||
Keyboard,
|
Keyboard,
|
||||||
KeyboardAvoidingView,
|
KeyboardAvoidingView,
|
||||||
|
ScrollView,
|
||||||
StyleSheet,
|
StyleSheet,
|
||||||
TextInput,
|
TextInput,
|
||||||
TouchableOpacity,
|
TouchableOpacity,
|
||||||
@@ -202,7 +203,7 @@ const ChooseAccountForm = ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View testID="chooseAccountForm">
|
<ScrollView testID="chooseAccountForm">
|
||||||
<Text
|
<Text
|
||||||
type="2xl-medium"
|
type="2xl-medium"
|
||||||
style={[pal.text, styles.groupLabel, s.mt5, s.mb10]}>
|
style={[pal.text, styles.groupLabel, s.mt5, s.mb10]}>
|
||||||
@@ -267,7 +268,7 @@ const ChooseAccountForm = ({
|
|||||||
<View style={s.flex1} />
|
<View style={s.flex1} />
|
||||||
{isProcessing && <ActivityIndicator />}
|
{isProcessing && <ActivityIndicator />}
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</ScrollView>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user