React native component for dialog.
Powered by TIC Makers
Install @ticmakers-react-native/dialog
package and save into package.json
:
NPM
$ npm install @ticmakers-react-native/dialog --save
Yarn
$ yarn add @ticmakers-react-native/dialog
import React from 'react'
import Dialog from '@ticmakers-react-native/dialog'
export default class App extends React.Component {
render() { }
}
Name | Type | Default Value | Definition |
---|---|---|---|
---- | ---- | ---- | ---- |
Generated using TypeDoc