See more
…ests), display the console logs and stop the code on debuggerstatements. You can even use the great Redux DevTools to inspect the state of your Redux store. One feature that I miss the most though is the ability to…
debugger
… and experience for iOS and Android might need to be different. This article explains it very well: Designing for both Android and iOS.
…nt components of your app with Javascript. The recommended way to animate a component is to use the Animated API provided by React-Native. You can compare it to the famous Javascript library Velocity.js. It a…