How to create 3x3 grid menu in react native without 3rd party lib?
问题 I want to create grid center menu in react native, I just read the doc and looks good to start, but I have a problem to creating line for each grid menu I've created 3x3 grid flexbox with Copy-Paste the code : <View style={{ flexDirection: 'row', flex: 1, justifyContent: 'center', alignItems: 'center', }}> <View> <View style={{width: DeviceWidth*0.2, height: DeviceWidth*0.2, marginBottom:10, marginLeft:10, backgroundColor: 'powderblue'}} /> <View style={{width: DeviceWidth*0.2, height: