I've upgraded react-native-reanimated and the BottomSheet doesn't work properly
That's probably why we have so many issues lately.
The package this uses is 1.0.1. Guess we need an urgent update.
Any plans to make it compatible with later versions of reanimated?
What do you mean exactly by "it doesn't work properly" ?
I launched an example app which uses react-native-reanimated: "~1.7.0" and it works. https://github.com/osdnk/react-native-reanimated-bottom-sheet/blob/master/Example/package.json#L17
@jtomaszewski I'm trying to do the same but currently cannot fix this error. Did you encounter this too?

I had to do "yarn prepare" in the repo directory and then "yarn link../" in the example directory. Then it worked.
callbackNode is sometimes returning incorrect value when using react-native-reanimated above 1.4.0
Most helpful comment
That's probably why we have so many issues lately.
The package this uses is 1.0.1. Guess we need an urgent update.