0 votes
in ReactJS by
One of the benefits of React Native vs. Native Development is that React Native has the live reload ability.

1 True

2. False

1 Answer

0 votes
by
edited by

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

Related questions

0 votes
asked May 20, 2020 in ReactJS by GeorgeBell
0 votes
asked May 20, 2020 by GeorgeBell
...