Steve Moretz
Steve Moretz
I need this feature too...
> Note: `standard-version` is [no longer being actively maintained](https://github.com/conventional-changelog/standard-version#standard-version) 😕 Yeah that's a bummer but I think it's famous enough to get a serious fork.
> Yes! I believe that is possible. I will manage to fix this problem soon. Thanks for your comment. Hi I have the same issue (not using your library) have...
> > Hi I have the same issue (not using your library) have you created an issue on reanimated yet? > > @Stevemoretz this lib does _not_ uses `react-native-reanimated` dependency...
Thank you ignoring the log is fine for now , but it's better to create an issue on Facebook react native repository if there isn't one yet? I forgot to...
> same here, happened after upgrading from 3.6.1 to 3.7.1. > > just downgraded back and it looks fine for now. You don't need to downgrade just add your projectNameForProxy...
> sorry didn't read through - just added projectNameForProxy and it works like a charm, thank you very much :) You are welcome :)
> Thanks for the additional info. Does this happen all the time for you, or is it intermittent? I have noticed it on a few systems on the latest version...
This is a great idea, if the library is based on a ScrollView component it already supports reanimated2 for example FlatList is based on ScrollView and reanimated supports it out...
Oops, in that case if the native code could imitate what scrollview native code does, (the specific part that reanimated uses) this could also be automatically supported, I don't exactly...