Naftali Beder
Naftali Beder
On a clean install on the `master` branch, `metadata_tests.py` and `realworld_tests.py` fail. ```sh short test summary info ============================================================================================= FAILED tests/metadata_tests.py::test_pages - AssertionError: assert None == 'Want to See a More...
**Summary** This removes Maplibre as the default map implementation for Android, causing the build process to fail if the parent project does not specify a value for `RNMapboxMapsImpl`. **Description** A...
## Description Allows `measure()` to handle exceptions internally, and return `null` if the measurement cannot be made. The impetus for this is occasional hard crashes when calling `measure`, seemingly due...
We're still trying to sort out an issue with MarkerViews not always displaying or updating on the map, so I wanted to get a minimal example into the V10 directory....
If an element has `overflow: hidden`, `SelectMenu`'s popup element was clipped. This uses some [CSS trickery](https://stackoverflow.com/a/22927412/4138147) to fix that.
This improves the content selector on medium.com to choose the correct `article` element (of several), and adds a utility function for checking parts of the content not at the beginning...
This adds a type declaration file, and the requisite linter and build changes.
The initial experience running `yarn install` and `yarn build` was broken. This regenerates `yarn.lock` to fix the dependency install error, and ignores an import cycle linter error to fix the...
## Description This implements the specific shape animators for animating a single point source and a line by its offsets. ## Checklist - [x] I've read `CONTRIBUTING.md` - [x] I...
### Mapbox Implementation Mapbox ### Mapbox Version default ### Platform Android ### `@rnmapbox/maps` version #main ### Component to reproduce This isn't standalone, but here is the basic structure. ``` ```...