Oskar Kwaśniewski
Oskar Kwaśniewski
**Motivation** Implement a new API to address performance issues with current implementation. **Test plan** Go through the examples and test that they work
**Motivation** As reported here: #1405, when using really long lists header wouldn't get all tab widths and therefore would stop rendering. If we have more than 10 routes we split...
### Material You This issue is about tracking the progress on migrating `react-native-tab-view` design to Material You. Most of the changes are around labels and new indicator, which is now...
This PR describes a new `cursor: "pointer"` API for iPad and Apple Vision Pro. I've created this proposal together with @SaadNajmi # [A rendered version of the proposal can be...
This PR adds visionOS support. I've refactored some parts of the code to take the currently presented scene by wrapping built-in utility `RCTKeyWindow()` to work in async scenarios. ## Testing...
### Summary - Upgrade example app to RN 0.72 - Update the deprecated method call for `[[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:_entryFile];` as the `fallbackResource` is not accepted anymore ### Test plan Run...
This PR adds support for VisionOS to the `libevent` pod. This library doesn't require any changes to support VisionOS Related: https://github.com/libevent/libevent/issues/1507
## Summary This PR adds support for visionOS. Note: Unreleased version of [CMake 3.28.4](https://gitlab.kitware.com/cmake/cmake/-/milestones/144#tab-issues) is required to build for visionOS. We might need to wait until it gets released. ###...
This PR reintroduces ios/tvos simulator support to bgfx. It will allow developers to develop and extend the framework easily. Corresponding PR to `bx`: https://github.com/bkaradzic/bx/pull/322 It should fix this issue: #3239...
This PR brings back support for ios simulators to bgfx. Extended description with screenshots can be found here: https://github.com/bkaradzic/bgfx/pull/3278