Alexey Savelev

Results 12 comments of Alexey Savelev

I use a pure JS implementation similar to `react-native-paper` one for quite a long time. @mmazzarolo could I kindly ask you, what benefits do you think it would have if...

Not sure if it's still valid, but you can take a look on how I did it in our project. https://github.com/tonlabs/UIKit/blob/development/kit/inputs/ios/UIInputAccessoryView%2BScrollView.m#L196 Basically every view has access to a rootTag AFAIR....

This is actually not `reanimated` related problem, it's that RN on Android doesn't sent momentum events by default: https://github.com/facebook/react-native/blob/0e06185f43763f2e8daecbd4dd5dd53917a795ff/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactScrollViewManager.java#L138-L149 One can turn it on either with https://github.com/facebook/react-native/blob/ef6ab3f5cad968d7b2c9127d834429b0f4e1b2cf/Libraries/Components/ScrollView/ScrollView.js#L1741-L1744 or https://github.com/facebook/react-native/blob/ef6ab3f5cad968d7b2c9127d834429b0f4e1b2cf/Libraries/Components/ScrollView/ScrollView.js#L385-L391

@timdorr not exactly. For example it won't work with [react-navigation](https://reactnavigation.org) because of [this](https://github.com/react-navigation/react-navigation/blob/main/packages/devtools/src/useReduxDevToolsExtension.tsx#L33), as `react-navigation` doesn't have explicit store to apply middleware (actually no redux store at all, but they...

@WoLewicki how can we help to merge it? We have to patch it in out code...

@WoLewicki the thing is we apply both that workarounds to get proper behaviour. If you look at gif above, you may notice that when it go back to `settings` screens...

I think that should be jsified only first level of Map

> Thanks a bunch for this PR, I'm noticing tests are failing, would you mind having a look at that? Hi @oblador 👋 As I already mentioned, I would like...

@benkraus yeah, you are right. Is it not what "translucent" mean?)