Skip to content

Latest commit

 

History

History

js-example

RN Gif Search JS Example

This is a plain Javascript example project for react-native-gif-search

Javascript Example

Intall and Run

Download example project and install node modules

git clone https://github.com/Thanasis1101/react-native-gif-search
cd react-native-gif-search/Examples/js-example
npm install

Start node server

react-native start

Run on device

react-native run-android
# or
react-native run-ios

For more info about react-native-gif-search see the package's README.md