airbnb / native-navigation

Native navigation library for React Native applications

Home Page:http://airbnb.io/native-navigation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navigator.ScrollView not yet there?

AAverin opened this issue · comments

In React.Native it seems to be quite challenging to have this collapsible toolbar and toolbar animations implemented. In my app I need the behavior similar to what you have in AirBnb app at the top – a form with fields that animates to toolbar and toolbar itself hides when user scrolls.

Leland have mentioned in his talk this Navigator.ScrollView component that, supposedly, can help achieve such behavior via native-navigation library. But, I didn't find it in the docs.

How long can it take to have in the library?
Does it make sense for me to wait or rather invest into other possible solutions?