react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: Changelog: [Internal] As part of the Sustainability Week (see [post](https://fb.workplace.com/groups/251759413609061/permalink/742797531171911/)). Differential Revision: D55654460
Summary: Changelog: [Internal] As part of the Sustainability Week (see [post](https://fb.workplace.com/groups/251759413609061/permalink/742797531171911/)). Differential Revision: D55687786
## Summary: The React Native ESLint preset currently endorses the Prettier integration that is [explicitly recommended against by Pretier itself](https://prettier.io/docs/en/integrating-with-linters). Notice the difference between these two packages: - `eslint-config-prettier` is...
Summary: convert Java to Kotlin: `react/common/StandardCharsets.java` Changelog: [Internal] internal Differential Revision: D55611308
Summary: Changelog: [Internal] As part of the Sustainability Week (see [post](https://fb.workplace.com/groups/251759413609061/permalink/742797531171911/)). Differential Revision: D55641381
Summary: Changelog: [Internal] # Feature flag cleanup/migration This migration is part of the new Feature Flag system built by rubennorte. The goal of this migration is to clean up our...
### Description On iOS it seems that after an accessibility action is triggered the value of accessibility value is read an arbitrary amount of time later. This can lead to...
Summary: convert Java to Kotlin: `/react/uimanager/MeasureSpecAssertions.java` Changelog: [Internal] internal Differential Revision: D55606951
Summary: Changelog: [iOS][Added] this creates the RN privacy manifest in the ios build step if user has not created one yet. Differential Revision: D53687232
Summary: changelog: [internal] Notification RCTContentDidAppearNotification was posted too early in RCTSurfaceHostingProxyRootView, which does not know when views are mounted. It was also posted if no views were mounted, leading to...