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 Version | React Native Zoom Toolkit Version | Gesture Handler version |
|---|---|---|
<= 0.76 | >= 3.0.0 | 2.16.0 and above. |
>= 0.76 | >= 4.0.0 | 2.19.0 and above. |
>= 0.81 | >= 6.0.0 | 2.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-workletssh
yarn add react-native-zoom-toolkit react-native-gesture-handler react-native-reanimated react-native-workletssh
npx expo install react-native-zoom-toolkit react-native-gesture-handler react-native-reanimated react-native-workletsFor Expo 53 and below.
sh
npm install react-native-zoom-toolkit react-native-gesture-handler react-native-reanimatedsh
yarn add react-native-zoom-toolkit react-native-gesture-handler react-native-reanimatedsh
npx expo install react-native-zoom-toolkit react-native-gesture-handler react-native-reanimated