Timo
Timo
Thank you very much, @shubhnik . I needed to change `setPage` to ``` setPage(selectedPage: number) { this.setState({ page: selectedPage }); this.props.onPageSelected({ nativeEvent: { position: selectedPage } } as Partial); }...
improving on @lgibso34 s suggestion, I explicitly declared that the `` needs two children ``` // src/custom-types.d.ts import { IPropsSwipeRow } from 'react-native-swipe-list-view'; declare module 'react-native-swipe-list-view' { interface IPropsSwipeRow extends...
For me, the error was similar: `TypeError: TaskQueue: Error with task : Cannot assign to read-only property 'validated'` I am on ``` "react-native-draggable-flatlist": "^4.0.1", "react-native-reanimated": "~3.3.0", "expo": "^49.0.7", "react-native": "0.72.3",...
Hi, I am considering using this lib for my own app, but have no Galaxy S8 to look into this by myself. At the same time, I am worried about...
I still have the error using ``` "expo": "51.0.26", "expo-file-system": "17.0.1" ``` (as a side note: also `copyAsync` fails with the same error, both errors happen on iOS only)