Login
Remember
Register
Ask a Question
Advantages of React Native
0
votes
asked
Mar 1, 2020
in
ReactJS
by
RShastri
Advantages of React Native
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 1, 2020
by
RShastri
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
...