Eli Perkins

Results 14 comments of Eli Perkins

It's ironic because everyone is saying +1 :) +1

> Are you 👍 or 👎 on this change, or something more mixed? Sweet! 👍 Given how modular using these stores are, migrating the Apollo-specific solution to another SQLite library...

> With GraphQL queries, you are usually fetching only the needed fields from an entity at any given time. (One of the big benefits of GraphQL is that it helps...

I've got this kind of working in a branch: https://github.com/eliperkins/react-native-blur/tree/rewrite By using `UIViewPropertyAnimator`, we can create an animation from a fully blurred state, to a non-blurred state. ![apr-07-2017 19-45-07](https://cloud.githubusercontent.com/assets/1051453/24823289/bf21ec7c-1bca-11e7-9791-928bfbb3b63b.gif) Unfortunately,...

@NickEntin 👋 Is testing for iOS 12 a requirement for this project? If not, I'd be happy to lend a hand here to migrate to the macOS 11 runner and...

[I just released a v0.14.0 of Tentacle with Swift 5.2 support](https://github.com/mdiep/Tentacle/releases/tag/0.14.0), btw.

Sorry I missed when this happened before! 🤔 Is there a point when CI failed? I'll repro this locally, but discussing over a build failure might be more helpful.

I'd say this is due to React Native 0.57 changing the default Babel preset, from `babel-preset-react-native` to `metro-react-native-babel-preset`: https://github.com/react-native-community/react-native-releases/issues/34#issuecomment-407006185 I'll pick this one up real quick and see what I...

Here's a better link to the changes that need to happen: https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md#updating-to-this-version

Hmmm, upgrading only the Babel preset doesn't seem to address all the issues, as I still get the following error after running `yarn remove babel-preset-react-native && yarn add --dev metro-react-native-babel-preset@\^0.45.0...