A
Size: a a a
A
С
A
NL
NL
AV
VP
DS
GB
VP
{ params: { screen, params: { screen }}
.DS
T
GB
{ params: { screen, params: { screen }}
.private onMenuPress = (path: string) => {
const nav = this.props.navigation;
if (path === 'exit') {
this.props.logoutWithConfirmation();
} else {
let action = nav.router.getActionForPathAndParams(path);
if (action.type === NavigationActions.NAVIGATE && action.action) {
// HACK: extract inner action for submenus (because top action will not update params)
action = action.action;
}
nav.dispatch(action);
}
nav.dispatch(DrawerActions.closeDrawer());
};
DK
<ScrollView removeClippedSubviews={false}>не помогает. Как заставить работать данный функционал?
и
height: Platform.OS == 'android' ? 40 : 20
AM
AM
AM
AM
S
this.secondTextInput
TypeError: undefined is not an object (evaluating '_this.secondTextInput = input')
AE
this.secondTextInput
TypeError: undefined is not an object (evaluating '_this.secondTextInput = input')