Matt Holland

Results 9 issues of Matt Holland

#### Issue Description Emoji flags in the country picker modal are transparent on Android (not an issue on iOS). Note: this issue was previously opened, but it was closed and...

### Summary Beginning with `react-native-maps` version 1.9.0, map Markers composed of children content (described [in the documentation](https://github.com/react-native-maps/react-native-maps/blob/master/docs/marker.md) as Children Content) are showing sporadic flashes/glitching on Android. This does not occur...

bug

### Before submitting a new issue - [X] I tested using the latest version of the library, as the bug might be already fixed. - [X] I tested using a...

bug

When running the starter project (tested for both android and iOS, and after running all install commands), I receive this error: ``` Unable to resolve module @storybook/core/manager-api from /node_modules/@storybook/addon-ondevice-controls/dist/index.js: @storybook/core/manager-api...

### Summary With the following settings (Android-only problem): ``` showsUserLocation={true} showsMyLocationButton={false} ``` , the map will still show the my location button after the app is backgrounded and then returned...

bug

### Summary The `` `onRegionChange()` callback `details` argument has undefined `isGesture` value when dragging the map. This is contained in the second argument of the `onRegionChange` callback, i.e. : ```...

bug

### Summary The `` component ref used to come with a `redraw()` method (and it is still listed as a method in the docs), but it no longer exists on...

bug

## Description The `LayoutAnimation` documentation [here](https://reactnative.dev/docs/layoutanimation) is reporting the following (see below); however, when you run a react native app with 0.79+, you get a command line message that says...

After upgrading to React Native version 0.79+, I started getting a black background on the `SkeletonPlaceholder` component on Android that will not go away. I tried multiple combinations of ``...