
Cross Platform
React Native UI toolkit
A React Native framework for making cross platform applications
Why React Native Elements?
How to get started?
1. Install the React Native Elements package from the NPM
npm install @rneui/base @rneui/themed
import React from 'react';
import { Button } from '@rneui/base';
const AwesomeButton = () => (<Button title='Welcome'/>)
Expo demo
See in action, play a live demo published on Expo