Oskar Kwaśniewski
Oskar Kwaśniewski
Summary: --------- While playing with the example app I've discovered weird bug that caused images (`trackImage`, `thumbImage` etc.) to change their place and jump around (while rendering multiple sliders). Here...
Summary: --------- Update example app to RN 0.70 to allow for autolinking on android. Currently the main blocker is the **release of RNW 0.70 RC**. Test Plan: ---------- - CI...
This PR introduces new component named: `SegmentedButton`. ### Summary General overview of the component: https://m3.material.io/components/segmented-buttons/overview Highlights: - single or multi-selection - segmented buttons can have 2-5 segments, segments cannot wrap...
Hello, This PR removes `isTurboModuleEnabled` check from the docs, since it's no longer needed.
## Summary: This PR fixes PerfMonitor option not showing on iOS when running bridgeless. The `initialize` method is not called in bridgeless which causes this option to not be added....
## Summary: This PR implements `RCTRootViewFactory` a utility class (suggested by @cipolleschi) that returns proper RCTRootView based on the current environment state (new arch/old arch/bridgeless). This class aims to preserve...
## Summary: This PR adds cocoapods utility to set `SWIFT_ACTIVE_COMPILATION_CONDITIONS` to DEBUG, which is set to this value by default (when generating a new native Xcode project). This allows to...
## Summary: This PR further optimizes RCTKeyWindow() for iOS 15+ removing the need for additional loop ## Changelog: [IOS] [ADDED] - optimize RCTKeyWindow() for iOS 15+ ## Test Plan: Launch...
## Summary: When testing out `0.74.0-rc0` I found that when the metro is not running we are not displaying RedBox which bumps users to start the packager and reload the...
## Summary: This PR fixes an issue that `_logWarnIfCreateRootViewWithBridgeIsOverridden` was called in wrong place. Assuming user overrides this method and call to `[super]`: ```objc - (UIView *)createRootViewWithBridge:(RCTBridge *)bridge moduleName:(NSString *)moduleName...