Merge branch 'make-choose-account-scrollable' of https://github.com/flicknow/social-app into flicknow-make-choose-account-scrollable
commit
4e5a99d4d3
|
@ -3,6 +3,7 @@ import {
|
|||
ActivityIndicator,
|
||||
Keyboard,
|
||||
KeyboardAvoidingView,
|
||||
ScrollView,
|
||||
StyleSheet,
|
||||
TextInput,
|
||||
TouchableOpacity,
|
||||
|
@ -202,7 +203,7 @@ const ChooseAccountForm = ({
|
|||
}
|
||||
|
||||
return (
|
||||
<View testID="chooseAccountForm">
|
||||
<ScrollView testID="chooseAccountForm">
|
||||
<Text
|
||||
type="2xl-medium"
|
||||
style={[pal.text, styles.groupLabel, s.mt5, s.mb10]}>
|
||||
|
@ -267,7 +268,7 @@ const ChooseAccountForm = ({
|
|||
<View style={s.flex1} />
|
||||
{isProcessing && <ActivityIndicator />}
|
||||
</View>
|
||||
</View>
|
||||
</ScrollView>
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue