How To Horizontal Scroll in RN
How To Horizontal Scroll in RN
},
outer:{
backgroundColor: '#249991',
flex: 1,
alignItems: 'center',
justifyContent: 'center',
width: Dimensions.get('window').width,
height: Dimensions.get('window').height
},
outer2:{
backgroundColor: '#dd4b39',
},
outer3:{
backgroundColor: '#007bb6',
},
innerText:{
color: '#fff',
fontSize: 24,
fontWeight: 'bold'
}
})