Siyuan Liu
Siyuan Liu
Thank you for creating this tool :+1: I am doing some evaluations and was wondering what is the added benefit of this tool as compared to [forking a child process](https://nodejs.org/api/child_process.html)...
Examples were still based on older versions of react-native which is not compatible with latest versions. This PR upgrades examples so that they are compatible with current version of react-native.
In many circumstances we want to add animations to a navBar transition. For example, when we scroll up / down in a `ScrollView`, we want to hide / show navBar....