No Image

Cordova – All about

March 6, 2020 hung-nb 0

Announcements https://cordova.apache.org/blog/ How to build an existing Cordova app? Install Cordova Tool Install Homebrew and Node Install third party libraries Add platforms Errors If there […]

No Image

Bitrise – Build iOS app

February 26, 2020 hung-nb 0

Upload code signing Upload provisioning profile Provisioning profile is like the certificate of a unique app Provisioning profile has some selected certificates If this is […]

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 […]