Open MahmonirB opened 1 year ago
@MahmonirB I think this issue is because this library doesn't support Reanimated 3. Lot of boilerplate from v1 (which was supported on v2) has been removed in reanimated v3. Not sure if this library still maintained (seems not to me), but if not, I am open, with the help of other community members, to start working on another library similar to this one, supporting last reanimated version. At this moment, seems to be impossible, for example, to make an app with new Shared Element Transitions of React Navigation 7 (which needs reanimated 3) and this repo.
If you would like to collaborate, this is my email: victoriomolinabermejo@gmail.com
@VictorioMolina any update on your library?
I Added
react-native-reanimated
in the project that is usingreact-native-web
. I added this codeto represent bottom sheet but I faced below error:
export 'default'.'Code' (imported as 'Animated') was not found in 'react-native-reanimated' (possible exports: FlatList, Image, ScrollView, Text, View, addWhitelistedNativeProps, addWhitelistedUIProps, createAnimatedComponent)
My code: