npm i react-native-modal import Modal from "react-native-modal"; <Modal> <View style={{ flex: 1 }}> <Text>I am the modal content!</Text> </View> </Modal>