Eli Zibin

Results 5 issues of Eli Zibin

I've got a semi-specific use case for a Bare Workflow Expo app, and thought I'd try to upstream these changes in to see if others may also find it useful....

I'm trying to do a simple `Animated.View` fade in with some shadow props: ```js { this.bubble = bubble; }} style={[ { borderRadius: 100, height: 48, width: 224, flex: 1, borderWidth:...

## Description I'm copying examples from the docs and came across the double tap example. It seems to work fine on Android, but not on iOS. ### Platforms - [...

Platform: Cross platform inconsistency
BugBash 31.03

Android now supports [Biometric Prompt](https://developer.android.com/reference/android/hardware/biometrics/BiometricPrompt ) which provides a consistent built-in UI for handling biometric related activity. I think we should probably migrate our current Android implementation to something like...

enhancement
in review

### Description - sets ground for working on RN app/symlinked to workspace - small type adjustments that came with upgrade - adds demo to pnpm workspace - adjusts metro config...