Skip to main content

macOS Platform

Overview

  • support for OSX/macOS
  • Based on Electron

File Extension Support

Extenstions are defined via engines. Engines with macos support:

Requirements

  • n/a

Run

Run on Simulator

rnv run -p macos

Run in Browser

rnv run -p macos --hosted

Deploy on Electron Simulator

This will run production version on your simulator (not connected to devserver) You can configure each buildScheme ie -s release in your config file ./appConfigs/<YOUR_APP_CONFIG>/renative.json

rnv run -p macos -s release

Export

rnv export -p macos -s release

App Config

see: Web based config