Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robinheinze/ignite-radio-buttons
- Owner: robinheinze
- Created: 2017-04-22T21:19:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T00:52:17.000Z (over 7 years ago)
- Last Synced: 2024-09-14T09:34:45.345Z (about 2 months ago)
- Topics: ignite, ignite-plugin, radio-buttons, react-native
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.That's it!