How to use ern-container-gen-ios - 1 common examples

To help you get started, we’ve selected a few ern-container-gen-ios examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github electrode-io / electrode-native / ern-orchestrator / src / container.ts View on Github external
function getGeneratorForPlatform(platform: string): ContainerGenerator {
  switch (platform) {
    case 'android':
      return new AndroidGenerator()
    case 'ios':
      return new IosGenerator()
    default:
      throw new Error(`Unsupported platform : ${platform}`)
  }
}

ern-container-gen-ios

Electrode Native Container Generator for iOS

Apache-2.0
Latest version published 7 months ago

Package Health Score

55 / 100
Full package analysis

Popular ern-container-gen-ios functions