ignite-elements icon indicating copy to clipboard operation
ignite-elements copied to clipboard

React Native Elements plugin for Ignite Framework

trafficstars

React Native Elements - Ignite Plugin

To get started

  1. install plugin
ignite add elements

  1. import and use React Native Elements
import { Button } from 'react-native-elements'

<Button title="Hello Ignite" />