FIX: Input field to rename wallet is covered when typing #1356

This commit is contained in:
marcosrdz 2020-07-18 20:25:40 -04:00 committed by Overtorment
parent a33d4ab454
commit c0957ff9da

View file

@ -216,7 +216,7 @@ export default class WalletDetails extends Component {
<SafeBlueArea style={styles.root}>
<StatusBar barStyle="default" />
<TouchableWithoutFeedback onPress={Keyboard.dismiss} accessible={false}>
<KeyboardAvoidingView behavior="position">
<KeyboardAvoidingView behavior={Platform.OS === 'ios' ? 'position' : null}>
<ScrollView contentContainerStyle={styles.scrollViewContent}>
<BlueCard style={styles.address}>
{(() => {