Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 427 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 427 Bytes

Example

The simple example app using expo.

Setup

Insall Expo.

npm install -g yalc
yalc publish react-native-simple-dnd
cd example
yalc add 
npm install -S
npx expo start

Development

npm run build
yalc push

Referece: Stackoverflow