Center an image using absolute position in React Native
I’m new to React, and am trying to center an <Image />
component within a larger <View />
, per below:
I’m new to React, and am trying to center an <Image />
component within a larger <View />
, per below: