1.0.10 • Published 3 years ago

@huxin957/react-native-modal v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

react-native-modal

Install

npm i @huxin957/react-native-modal @huxin957/react-native-portal react-native-line-style --save

yarn add @huxin957/react-native-modal @huxin957/react-native-portal react-native-line-style

How to Use

portal :https://github.com/HuXin957/react-native-portal

import Modal from "@huxin957/react-native-modal"

 <Modal
   visible={visible}
   animationType={'slide-up'}
   onClose={onClose}
   >
     <Text>hello,modal</Text>    
</Modal>
1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago