React Native Elements

Cross Platform
React Native UI toolkit
A React Native framework for making cross platform applications
How to get started?
1. Install the React Native Elements package from the NPM
npm install @rneui/base @rneui/themed
2. Import the component and use it in your project
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

Preview on Expo Go
Use android phone to scan the QR code with your
Expo Go app to preview the example.
VS Code Extension
Snippets extension with previews & auto import