This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { Component } from 'react'; | |
| import { StyleSheet, View } from 'react-native'; | |
| import { PanGestureHandler, State } from 'react-native-gesture-handler'; | |
| import Animated from 'react-native-reanimated'; | |
| function Snappable() { | |
| const dragStartX = useSharedValue(0); | |
| const translateX = useSharedValue(0); | |
| const boxStyle = useAnimatedStyle( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "timezones": [ | |
| "America/Aruba" | |
| ], | |
| "latlng": [ | |
| 12.5, | |
| -69.96666666 | |
| ], | |
| "name": "Aruba", |