react-native-beatiful-modal
v1.0.3
Published
react native component for creating beatifull modal ui
Downloads
2
Maintainers
Readme
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}
/>