Ans is True
Advantages of React Native
It is easy to learn, as it uses combinations of JavaScript, HTML, and CSS.
Provides better developer experience and cross-platform development potential, since native Android development and iOS development are quite different and is expensive.
We do not need to rebuild the whole application in order to see the changes reflected. The time spent to build and debug the application can be saved through this.
Can use any text editor for JavaScript editing, as it does not force us to work in XCode to develop for iOS, or Android Studio for Android development.
Reusing code across platforms is easy with React Native. For example, the Facebook Ads Manager application for Android shares 87% of its codebase with the iOS version