Bartosz Kudra
Bartosz Kudra
Docs seems to be totally outdated, use @loaded event instead. ```pug VMap( :options="{accessToken: 'your-token', style: 'mapbox://styles/mapbox/streets-v11' }" @loaded="onMapLoaded" ) ``` ```js onMapLoaded(event) { this.map = event } ```
Hi, I tried this solution but it only works for me in Expo Go or with `expo eject`/'expo prebuild'. While using `expo build:android` the apk does not contain output of...
Thanks, I will have to migrate the project to EAS cli, I will post an update if it is working on EAS build. (it may take few days as it's...
Models should be migrated before generating erd.
Happend to me also, it is problematic when users can create their own masks and now they can break forms with invalid masks.
I would like to use this library but it still needs more work and more reactivity. If I pass new coordinates to Marker then it should move on the map...
> My @react-native-community/datetimepicker version is 3.5.2 & react-native-modal-datetime-picker version is 15.0.1. Using the pickerComponentStyleIOS property, I was able to resolve this issue. I give height in pickerComponentStyleIOS and It worked...
I followed the [FAQ](https://github.com/mmazzarolo/react-native-modal-datetime-picker#why-is-the-picker-is-not-showing-the-right-layout-on-ios--14) of `react-native-modal-datetime-picker` and updated `@react-native-community/datetimepicker` to latest version but it didn't help and after that I had errors on Android. I went back to the version...
Same problem here "react": "18.1.0", "react-native": "0.70.5", "expo": "^47.0.0", "expo-community-flipper": "^47.0.0", "react-native-flipper": from "0.174.0" to "0.176.1",
Ok so I accidentally removed the line: `"plugins": ["expo-community-flipper"]` from `app.json` after adding this line back everything works. Here is the step in expo docs: https://docs.expo.dev/guides/using-flipper/#step-4-add-the-config-plugin make sure that plugins...