Skip to content

Latest commit

 

History

History

ts-example

RN Gif Search TS Example

This is an example project for react-native-gif-search that uses TypeScript

TypeScript Example

Example project creator: anthlasserre

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/ts-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