GitHub
useAnimatedStyle gets out of sync with SharedValue modified inside useEffect on Android · Issue #6677 · software-mansion/react-native-reanimated
Description Here's the code. import React, {useState, useEffect} from 'react'; import {Pressable, Text} from 'react-native'; import Animated, { use...