Reputation: 586
Just like we have electronJS
for developing cross-platform desktop applications, what do we have for cross-platform mobile app development? Are there any frameworks which are also using Javascript
, CSS
, HTML
, nodeJS
etc.?
Upvotes: 1
Views: 268
Reputation: 744
You may want to have a look at React Native
which is used to build cross-platform mobile applications. It is developed by Facebook.
https://facebook.github.io/react-native/
Upvotes: 2