maplibre-react-native
maplibre-react-native copied to clipboard
A MapLibre react native module for creating custom maps
Is it possible to add a local .mbtiles file onto the map using a ``? I was thinking of doing something like this but I couldn't figure out a way...
## Description Fixes #[](https://github.com/maplibre/maplibre-react-native/issues/231) ## Checklist - [X] I have tested this on a device/simulator for each compatible OS - [X] I formatted JS and TS files with running `yarn...
A progress listener will keep logging progress even after `pack.pause()` is called. - Platform: Android - OS version: 14.0 - Device type: Pixel_3a_API_34_extension_level_7_x86_64 - Emulator/ Simulator: yes - Development OS:...
## Motivation It is really difficult to test new branches. In order to use the library, node_modules must be installed and `yarn build:plugin` and `yarn generate` must be run. The...
Events function in `PointAnnotationProps` create a TypeScript error because their interface don't allow for any arguments to be passed ```javascript export interface PointAnnotationProps extends ViewProps { id: string; title?: string;...
## Motivation At the moment, we have a frontend integration with Protomaps vector tiles, that have a full support of Maplibre GL: https://protomaps.com/docs/frontends/maplibre Inside our Mobile application, we use Maplibre...
hi use this package in react native 0.64.4 and react native + 0.60.0 has error Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. >...
Remove yarn / pnp, in favor of pnpm. ✅ $ pnpm unittest ✅ $ pnpm test:plugin ✅ $ pnpm build:plugin ✅ $ pnpm generate 🚩 $ pnpm lint ## Checklist...
This PR migrates the example react-native application to an expo application simplifying the DX, and enabling an automated CI/CD pipeline with EAS. includes: - Expo SDK 49 - expo-router v2...
Local iOS builds are super fast, but the Detox build is super slow and the tests sometimes fail. Tangentially related to #22, we need to understand what's going on here...