Volker Lieber

Results 8 comments of Volker Lieber

It looks like the JS code has to be converted to TypeScript, but for now it should be sufficient to import ViewPropTypes from `deprecated-react-native-prop-types`

This happens because an invalid type definition in `interface RenderListItemPropsInterface`. `onPress` is defined as `(value: T) => void`, but is used as `(item: ItemType, custom?: boolean) => void` in RenderListItem.js...

Make sure to wrap your app/screen in `BottomSheetModalProvider` and provide a valid (snap point) index (e.g. 0)

Try to look into the system logs from the crash (e.g. with Android Studio). In my case it happened because Expo update restarted the App which let the `SplashScreen.hideAsync()` function...

It looks like it should be done via `Ctx.Bind().Body` Source documentation: - `Bind`: You can bind body, cookie, headers etc. into the map, map slice, struct easily by using Binding...

For now this seems to be a viable workaround [https://vladislavantonyuk.azurewebsites.net/articles/Customize-map-pins-in-.NET-MAUI](https://vladislavantonyuk.azurewebsites.net/articles/Customize-map-pins-in-.NET-MAUI)

I found some free time today and looked into your suggestion. You can find the source here: [https://github.com/VolkerLieber/ncdownloader-chrome-extension](https://github.com/VolkerLieber/ncdownloader-chrome-extension) and the extension (once it's reviewed) in the chrome web store under:...