/react-native-image-card

React Native image card component with a toggle like button

Primary LanguageJavaScriptMIT LicenseMIT

React Native Image Card

card image

Video: https://www.youtube.com/watch?v=kFkiykgYMDI

Prerequisites

Run the application

  1. Clone the repo in your local machine.
git clone https://github.com/jtaylor1989/react-native-image-card.git

# then

cd react-native-image-card
  1. Install client dependencies.
yarn

# or

npm install
  1. Launch the simulator.
expo start --ios

# or

expo start --android