14.0.0 • Published 8 months ago

@brandingbrand/code-templates v14.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@brandingbrand/code-templates

Repository of templates for Flagship Code react-native application.

Usage

This plugin is executed as part of the @brandingbrand/code-cli-kit plugin system. Once configured, it will manage environment configuration linking automatically.

Configuration

flagship-code.config.ts

You need to specify the preset in your project’s flagship-code.config.ts file, which points to the package to use for preset setup.

Example:

export default {
  preset: '@brandingbrand/code-preset-react-native'
};