Skip to content

Commit

Permalink
refactor: remove RNMBPXAndroidTextureMapView, and lateinit MapView on… (
Browse files Browse the repository at this point in the history
#3138)

* refactor: remove RNMBPXAndroidTextureMapView, and lateinit MapView on android

* fix: use_frameworks - use rnmapbox_maps-Swift.pre.h

* fix: correct ts types of codgen on RNMBXMapView

* fix(ios,v11): some RNMBX_11 were destroyed during the merge of #3136
  • Loading branch information
mfazekas authored Oct 27, 2023
1 parent d2c55d7 commit f5ae784
Show file tree
Hide file tree
Showing 21 changed files with 407 additions and 443 deletions.
2 changes: 0 additions & 2 deletions android/src/main/java/com/rnmapbox/rnmbx/RNMBXPackage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import com.rnmapbox.rnmbx.components.images.RNMBXImageModule
import com.rnmapbox.rnmbx.components.images.RNMBXImagesManager
import com.rnmapbox.rnmbx.components.location.RNMBXNativeUserLocationManager
import com.rnmapbox.rnmbx.components.mapview.NativeMapViewModule
import com.rnmapbox.rnmbx.components.mapview.RNMBXAndroidTextureMapViewManager
import com.rnmapbox.rnmbx.components.mapview.RNMBXMapViewManager
import com.rnmapbox.rnmbx.components.styles.RNMBXStyleImportManager
import com.rnmapbox.rnmbx.components.styles.atmosphere.RNMBXAtmosphereManager
Expand Down Expand Up @@ -86,7 +85,6 @@ class RNMBXPackage : TurboReactPackage() {

// components
managers.add(RNMBXCameraManager(reactApplicationContext))
managers.add(RNMBXAndroidTextureMapViewManager(reactApplicationContext, getViewTagResolver(reactApplicationContext)))
managers.add(RNMBXMapViewManager(reactApplicationContext, getViewTagResolver(reactApplicationContext)))
managers.add(RNMBXStyleImportManager(reactApplicationContext))

Expand Down

This file was deleted.

Loading

0 comments on commit f5ae784

Please sign in to comment.