skip to Main Content

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

REACT NATIVE QUESTION TypeError: undefined is not an object (evaluating 'navigation.navigate') …,

App.js (Login) import * as React from 'react'; import {useState} from 'react'; import { Text, StyleSheet, KeyboardAvoidingView, ScrollView, Image, TextInput, TouchableOpacity, View } from 'react-native'; import { CheckBox } from 'react-native-elements'; import {Ionicons} from '@expo/vector-icons' import {statusBar01} from './src/statusBar'; const…

VIEW QUESTION
Back To Top
Search