React Native Jelly button with Gestures
Description
Installation
bunx @animatereactnative/cli@latest add react-native-jelly-button-with-gestures
npx @animatereactnative/cli@latest add react-native-jelly-button-with-gestures
yarn @animatereactnative/cli@latest add react-native-jelly-button-with-gestures
pnpm dlx @animatereactnative/cli@latest add react-native-jelly-button-with-gestures
Dependencies
| Package | Version |
|---|---|
expo-constants | ~18.0.9 |
react-native-gesture-handler | ~2.28.0 |
react-native-reanimated | ~4.1.0 |
react-native-svg | 15.12.1 |
To install these dependencies, you can use the following command:
bun add expo-constants@"~18.0.9" react-native-gesture-handler@"~2.28.0" react-native-reanimated@"~4.1.0" react-native-svg@"15.12.1"
npm install expo-constants@"~18.0.9" react-native-gesture-handler@"~2.28.0" react-native-reanimated@"~4.1.0" react-native-svg@"15.12.1"
yarn install expo-constants@"~18.0.9" react-native-gesture-handler@"~2.28.0" react-native-reanimated@"~4.1.0" react-native-svg@"15.12.1"
pnpm install expo-constants@"~18.0.9" react-native-gesture-handler@"~2.28.0" react-native-reanimated@"~4.1.0" react-native-svg@"15.12.1"