# ModalInput

Modal with CANCEL and OK buttons

[Example](https://github.com/ThakurBallary/react-native-btr-demo/tree/main/src/Components/ModalInput.tsx)

### Props
Key | Type | Default
----|----|----
onCancel | function | ()=>alert('Cancel Pressed') 
onOk | function | ()=>alert('Ok Pressed') 

### Usage
[Click Here - Gist](https://gist.github.com/ThakurBallary/14dbbb5f642c02d13f22423f03b6c4a0)
