amin79
amin79
same problem here.
> For me, all I did is just an import Animated from 'react-native-reanimated'. When I go to a screen and go back, the screen is not responding to touch/scroll. The...
Any solution for that? I get same error: Invariant Violation: Reanimated: Bezier node argument should be of type AnimatedNode but got AnimatedOperator, id: 476
Yes I realised that and fixed it. Thanks. One more problem is that when I set the saveLabel to null, it set it to 'Save' initially. But I need to...
When the user select a date, it would be close automatically. Then there us no need to have the save button. Additionally, they can not even click on it. Because...
@lincolnthree Hi. You mentioned that you use a combination of this library plus Ionic's virtual-scroll. Could please proved an example? I used ion-virtual-scroll, but it has overlapping problem when I...
@lincolnthree Thank you for your answer. Thats correct that ionic handle it very good. But there is a bug which is not solved after a long time. When I use...
@PocoMin Hi. Did you find any solution for that? I also have the same problem. I works good on windows, but when I use it in my device (Android), when...
same problem with "expo": "^47.0.6" and "expo-dev-client": "~2.0.1".
> You can use BackButtonListener > > ``` > BackButtonListener( > onBackButtonPressed: () async { > print('test'); > return true; > }, > child: SomeWidgets(), > ); > ``` God...