Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native modal

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>
Source by www.npmjs.com #
 
PREVIOUS NEXT
Tagged: #react #native #modal
ADD COMMENT
Topic
Name
1+7 =