1.0.3 • Published 3 years ago

react-native-beatiful-modal v1.0.3

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

react-native-beatiful-modal

react native beatiful modal is library for react native to create custom beatiful modal

Installation

npm i react-native-beatiful-modal

Usage

import ModalType from 'react-native-beatiful-modal'

      <ModalType
        image={require('images/home/ic_type.png')}
        isVisible={yourstate}
        title={'Hello World!'}
        accessibilityLabel="singleModal"
        subtitle={'Lorem ipsum dolor amet sit construct'}
        onPressButton={() => {
         // do action
        }}
        payment={true}
      />

License

MIT