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

A framework for building native applications using React

Results 2114 react-native issues
Sort by recently updated
recently updated
newest added

### Description I see this magic number in native code for Keyboard on android: ``` mMinKeyboardHeightDetected = (int) PixelUtil.toPixelFromDIP(60); ``` In my app, when I setup a listener for `keyboardDidHide`...

Stale
API: Keyboard
Needs: Triage :mag:

### Description I'm on Windows. When building my app for release in Android Studio, I receive the following error after Metro successfully generates the assets: ``` 'C:\Users\Micah' is not is...

Platform: Windows
Impact: Errors During Build
Needs: Attention

## Summary This adds Dynamic Type support in iOS as described [here](https://github.com/react-native-community/discussions-and-proposals/issues/519). `Text` elements have a new prop, `dynamicTypeRamp`, that allows users to specify which font ramp a particular `Text`...

CLA Signed
Platform: iOS
Type: Enhancement
p: Microsoft
Partner

### Description I am requesting a URL of API service which responds with status code 307 (redirect) on success and a URL location in response Headers. This is protected API...

Needs: Attention

## Summary The motivation is to create an e2e testing solution for the rn-tester default app. With cooperation with Callstack developers, we are trying to make a working tool. Now...

Type: Enhancement
No CLA

### Description I cannot click a button or touchable opacity at the bottom of the page. We have to either move it to the top of the page or higher...

Component: Button
Needs: Triage :mag:

### Description `onPress` props not always run (occasionally) each time pressed ### Version 0.70.3 ### Output of `npx react-native info` ``` info Fetching system and libraries information... System: OS: macOS...

Needs: Triage :mag:

## Summary - Adds `AccessibilityEvent.TYPE_VIEW_HOVER_ENTER` to AccessibilityNodeInfo sendAccessibilityEvent - Adds an example implementation. fixes https://github.com/facebook/react-native/issues/30860 fixes https://github.com/facebook/react-native/issues/30097 Related Documentation https://github.com/facebook/react-native-website/pull/3438 ## Changelog [Android] [Added] - Add TYPE_VIEW_HOVER_ENTER to AccessibilityNodeInfo sendAccessibilityEvent...

CLA Signed
Platform: Android
Type: Enhancement
Accessibility

### Description Hi guys, I'm trying to use hermes with use_framework!. - I was on 0.66.4, with hermes disabled and use_framework enabled. My app was working great, but on some...

Platform: iOS
Tech: Hermes

### Description If a component have refresh control or flatlist with refreshing and onrefresh props , then showing white circle on the top of the screen while navigating back. if...

Platform: Android
Needs: Triage :mag: