This repository showcases how the javascript thread does not influence the main UI thread in React Native. It shows you the importance of having some under the hood knowledge when working on a React Native App, especially when working with heavy animations. The impact of a good implementation of the Animated API is demo'ed as well.
This part showcases some alternatives for Redux when doing state management in a React Native App. Why would you and why wouldn't you?