Andrew Ward
Andrew Ward
By searching for "Failed to load source", I can see the error is being produced here: https://github.com/maplibre/maplibre-native/blob/6e67ebf51dd65b8e2ab0ce3fe899d202ce24fcfc/src/mbgl/style/style_impl.cpp#L349
Using logEvent with "screen_view" does not work because of this issue: https://github.com/invertase/react-native-firebase/issues/8612
The docs there use logScreenView which raises a deprecation message. Using logEvent as [documented](https://firebase.google.com/docs/analytics/screenviews#manually_track_screens) by the Firebase modular web API: ``` logEvent(getAnalytics(), "screen_view", { firebase_screen: screenName, firebase_screen_class: screenName, }); ```...
I've updated all the dependencies and tested again. It doesn't seem to be fixed for me: https://github.com/user-attachments/assets/3cdceec0-ee04-4b00-a3e7-4d3939ce581f
Hi, thanks for the reply Your vertical video does also show the problem - it's returning from the search screen rather than cancelling the search. Also you never press the...
Makes sense. If the search screen has no content, then it makes sense for
> Can you also increase the version in package.json file ? Literally just this? No tags? Surprised you do this as part of PRs rather than a bump commit