Sunbreak
Sunbreak
# Step to reproduce ```dart import 'package:csslib/parser.dart'; import 'package:csslib/visitor.dart'; class FunctionVisitor extends Visitor { @override visitNumberTerm(NumberTerm node) { print('visitNumberTerm ${node.value}'); return (node.value as num).toDouble(); } @override visitPercentageTerm(PercentageTerm node) { print('visitPercentageTerm...
Dart code after `inteface` shows in wrong color on https://pub.dev/packages/quick_usb Probably issue within https://github.com/dart-lang/markdown
### Description - TS uses `BubblingEventHandler` https://github.com/lottie-react-native/lottie-react-native/blob/8e3969421e8a5ff2284d4cd833b4ca0534ee1e8a/packages/core/src/specs/LottieAnimationViewNativeComponent.ts#L57-L68 - Android uses `DirectEvent` https://github.com/lottie-react-native/lottie-react-native/blob/8e3969421e8a5ff2284d4cd833b4ca0534ee1e8a/packages/core/android/src/main/java/com/airbnb/android/react/lottie/LottieAnimationViewManagerImpl.kt#L70-L80 - iOS uses `BubblingEvent` https://github.com/lottie-react-native/lottie-react-native/blob/8e3969421e8a5ff2284d4cd833b4ca0534ee1e8a/packages/core/ios/LottieReactNative/LRNAnimationViewManagerObjC.m#L15-L17 - Windows CSharp uses `BubblingEvent` https://github.com/lottie-react-native/lottie-react-native/blob/8e3969421e8a5ff2284d4cd833b4ca0534ee1e8a/packages/core/windows/LottieReactNativeWindows/LottieAnimationViewManager.cs#L153-L154 - Windows C++/WinRT uses `DirectEvent` https://github.com/lottie-react-native/lottie-react-native/blob/8e3969421e8a5ff2284d4cd833b4ca0534ee1e8a/packages/core/windows/cppwinrt/LottieAnimationViewManager.cpp#L203-L209 ###...
## Summary: `getScheduler()` is intended for thread-safe ## Changelog: [ANDROID|INTERNAL] [FIXED] - local scheduler for thread-safe ## Test Plan: none
## Summary: - `react-native-slider` use `RNCSlider` not `RCTSlider`: https://github.com/callstack/react-native-slider/blob/166ec7f3e7c853ab3be3da132c726dd8442b3874/package/ios/RNCSliderManager.m#L15-L20 - `react-native-video` doesn't support Fabric on stable release: https://github.com/react-native-video/react-native-video/issues/2650 - `react-native-maps` use `AIRMap` not `RCTMap`: https://github.com/react-native-maps/react-native-maps/blob/fca4ad7b2eb53a81814bdcd69d80f81620ea1a2a/ios/AirMaps/AIRMapManager.m#L36-L46 - `react-native-webview` use `RNCWebView` not...
Workaround for https://youtrack.jetbrains.com/issue/CMP-9250/iOSInteropView-handles-tap-when-scrollable-layout-flings ## Testing Just a workaround showcase. No test ## Release Notes Just a workaround showcase. No release notes ## Google CLA Sign the Google Contributor's License Agreement...