Łukasz Kosmaty
Łukasz Kosmaty
# Why Uses a cache-friendly method of executing external processes. The Gradle now has a new cache configuration setting which allows skipping the configuration step. However, the old `exec` API...
# Why Closes https://github.com/expo/expo/issues/26788. # How Currently, the `onCreate` method is not being called from the main queue. This can lead to a race condition that causes crashes in the...
# Why Adds a syntactic sugar for defining a prop group # How Small helper to define multiple props. It's very helpful when dealing, for example, with borders. # Test...
# Why Adds support for border-related pros. Borders are supported on iOS out of the box, but they are not on Android. # How Add a similar implementation to one...
### Description I was testing the experimental neo4j command inside of the `shark-cli` tool on a fairly large application. Unfortunately, the process crashed with the `org.neo4j.kernel.impl.util.collection.MemoryAllocationLimitException` exception. ### Steps to...
### Does any other open PR do the same thing? No ### What issue is this PR fixing? This PR add supports the bridgeless mode introduced in the new React...
# Why We should get ready to remove the package. The `expo-random` has been deprecated for over a year, so we can finally remove it. However, before we proceed, let's...
# Why Upgrades `react-native-reanimated` to `3.10.0` # Test Plan - Expo Go ✅ - Bare expo ✅
# Why A follow up to the https://github.com/expo/expo/pull/28388 Removes a deprecated package - `expo-random`.
# Why Removes usage of `InternalModule` in the `expo-sensor` package. That change made the code more readable, in my opinion. # How We are currently migrating from an old module...