The simple example app using expo.
Insall Expo.
npm install -g yalc
yalc publish react-native-simple-dnd
cd example
yalc add
npm install -S
npx expo start
- When the src codes are updated,
npm run build
yalc push
Referece: Stackoverflow
The simple example app using expo.
Insall Expo.
npm install -g yalc
yalc publish react-native-simple-dnd
cd example
yalc add
npm install -S
npx expo start
npm run build
yalc push
Referece: Stackoverflow