- Infinity Scrolling
- Trending Giphy
- Search Giphy
$ npm install react-native-giphy-modal
This library needs these dependencies to be installed in your project before you can use it:
$ npm install yarn add react-native-reanimated react-native-gesture-handler
React Native Gesture Handler needs extra steps to finalize its installation, please follow their installation instructions.
React Native Reanimated v1 needs extra steps to finalize its installation, please follow their installation instructions.
To work on Android you need to follow react native instruction.
import GiphyModal from 'react-native-giphy-modal'
<GiphyModal
ref={giphyModalRef}
giphyApiKey={''}
onSelectGif={(gifDetail) => {}}
/>
Api key of Giphy you can get an one https://developers.giphy.com.
When you onPress on gift this method will get fired.
- Source code Javascript to TypeScript
- Custom Layout
- Dark Mode theming
- Damith G (http://damithg.dev/)