Viewing profile — brentvatne
brentvatne
HN member- Joined
- Mon, Mar 14, 2011, 6:28 AM UTC
- HN karma
- 309
- Public activity
- 77 items
- HN profile
- View on Hacker News ↗
About brentvatne
No profile information was provided.
Recent public activity
- story
-
comment
Comment #17316122
indeed! this plugin does the trick too: https://www.npmjs.com/package/eslint-plugin-react-native-glo...
-
comment
Comment #17315417
re: react-navigation, I am one of the two primary maintainers of this project and I started working on it in January of this year because it was in a pretty rough state. I think it…
-
comment
Comment #15193575
I can't speak to the original intentions of the authors, but I suspect it might be related to difficulty of making significant changes to the project due to some strongly held beli…
-
comment
Comment #14392382
There is some undesirable horizontal scrolling on this page for me (mbp 13") -- fixed by adding `overflow: hidden` to `div role="main"` element.
-
comment
Comment #14296677
It integrates with it using the snack-sdk: https://github.com/expo/snack-sdk repl.it integrates this with their classrooms product to make it into a structured learning tool with a…
- story
-
comment
Comment #14006770
Sorry about that, the site was down for about 6 minutes around when you visited it.
-
comment
Comment #13999116
We use Apollo for the http://expo.io/ client and have found it to be extremely pleasant to use. I love how flexible it is too -- you can use it for weird things like building an OR…
-
comment
Comment #13870132
Here's a fun example of a pretty common UI pattern -- the header transitions into another as you scroll, and the hero image scales / fades depending on scroll position too: https:/…
-
comment
Comment #13869632
Sketch, create-react-native-app and React Native Express are a great combo I think ;) (for people who aren't aware of it, React Native Express is a fantastic site for getting your …
-
comment
Comment #13861903
I'm confused what the point of your comment is. If you can do it natively you can do it with React Native. "The jump" for any app from not including Rollout-style invocations to in…
-
comment
Comment #13861730
Hi there! - This guide from Microsoft explains how to use typescript: http://www.reactnative.tools/tutorials/2016/09/20/reactnativ... - This is a bit old but could help with Mocha …
-
comment
Comment #13861710
Hello! The examples use a navigation library that is implemented entirely in JavaScript and it does not currently aim for 100% accuracy for platform gestures and animations. Pure J…
-
comment
Comment #13778094
> taking a queue s/queue/cue
-
comment
Comment #13585695
this is correct
-
comment
Comment #13500796
this is indeed the project mentioned in the roadmap!
-
comment
Comment #13500728
react-navigation has very different goals, and it's still in beta, things like transitions are likely to change significantly before 1.0 release. The main difference in the goals i…
-
comment
Comment #13495891
yup! the documentation uses react-navigation: https://github.com/react-community/react-navigation/blob/mas...
- story
-
comment
Comment #13056881
This is the best way to get started learning React Native, really amazing work Devin!
-
comment
Comment #13050132
Do they have a ViewPager? A DrawerLayout? Swipable rows in lists (eg: to delete an item)? Also v2 is not the best thing to point to because it's very new and I don't think many peo…
-
comment
Comment #13047604
The browser has a bunch of behaviors that get in the way. The Ionic team could speak better to what is preventing them from implementing these gestures, or you could browse their i…
-
comment
Comment #13046831
Agreed, they've done a really great job and pushed it to the limits. Unfortunately they do not have support for even simple gestures, so the parent comment still applies -- afaict …
-
comment
Comment #13046823
I think 60fps is not "extreme performance" but rather expected performance for a mobile app. Only one part of this article was about performance, anyhow.