23. March 2017

Maintaining a React Native application on iOS.

That may sound just an easy job. Surprisingly its not! Its because React Nativeis evolving at a very high speed. The community is vibrant and React itself is also moving at a very high speed. Though there are minimal API changes but there are changes and sometimes there are breaking changes. Well as for iOS, we know it also comes with API changes and sometimes breaking changes.

more

03. January 2017

Reflecting on 2016.

  • Moved to a new place
  • Moved to a new company (rather new kind of employment)

more

11. November 2016

React Native on Android, changing app name, package name and version code

There are things one may need to change in the release build for Android. Things like App Name are a case here. Suppose you start developing by initialising to a generic App Name and at the time of release one need to change to the actual App Name. Same goes for package name, which is visible in Google Play Store and as well in the App details of the Android phone.

more