aleqsio
aleqsio
We've encountered a usecase where we needed to handle onChange event differently depending if the click originated from a label or a slider element. This fork adds a `source` to...
Add a first example of a step function benchmark using openCV to detect tetris blocks in a video.  TODO: Integrate with a universal interface for various cloud providers Consider...
# What and How Expo Localization is currently using module constants to provide values. We can instead use sync functions to return the required data only when needed. Adds two...
Fixes: https://github.com/expo/expo/issues/18760 # Why Trying to access image from ImagePicker via FileSystem results in Location 'file:///…' isn't readable. error. Appears to be an issue with the scoping of cache files...
# Why I've made a PR (https://github.com/expo/expo/pull/22913) without noticing that one of my transforms is not applied. This is a different problem than verifying for correctness since correctness is often...
# Why It was an overdue task and I was able to mostly reuse the workshop content on custom modules for the tutorial. This is the result:  # Test...
# Why Second attempt at making this for web, this time it proved easier! # How We add a new SVG filter to the DOM and use it as a...
# Why Smaller files, better separation of concerns. # How # Test Plan Tested manually. # Checklist - [ ] Documentation is up to date to reflect these changes (eg:...
# Why Fixes https://github.com/expo/expo/issues/22351 # How Mimetypes are supposed to be arbitrary, so we can't represent them using a swift enum. Instead, we can reuse the logic but change the...
# Why This is essentially a revert of removed code, @tsapeta suggested to keep it for some time to prevent incompatibility of older expo-modules-core and newer expo-constants.