How can I add five buttons to the right side of my app? I've put five buttons on the left, and I need to put five more on the right, but I'm not sure how.
https://snack.expo.io/@therealsneh/vacation-spot-real Code snack.
Picture:
How can I add five buttons to the right side of my app? I've put five buttons on the left, and I need to put five more on the right, but I'm not sure how.
https://snack.expo.io/@therealsneh/vacation-spot-real Code snack.
Picture:
Is this what you want to achieve?
I added a view container that contains all your TouchableOpacities, then change it to flexDirection row to render horizontally, also wrapping them to next line if not fit enough
This is the code, you can also try in this snack expo