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

JavaScript integration

Install
npm install react-native-giphy-keyboard
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-keyboard
JavaScript
API
giphy.com
giphy.com
At a glance
Language JavaScript
Endpoints10
Base URLhttps://api.giphy.com/v1