maplibre-react-native icon indicating copy to clipboard operation
maplibre-react-native copied to clipboard

A MapLibre react native module for creating custom maps

Results 183 maplibre-react-native issues
Sort by recently updated
recently updated
newest added

There were some parts left over from the old arch. I've also read up on `requiresMainQueueSetup` and I think this module shouldn't need it, which is the default. Fixes #1088

Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) from 3.16.7 to 4.1.3. Release notes Sourced from react-native-reanimated's releases. 4.1.3 What's Changed (cherry-pick) fix: Don't pass uninitialized ref to dispatchCommand, add warnings by @​MatiPl01 in software-mansion/react-native-reanimated#8339 (cherry-pick)...

Dependencies
javascript

First the component should be migrated to the new Architecture. You can refer to the migration of `MapView` and `Camera` where I tried to follow the best practices of the...

Architecture: New

### Describe and reproduce the Bug # iOS (TestFlight): `addCustomHeader('Authorization', 'Bearer …')` not attached to vector tile requests in release; works in local dev ## Summary On iOS, while developing...

Triage

It's already migrated but still hast some artifacts of the old architecture `RCT_...`.

Architecture: New

The `MLRNModule` becomes mainly obsolete by the migration. It should only remain the following functions: ``` addCustomHeader removeCustomHeader setConnected ``` Possibly, these would be better contained by a `RequestModule`?

Architecture: New