Siyamak Fazleelahi
Siyamak Fazleelahi
@obertil Thanks for your solution It works for me, with react-native v0.63.3 I've also upgrade the gradle version for the library as below For `./node_modules/react-native-document-scanner/android/build.gradle` ```` buildscript { repositories {...
Any update on this?! I have same problem..
@k-ibr Thanks for the fix. I have another problem related to this issue Now when I go back from a screen, the MaskedView shows children for a short time (instead...
Same here..
Same! It takes longer time to upload also (comparing to postman)
I show copilot in child view, and I may remove child view in some case. If I show copilot and then remove my child view (which `CopilotStep` component is inside...
@mohebifar I moved the code to the `unregisterStep` function(I think there is a better place for this), and I [made PR](https://github.com/mohebifar/react-native-copilot/pull/197)
@sgtpepper43 Thank you for participate I need in both android and iOS. I find workaround by keep latest y offset with [onScroll](https://github.com/facebook/react-native/blob/3915c0fa6178fbb8aa9b8bd54881cfdbde8fde70/Libraries/Components/ScrollView/ScrollView.js#L454) and also save content height before and after...
I can not believe that they are not support this feature at all!!! I found [RecyclerListView](https://github.com/Flipkart/recyclerlistview) It might solve this problem, But I didn't currently have the opportunity to test...
@jakovB777 I think our case are different from yours! We want to add item to both side of list, not only push on back. There is no problem when you...