skip to Main Content

React native make image layout

If I want to make a layout of this genre how would you do it!? I tried with Flatlist numColumns={3} columnWrapperStyle={{ flex: 1/3, justifyContent: 'space-between' }} But the last two are always one on the right and one on the…

VIEW QUESTION

React navigation params object empty – React native

When i try passing the params to my review screen it comes up undefined. I'm using "@react-navigation/native": "^6.1.3" and "@react-navigation/stack": "^6.3.12" App.js import 'react-native-gesture-handler'; import { StyleSheet, Text, View, Button, TouchableOpacity, FlatList } from 'react-native'; import {NavigationContainer} from '@react-navigation/native'; import…

VIEW QUESTION
Back To Top
Search