основной компонент:
<Router>
<ScrollView contentContainerStyle={styles.container}>
<Route exact path="/" component={About} />
<Route path="/history" component={History} />
</ScrollView>
<View style={styles.nav}>
ЕГО СДЕЛАТЬ fixed к низу экрана
</View>
</Router>
стили для элементов:
container: {
width: '91.3%',
position: 'relative',
display: 'flex',
alignItems: 'center',
marginLeft: 'auto',
marginRight: 'auto',
marginTop: '7.3%',
},
nav: {
position: 'absolute',
left: 0,
bottom: '9%',
flexDirection: 'row',
position: 'absolute',
bottom: '2.4%',
width: '91.3%',
flexDirection: 'row',
justifyContent: 'space-evenly',
backgroundColor: 'rgba(255, 255, 255, 1)',
boxShadow: '0px 0px 2px rgba(77, 82, 85, 0.1), 0px 12px 20px rgba(77, 82, 85, 0.2), inset 0px 0px 2px rgba(240, 244, 247, 1)',
borderRadius: 20,
height: 64,
},
как элемент
<View style={styles.nav}>
ЕГО СДЕЛАТЬ fixed к низу экрана
</View>
сделать приклиплённым внизу экрана и без position: fixed ??