Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 256 Bytes

File metadata and controls

13 lines (9 loc) · 256 Bytes

📱 React Native - Swipe to start. The iconic iPhone gesture implemented in nothing but bare-bones RN

hero.gif

To run

# using npm
npm i && npx pod-install && npm run ios

# OR using Yarn
yarn && npx pod-install && yarn ios