Andrei Alecu

Results 277 comments of Andrei Alecu

Possibly related: it would be great to see the absolute time on the bar at the bottom. We have a single-page app with very long-lived sessions of several hours. If...

Would suggest opening a PR, a bit hard to go over it like this.

The upstream issue is https://github.com/software-mansion/react-native-reanimated/issues/2735 which doesn't seem to be resolved. Suggest staying on reanimated `2.2.x` for now.

> I'm facing this issue when trying to bump the version software-mansion/react-native-reanimated#1640 While trying to test #58 in an actual app I've also ran into this. None of the reanimated2...

I'm **not** using expo, on `rc.0` I'm getting a different error instead though: ``` ReferenceError: Can't find variable: _globalSetter ``` Which seems to be reported here: https://github.com/software-mansion/react-native-reanimated/issues/1587 I cleared the...

Oh, nevermind. After adding the babel plugin it works now (on rc.0, didn't try the others): ``` plugins: ['react-native-reanimated/plugin'], ```

Interestingly I think I've just implemented this in #228 You could still add the example however. 🙂

I think that may only happen with Expo for some reason. In my real app I can scroll down with no issues so I didn't investigate it too much. Do...

PRs are more than welcome! Shouldn't be hard to fix.

I can't think of an easy way to do that but if you really need it, you should be able to add it easily in a fork, or PR. (I...