React Native 0.60 Stable Version is launched-Learn About New Changes

On the date of July 3, 2019 react native officially launched its new stable version 0.60 . The new version comes with many changes and integrated with special functionalities. With the help of hundreds of react native developers this is now possible. In 0.60 version react native has solved many issues regarding to both android & iOS platforms. In this post we’ll talk about what’s new in react native and highlight the new features of react native. So let’s get started .

A New Fresh Welcome UI :

With new version of react native we would also seen the new fresh User Interface screen for newly build projects. Using the new UI react native welcomes the developer to its ecosystem with more engaging & happy way. Below is the new welcome UI screen. The new UI will only show when you updates your project in new 0.60 version or create a new project in react native.


AndroidX Support:

AndroidX is open source project of Google Android’s team. AndroidX is used to develop, test, package version and release libraries within Jetpack. With the new version of react native now it has been migrated over to AndroidX. Fore more details read the thread here.

Deprecated:

Status Bar in react native is no longer deprecated.

Removed:

  1. Geolocation : Geolocation is now removed from core react native components. Its been moved to separate component. You can find its new replacement here on react-native-community/netinfo .
  2. WebView : Same as Geolocation WebView is also removed from react native’s core components. You can find its new replacement here on react-native-community/webview .
  3. NetInfo : NetInfo is removed from react native. It’s replacement is here on react-native-community/netinfo .

To read more about new changes and what more comes with new version 0.60 you can goto their official page here.