react-native
react-native copied to clipboard
A framework for building native applications using React
Differential Revision: D53206323
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...
### 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...
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
### 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...
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....
### 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...
## 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:...
### Description   ### Steps to reproduce dont run app ### React Native Version 0.73.1 ### Affected Platforms Runtime - Android ### Output of `npx...
### 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...