Mapping UIComponent (iOS, Android, React Native)

Most of the application have android and iOS version of it.  Definitely to develop  android and iOS version of application they assign  different developer  for each platform.  During the team communication for the application during the development,  we see the weird situation where iOS developer don’t understand  the technical word used by android developer  and vice versa. For e.g.  iOS developer use terms such as ViewController, TableViewController  which most of the android developer don’t understand what the hell is that. In android they use term such as Activity and Fragment for ViewController and ListView and ListViewLayout for TableViewController.

Continue reading

React Native

React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and React. The focus of React Native is on developer efficiency across all the platforms you care about — learn once, write anywhere. Facebook uses React Native in multiple production apps and will continue investing in React Native. 

This is a framework that lets you build native iOS and Android application by using javascript backed by native iOS and Android component.  So react native utilize both the advantages of Native app  and Hybrid app functionality.

Continue reading