Video: https://www.youtube.com/watch?v=kFkiykgYMDI
- Clone the repo in your local machine.
git clone https://github.com/jtaylor1989/react-native-image-card.git
# then
cd react-native-image-card
- Install client dependencies.
yarn
# or
npm install
- Launch the simulator.
expo start --ios
# or
expo start --android