Using react-native-giphy-ui with giphy.com

TypeScript integration

Install
npm install react-native-giphy-ui
Quick start
import React_native_giphy_ui from 'react-native-giphy-ui';

const client = new React_native_giphy_ui({ apiKey: "YOUR_API_KEY" });
Get GIFs by ID
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.giphy.com/v1/gifs
Random GIF
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.giphy.com/v1/gifs/random
Search GIFs
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.giphy.com/v1/gifs/search
SDK on GitHub 📄 API Docs
SDK
react-native-giphy-ui
TypeScript
API
giphy.com
giphy.com
At a glance
Language TypeScript
Endpoints10
Base URLhttps://api.giphy.com/v1