detatsatrio / react-native-modaly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Modaly

Installation

npm install react-native-modaly --save

How to Use

import Modaly from 'react-native-modaly'
.
.
.
<Modaly
  isVisible={this.state.isVisible}
  >
  {YOUR CONTENT BE HERE}
</Modaly>

Thanks :D

About


Languages

Language:JavaScript 49.9%Language:Objective-C 27.7%Language:Python 12.3%Language:Java 10.1%