Skip to content

After hidden bottom tab bar by open keyboard remains white block #7284

@fri0z

Description

@fri0z

Current behaviour

After hidden bottom tab bar by open keyboard remains white block. I use mode android:windowSoftInputMode="adjustResize" and adjustResize fits most to me. I tried other modes and not fits me.

Expected behaviour

I expect to hide the white bar in adjustResize mode

Code sample

import React from 'react';
import { Input } from "react-native-elements";
import { View, ScrollView } from 'react-native';

class Example extends React.Component {
    render() {
        return (
            <View style={ { backgroundColor: '#ccc', flex: 1 } }>
                <ScrollView>
                    <Input
                        label={ 'Серия бланка' }
                        placeholder='Серия бланка'
                    />
                </ScrollView>
            </View>
        );
    }
}

Screenshots (if applicable)

photo_2019-10-24_20-37-34

What have you tried

I watched react-navigation/tabs#16 / react-navigation/tabs#64

Your Environment

software version
ios or android android
react-native 0.60.5
react-navigation-tabs 4.0.10
react-navigation-stack 1.10.2
react-navigation-tabs 2.5.6
node v10.17.0
npm or yarn 6.11.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions