Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robinheinze/ignite-radio-buttons

Add react-native-radio-buttons to your Ignite React Native app
https://github.com/robinheinze/ignite-radio-buttons

ignite ignite-plugin radio-buttons react-native

Last synced: 11 days ago
JSON representation

Add react-native-radio-buttons to your Ignite React Native app

Awesome Lists containing this project

README

        

# Ignite Radio Buttons Plugin

This plugin adds [react-native-radio-buttons](https://github.com/ArnaudRinquin/react-native-radio-buttons)
to your [Ignite](https://github.com/infinitered/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.

screen shot 2017-04-22 at 2 01 54 pm

That's it!