Building a native mobile app

In features https://www.meteor.com/features
it says:

Meteor is a JavaScript app platform, offering a complete full-stack framework for delivering web and mobile apps entirely in JavaScript.

I want to make sure, in order to create a native iOS app, we’ll still need to do it in Swift or Objective-C, correct? We can’t make a native iOS app just with only Javascript, can we?

If so, what’s good part in creating mobile app in Meteor?

You can make native iOS and Android apps in JavaScript using react native. Meteor uses Cordova to embed a web app within a web view so it’s not native.

1 Like