[go: up one dir, main page]

Skip to main content

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

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 demoSee 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.
Expo QR Code
VS Code ExtensionSnippets extension with previews & auto import
CommunityWe are a community of developers who love React Native.