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

Differential Revision: D53206323

CLA Signed
p: Facebook
Partner
fb-exported

Summary: 1. Add "initial" values, and whether the prop should be inherited (currently only applies to direction). 2. Add some more border properties that we can replicate with the current...

CLA Signed
p: Facebook
Partner

### Description The window height doesn't include the navigation bar height when it's displayed as "translucent". This also occurs if you enable edge-to-edge mode, which similarly shows the app UI...

Issue: Author Provided Repro
Platform: Android
API: Dimensions
Needs: Triage :mag:

Summary: This is a preliminary change which converts RCTConvert to an objectiveC++ file. This is required by the next diffs in the stack. Differential Revision: D53520228

CLA Signed
p: Facebook
Partner

### Description What I want is for flatlist to maintain its position if the offset is larger than 10, otherwise automatically scroll to new content, so I am using the...

Platform: iOS
Issue: Author Provided Repro
Needs: Triage :mag:

Summary: This structures properties into a `CSSProp` enum (so that we can have a runtime-key per style prop), associated with a `CSSPropDefinition` structure which groups the supported types and keywords....

CLA Signed
p: Facebook
Partner
fb-exported

### Description **Note** This report is similar to [this existing bug report](https://github.com/facebook/react-native/issues/41793). The existing bug report is not actionable due to a missing reproducer and the use of an outdated...

Issue: Author Provided Repro
Needs: Triage :mag:
Newer Patch Available

## Summary: Opening the VisionOS fork crashes `tsserver.js` inside VSCode because of some Pods files. This stops `tsserver` from looking at any files inside Pods [Link to issue](https://github.com/callstack/react-native-visionos/issues/97) ## Changelog:...

CLA Signed
Shared with Meta

### Description ![Screenshot 2023-12-27 132743](https://github.com/facebook/react-native/assets/106859154/cb757d27-69a2-45b2-ae54-6548763e40b3) ![Screenshot 2023-12-27 132726](https://github.com/facebook/react-native/assets/106859154/1e921a66-e7e7-4bf9-a19e-16c5003e7fcc) ### Steps to reproduce dont run app ### React Native Version 0.73.1 ### Affected Platforms Runtime - Android ### Output of `npx...

Needs: Triage :mag:
Needs: Author Feedback
Needs: Repro

### Description I created a fresh project using the `npx react-native@latest init textinputBug` and added a simple text input. ```tsx ``` Noticed 2 weird behaviors on iOS. I tested on...

Platform: iOS
Component: TextInput
Impact: Bug