Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (31 loc) · 600 Bytes

File metadata and controls

39 lines (31 loc) · 600 Bytes

react-native-selectable-list

Example implementation of Selectable List in React Native

Check out the blog post

Setup

Clone repository

Install with yarn

yarn install

Install with npm

npm install

Start up

Run react server

yarn start
npm start

Run packager iOS

react-native run-ios

Android

react-native run-android