react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: changelog: [internal] force_static doesn't need to be in here, let's remove it. I change one module per diff. It makes it easier to land it and pinpoint where build...
Summary: This enables to code-gen base C++ type for custom exported JS types from a RN TM spec - which have been previously excluded from code-gen. The only work around...
Summary: The flow parser *always* returns if a property IS `optional` (true|false) OR not The TypeScript one only emits `optional` if the prop is optional. The current `partialProperty` UTs are...
### Description when use react native paper dialog with input: handleTextChange(text)} style={styles.input} /> I reported first to react native paper github issues, but they say it's issue with react native...
## Summary This PR moves the Animated module to a separate package called `@react-native/animated` located under `packages/animated` as proposed on https://github.com/facebook/react-native/issues/35263 ## Changelog [General] [Changed] - Move Animated to `@react-native/animated`...
## Description When nesting a horizontal `ScrollView` inside of vertical `ScrollView`, using Android Talkback to focus out of the horizontal `ScrollView` will cause the screen to scroll to the end...
## Summary Our Crashlytics tool has been shown to have some crash issues on some devices running Android 4.4 (I cannot reproduce myself). It problems is from [Line 59 of...
## Description I have a basic text input with multiline set to true. Additionally it has `selection` and `onSelectionChange` props set which causes cursor to move to initial position whenever...
Summary: Changelog: [Internal] In the new CDP backend, calling any `console` method a second time involves a call to a moved-from `std::function`. This shouldn't work, but depending on the toolchain,...
## Summary: After checking failed e2e jobs I've noticed that job test_e2e_android and test_e2e_ios have some steps that can be rearranged to run after the build command. This change will...