Sven Hüning
Results
2
comments of
Sven Hüning
A possible workaround could be working without xaml and write the views in C# code. https://github.com/AvaloniaUI/Avalonia.Markup.Declarative I didnt tested it!
@EmanuelCAC i solved this issue by changing expo.plugins from this: ``` "plugins": [ "expo-router", "./plugins/withReactNativeMapsWorkaround", "expo-location", "expo-image-picker", "@rnmapbox/maps" , { "RNMapboxMapsDownloadToken": "sk.ey...8g", "RNMapboxMapsVersion": "10.16.2" } ], ``` to this: ```...