Willham12
Results
12
issues of
Willham12
### Description Previous issue: https://github.com/facebook/react-native/issues/33889 RN Alert button appears on the left top corner. ### Steps to reproduce ```js function openURL(url: string, error: string) { Linking.openURL(url).catch(() => showAlert(`${error} ${url}`)); }...
Platform: iOS
Issue: Author Provided Repro
Component: Button
API: Alert
### Mapbox Implementation Mapbox ### Mapbox Version 11.12.0 ### React Native Version 0.80.0 ### Platform iOS ### `@rnmapbox/maps` version 10.1.39 ### Standalone component to reproduce ```javascript import React from 'react';...
bug 🪲
Needs: Repro
Needs: Author Feedback