Meteor uses Cordova to package your application into a hybrid Mobile App. Once packaged, the App can be distributed like native Apps (through Apple App Store, Google Play Store, etc.)
Add the target platform(s) to your Meteor project:
meteor add-platform android
meteor add-platform ios # Only...