Chris Schofield

Results 9 comments of Chris Schofield

It's a shame the authors have decided to ignore this, I'd be all for it too.

Excited about this branch, it makes a lot more sense than overwriting type definitions. Is there a rough ETA before a @next release?

@p3root whilst I completely agree that it's a shame this project hasn't been maintained since 2015. @dazoe is under no obligation to work for you or any other developer for...

FYI: From my basic investigation I think the [following lines may be the culprit](https://github.com/software-mansion/react-native-reanimated/blob/ca1ec2d47b421d2d9c9eee728ab15388de74c4ee/android/src/main/java/com/swmansion/reanimated/keyboardObserver/ReanimatedKeyboardEventListener.java#L139-L140) I tried to clone, fix and build, but I think there is something different about the...

I'll do that and report back, though would love to see this resolved in reanimated, as I like to keep my dependencies as few as possible.

@hirbod Sorry, forgot to update! Your provided solution worked perfectly, thanks for your help. Going to leave this issue open, so when the RNR team get round to it they...

I had a similar bug on Android, and solved it by doing the following: ```ts const animatedStyle = useAnimatedStyle(() => ({ transform: [{ translateY: -(keyboard?.height?.value ?? 0) })], }); ```...

> Hi @ChildishForces! I think there is a `--scheme` property you can use on `expo run:ios`, it's listed under `expo run:ios --help`: > > ![image](https://user-images.githubusercontent.com/1203991/161554469-d24d79b1-75c2-4301-a406-b24a67923388.png) > > Does that help...

> I am having the same issue. Did you by chance resolve this? Unfortunately not @joey-harward, still waiting.