Viewing profile — lrichardson
lrichardson
HN member- Joined
- Wed, Jul 10, 2013, 7:02 PM UTC
- HN karma
- 114
- Public activity
- 50 items
- HN profile
- View on Hacker News ↗
About lrichardson
Recent public activity
-
comment
Comment #15394403
Assuming the person you're talking about was me, I'm curious what it was I said that made me seem less enthusiastic? I always try to be as honest as possible in my interviews, and …
-
comment
Comment #15394349
to clarify: we never "switched: to our own navigation library. We built our own from the start, and have never switched.
-
comment
Comment #15394338
> the AirBnB team even stopped using it seriously This just isn't true. Airbnb is actively using React Native a lot and has not "stopped using it seriously". I'm not sure where you…
-
comment
Comment #14196992
Hello, I work at Airbnb and helped Jon with this project a bit. A lot of people when they first learn about this project have a hard time understanding how it would be useful - so …
-
comment
Comment #13869562
https://github.com/airbnb/native-navigation/pull/39 :)
-
comment
Comment #13546328
Indeed it is! See https://github.com/airbnb/lottie-react-native#why-is-it-call...
-
comment
Comment #13545883
Stay tuned. It will work on the web as well :) (Note that you can do this _already_ with bodymovin on the web if you want to)
-
comment
Comment #13545719
I'm not sure what you mean by this? The react-native version does nothing but wrap the ios/android libraries (which are CoreAnimation and Canvas based, respectively)
-
comment
Comment #13545667
It doesn't yet, but I hope to work in integrating these two very very soon. We have to figure out what this will look like on Android, as the TransitionCoordinator on iOS doesn't h…
-
comment
Comment #13545657
> What are you building with RN at airbnb? Various flows in the Airbnb app are built with React Native. Our recently launched "Experiences" platform is built mostly with React Nati…
-
comment
Comment #13545518
I plan on adding a React API for the bodymovin library in addition the react native library. They will likely have identical interfaces.
-
comment
Comment #13544284
Great question. Right now playing the animation with the imperative API in React Native will be driven entirely on the main thread, but the declarative API with `Animated` will not…
- story
- story
-
comment
Comment #9389902
That's a fair point... but I guess the primary point I was making was that it's important for the founders themselves to understand this dynamic. Their interests and the investors'…
-
comment
Comment #9382379
Yikes. This is the first I've heard of such an issue, but I will make sure and address this right away. What version of safari?
-
comment
Comment #9381897
Thanks for the feedback, and for trying it out. Was it clear that that page was skippable, and that the years experience were optional? I will take another look at the signup proce…
-
comment
Comment #9381626
Hey, HN! Tech.pro founder here. Tech.pro is a niche social network for people in Tech, with a focus on content discovery and sharing. It's designed with blogging in mind, while als…
- story
-
comment
Comment #8926811
Funny... I actually created some store mixins to do the exact same thing. I've done it slightly different than you... rather than using `mergeDeep` in `this.setState`, I created so…
-
comment
Comment #8924174
This looks to be a well-put-together implementation of flux. I recently looked over around 20 or so flux libraries to use for a react app I had started, and found only a couple tha…
-
comment
Comment #8683866
Obviously, doing this is not super-readable, but it can be fun thought-experiments or brain-teasers. There was a post I wrote about doing something similar a little while back [1] …
- story
-
comment
Comment #8588032
> Building a vehicle to carry sufficient fuel and supplies for the trip to Mars is not especially technically challenging, when compared to the design of an earth-entry vehicle. Ea…
- story