Teo Udovčić

Results 3 comments of Teo Udovčić

try this - any icon size you are passing in as `size={'10'}` or `size={10}` should be passed as `style={{ fontSize:10 }}`

you can add a postinstall hook to your podfile @estoilkov ``` installer.pods_project.targets.each do |target| if target.name == 'MapboxMaps' file_path = 'Pods/MapboxMaps/Sources/MapboxMaps/Annotations/ViewAnnotationManager.swift' file_content = File.read(file_path) if file_content.include?('idsByView.compactMapValues { [mapboxMap] id in')...