Dyey517
Dyey517

Reputation: 586

Framework similar to electronJS for developing cross-platform mobile apps

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

Answers (1)

Akshay Anurag
Akshay Anurag

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

Related Questions