skip to Main Content

React native – react-navigation native-stack, how to change the modal height?

/* eslint-disable react/no-unstable-nested-components */ import React from 'react'; import { View } from 'react-native'; import PersonalNewSecurity from './screens/PersonalNewSecurity'; import Home from './screens/Home'; import SelectLocation from './screens/SelectLocation'; import CameraScreen from './screens/CameraScreen'; import HomeToCheckOut from './screens/HomeToCheckOut'; import HomeAfterCheckOut from './screens/HomeAfterCheckout'; import ScanQR…

VIEW QUESTION
Back To Top
Search