Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 932 Bytes

File metadata and controls

31 lines (20 loc) · 932 Bytes

React Native Simple Components

This project is all about react native components, that are no longer supported or not built in to be used in the app. Components like checkbox, radio selector, group of radio selectors...etc.

Note this is only basic code no extra dependencies are needed.

Prerequisites

Installation

Open a Terminal in the project root and run:

npm install

Or if you want to create your own project just follow the steps found in react native doc.

In this project I used expo

yarn create expo-app elements

We're done! Now you can build and run the app on your device/simulator.