ऐसा लगता है कि position:absolute
उपयोग में एक तत्व का उपयोग करके केंद्रित नहीं किया जा सकता है justifyContent
या alignItems
। उपयोग करने के लिए वर्कअराउंड है, marginLeft
लेकिन डिवाइस की ऊंचाई और चौड़ाई का पता लगाने के लिए आयामों का उपयोग करके सभी उपकरणों के लिए समान प्रदर्शित नहीं करता है।
bottom: {
position: 'absolute',
justifyContent: 'center',
alignItems: 'center',
top: height*0.93,
marginLeft: width*0.18,
},
bottomNav: {
flexDirection: 'row',
},