Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 823 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 823 Bytes

react-native-image-card

A pure javascript image card for React Native framework.

###Demo alt tag

Try it out

Try it with Exponent: https://getexponent.com/@sungwoopark95/react-native-image-card

Run it locally

To install, there are two steps:

  1. Install Exponent XDE following this guide. Also install the Exponent app on your phone if you want to test it on your device, otherwise you don't need to do anything for the simulator.
  2. Clone this repo and run npm install
git clone https://github.com/ggomaeng/react-native-image-card.git imagecard

cd imagecard
npm install
  1. Open the project with Exponent XDE and run it.