react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: This bumps Kotlin to 1.9.22 which is the latest in OSS and closer to the version we use inside fbsource. Turns out that Explicit API mode was not enabled...
Summary: This change add the codegen step to generate the list of classes that can be used as custom URLHandlers ## Changelog [iOS][Added] - Add the codegen step to generate...
Summary: blocks don't capture C++ objects so this will would crash Changelog: [iOS][Internal] Reviewed By: sammy-SC, cipolleschi Differential Revision: D53572123
Summary: Libraries can declare their own objects and modules that can conform to `RCTURLRequestHandler`. The new architecture has no mechanism to load those custom classes. This change is a proposal...
Summary: Let's keep things up to date. Changelog: [Internal] [Changed] - Bump Gradle to 8.6 Reviewed By: cipolleschi Differential Revision: D53566538
Summary: changelog: [fix][ios] prevent unwanted border animation The problem: CALayer and its properties are animatable. If RN applies mutations inside an animation block, it will animate. In this particular example,...
### New Version 0.72.0 ### Old Version 0.68.5 ### Build Target(s) iOS simulator release mode ### Output of `react-native info` System: OS: macOS 14.1.1 CPU: (8) arm64 Apple M1 Pro...
### Description Hi guys, I'm facing random crashed on iOS and unfortunately I'm not able to reproduce manually I was able to get the stacktrace from crashlytics and only recently...
## Description WritableMap(and I should say WritableArray as well) are mutable on the JS side. ## React Native version: 0.64.1 ## Steps To Reproduce Provide a detailed list of steps...
### New Version 0.71.3 ### Old Version 0.68.3 ### Build Target(s) iOS simulator, Android device in debug flavor ### Output of `react-native info` ``` warn Package @sentry/react-native contains invalid configuration:...