react-native
react-native copied to clipboard
A framework for building native applications using React
### Description  ### Steps to reproduce Just try to build a project for mac Catalyst. ### React Native Version 0.78.1 ### Affected Platforms Build - MacOS ### Output of...
## Summary: This is a starting PR with API breaking change detection script base on TS API rollups. ## Changelog: [GENERAL][ADDED] - Added API breaking change detection workflow ## Test...
Summary: # Changelog: [Internal] - Based on review discussions in on of the previous PRs, it's a better style to use native Kotlin's `.isNaN` instead of `java.lang.Float.isNaN()`. This makes sure...
### Description When you trying to combine Animated values with Animated operators e.g. addition, multiplication you cannot listen to this values with addListener, callbacks are never fired. As fas as...
### Description With expo 53 and react native 0.79 I noticed our input has weird padding my solution was to give it `padding:0` **I tried it with new and old...
### Description This is a revival of: https://github.com/facebook/react-native/issues/21894 ...which was closed but **is still an issue as was described.** Attached is a simple demo (updated from original) - running on...
## Summary: Fixes https://github.com/facebook/react-native/issues/51395 . ## Changelog: [GENERAL][FIXED]Crash when Animated value & primitive value used together ## Test Plan: Can be tested on RNTester with ``` const myAnimatedValue = useAnimatedValue(100);...
### Description ### Description I am trying to integrate React native app into my existing Flutter app and I followed the steps mentioned in the official React Native documentation (https://reactnative.dev/docs/integration-with-existing-apps)...
Summary: The platforms handle this in pretty different ways right now. Let's add a test showing the differences. Android also adds a bunch of unicode zero width spaces in there......
Summary: We should be able to clean this up as we're not using it directly. It would be used via the NDK logging utilities from Android, that we don't use....