Skip to content

Installation

Install react-native-zoom-toolkit in your project

sh
npm install react-native-zoom-toolkit
sh
yarn add react-native-zoom-toolkit

Dependencies

This library relies on both Reanimated and Gesture Handler making part of your project, if you do not have them installed already please refer to Reanimated and Gesture Handler installation guides.

Recommended Versions

  • Recommended versions for react-native-gesture-handler are 2.16.0 and above, previous versions should work well but it's not guaranteed.
sh
npm install react-native-gesture-handler react-native-reanimated
sh
yarn add react-native-gesture-handler react-native-reanimated
sh
npx expo install react-native-gesture-handler react-native-reanimated

Additional Setup

No additional setup is required.

Released under the MIT License.