0.0.2 • Published 7 years ago

ignite-radio-buttons v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Ignite Radio Buttons Plugin

This plugin adds react-native-radio-buttons to your Ignite React Native project and provides an example of its usage.

Usage

$ cd /path/to/your/project
$ ignite add radio-buttons

This adds react-native-radio-buttons to your project and generates an example under ignite/Examples/Components/RadioButtonsExample.js. You adapt this example to meet the needs of your application. If you included DevScreens when you ignited your app, the example will appear on the Plugin Examples screen.

That's it!