marsakt

Results 6 comments of marsakt

My working workaround: package.json: ``` { "scripts": { **"postinstall": "jetify && node postinstall.js",** **"eas-build-post-install": "jetify && node postinstall.js",** "prebuild": "npx expo prebuild --platform android", **"build:dev": "eas build --profile development --platform...

after the upgrade to: "expo": "53.0.9" "react": "19.0.0" "react-native": "0.79.2" "react-native-image-marker": "1.2.6" I have exactly the same problem +1 for the fix please, thank you very much in advance.

here is the "workaround", but not applicable for expo build, patch has to be created for that [check this comment](https://github.com/JimmyDaddy/react-native-image-marker/issues/243#issuecomment-2674130449)

DatePicker responds/works correctly, if you have dark mode set on your phone, you need to adjust the behavior of your application, DatePicker correctly takes over this setting

Can this small change be merged please?

I prepared a patch if anyone would like it. package.json { "scripts": { **"postinstall": "patch-package"** } } create patch file .\patches\react-native-image-marker+1.2.6.patch and this is content of "react-native-image-marker+1.2.6.patch" ``` diff --git...