Код: Выделить всё
class Application extends Component {
render() {
return (
{/*
} />
} />
*/}
);
}
}
const styles = StyleSheet.create({
container: {
backgroundColor:'#F79D42',
flex: 1,
flexDirection: 'column',
justifyContent: 'center',
}
});
export default Application;
Код: Выделить всё
justifyContent: 'center'
Подробнее здесь: https://stackoverflow.com/questions/552 ... ot-working
Мобильная версия