Skip to content

Instantly share code, notes, and snippets.

@naftalibeder
naftalibeder / react-native-reanimated-state-change.js
Created February 22, 2019 20:50
Touches no longer being registered after reconfiguring animations
import React, { PureComponent } from 'react';
import { StyleSheet, View, Text, TouchableOpacity } from 'react-native';
import { PanGestureHandler, State } from 'react-native-gesture-handler';
import Animated from 'react-native-reanimated';
const {
set,
cond,
eq,
add,