React-native-reanimated entering/exiting dosen’t works on android
Description I’m trying to use animation for entering & exiting animation and In ios its work’s fine but on android its dosent works, This is the code: import { COLORS } from ‘@/src/constants/theme’; import React, { useCallback, useEffect, useRef, useState } from ‘react’; import { ScrollView, StyleSheet, Text, TouchableOpacity, View, } from ‘react-native’; import Animated, […]