1.0.3 • Published 4 years ago

@ticmakers-react-native/select v1.0.3

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

TIC Makers - React Native Select

React native component for select.

Powered by TIC Makers

Demo

Select Expo's snack

Install

Install @ticmakers-react-native/select package and save into package.json:

NPM

$ npm install @ticmakers-react-native/select --save

Yarn

$ yarn add @ticmakers-react-native/select

How to use?

import React from 'react'
import TextAvatar from '@ticmakers-react-native/select'

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)