maxs15 / react-native-modalbox

A <Modal/> component for react-native
MIT License
2.89k stars 505 forks source link

Open modal without onpress #260

Open jackbitthehe opened 5 years ago

jackbitthehe commented 5 years ago

Hi, I am wondering to open a modal when the page is loading? Thanks!

vuongtuananh commented 5 years ago

<Modal ref={"detailFindingModal"} />

componentDidMount() { this.refs.detailFindingModal.open(); }