1.0.3 • Published 4 years ago

@ticmakers-react-native/dialog v1.0.3

Weekly downloads
-
License
BSD-3-Clause
Repository
gitlab
Last release
4 years ago

TIC Makers - React Native Dialog

React native component for dialog.

Powered by TIC Makers

Demo

Dialog Expo's snack

Install

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

How to use?

import React from 'react'
import Dialog from '@ticmakers-react-native/dialog'

export default class App extends React.Component {

  render() { }
}

Properties

NameTypeDefault ValueDefinition
----------------

Todo

  • Test on iOS
  • Improve and add new features
  • Add more styles
  • Create tests
  • Add new props and components in readme
  • Improve README

Version 1.0.3 (Changelog)