This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/node_modules/@rnmapbox/maps/ios/RNMBX/RNMBXMapView.swift b/node_modules/@rnmapbox/maps/ios/RNMBX/RNMBXMapView.swift | |
index 02473cf..1bc2483 100644 | |
--- a/node_modules/@rnmapbox/maps/ios/RNMBX/RNMBXMapView.swift | |
+++ b/node_modules/@rnmapbox/maps/ios/RNMBX/RNMBXMapView.swift | |
@@ -1,4 +1,4 @@ | |
-@_spi(Restricted) import MapboxMaps | |
+@_spi(Experimental) @_spi(Restricted) import MapboxMaps | |
import Turf | |
import MapKit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* HighlightableImage.js | |
* | |
* If we simply change the source prop of an Image in the render method, the | |
* image blinks, and there is no image for a fraction of a second. This is | |
* solved by mounting 2 images and changing their opacity. | |
* | |
*/ | |
import React from 'react' | |
import { |