react native flexbox split screen
问题 i am trying to split the screen using flexbox, but i am not getting the result i desire, here is what i have <View style={{flex: 1}}> <View style={{flex: 1}}>{/* half of the screen */}</View> <View style={{flex: 1}}>{/* the other half */} {/*<Swiper>*/} <View style={{flex: 1}}>{/* a quarter of the other half */}</View> <View style={{flex: 1}}>{/* a quarter of the other half */}</View> <View style={{flex: 1}}>{/* a quarter of the other half */}</View> <View style={{flex: 1}}>{/* a quarter of