Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 179 Bytes

File metadata and controls

16 lines (13 loc) · 179 Bytes

Build with iOS

yarn install
cd example && yarn install && cd ..
cd example && cd ios && pod install && cd .. && cd ..
cd example && yarn ios