No Image

React – State control

September 20, 2019 hung-nb 0

React state “setState” method Every time the state changes, React runs the render function again.However, in some cases, we may want to perform some operations […]

No Image

React Native: All about Installation & Update

May 9, 2019 hung-nb 0

Upgrade React-native Check current React Native version Upgrade React Native version manually by this tool https://react-native-community.github.io/rn-diff-purge/ or https://react-native-community.github.io/upgrade-helper/ Delete cache and re-install packages Build through […]