ignite-elements
v0.3.0
Published
Adds react-native-elements support to Ignite.
Downloads
54
Readme
React Native Elements - Ignite Plugin
To get started
- install plugin
ignite add elements
- import and use React Native Elements
import { Button } from 'react-native-elements'
<Button title="Hello Ignite" />