Skip to content

Installation

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.

React Native VersionReact Native Zoom Toolkit VersionGesture Handler version
<= 0.76>= 3.0.02.16.0 and above.
>= 0.76>= 4.0.02.19.0 and above.
>= 0.81>= 6.0.02.19.0 and above.

For Expo 54 and above.

sh
npm install react-native-zoom-toolkit react-native-gesture-handler react-native-reanimated react-native-worklets
sh
yarn add react-native-zoom-toolkit react-native-gesture-handler react-native-reanimated react-native-worklets
sh
npx expo install react-native-zoom-toolkit react-native-gesture-handler react-native-reanimated react-native-worklets

For Expo 53 and below.

sh
npm install react-native-zoom-toolkit react-native-gesture-handler react-native-reanimated
sh
yarn add react-native-zoom-toolkit react-native-gesture-handler react-native-reanimated
sh
npx expo install react-native-zoom-toolkit react-native-gesture-handler react-native-reanimated

Released under the MIT License.