1.0.10 • Published 2 years ago

@huxin957/react-native-modal v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago