jadnco / locus

🏎️ Experimental car spotting app. This was an exercise to help me learn React Native + Flow.
0 stars 0 forks source link

Add parallax to views #2

Open jadnco opened 8 years ago

jadnco commented 8 years ago

Parallax should be added to ProfileView and SpotView using react-native-parallax-view.

The behaviour needs to be experimented with. I'm thinking it would differ for both views;

ProfileView

SpotView

This isn't something that can be implemented right away, there is no support for release candidates. I'm expecting an update to v0.18.0 should be about a week away.

jadnco commented 8 years ago

Since RN 0.18 has been released, I tried out that parallax component. It works, but the result is pretty much shit. Not the best performance wise, and there is not a whole lot of customizability.

Unless a better component is found (or custom one created) this is being crossed off the table.