You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new project with npx nrv new and selecting the platforms tizen, webos only and then running npx nrv build I have the following warning Missing undefined key for undefined platform in your ./appConfigs/app/renative.json.
To Reproduce
Create a new project:
? What workspace to use? rnv
? What template to use? @rnv/template-starter - Multiplatform 'hello world' template
✔ Executing: npm view @rnv/template-starter versions
✔ Executing: npm dist-tag ls @rnv/template-starter
? What @rnv/template-starter version to use? 1.7.0 (@latest)
✔ Executing: yarn add @rnv/[email protected] --dev
✔ Executing: yarn add @rnv/[email protected] --dev
? How to create config renative.json? Extend template (cleaner, overridable)
? What's your project Title? My Renative App
? What's your App ID? com.mycompany.hellorenative
? What's your project version? 0.1.0
? What platforms would you like to use? tizen, webos
? Do you want to set-up git in your new project? Yes
When creating a new project with
npx nrv new
and selecting the platformstizen, webos
only and then runningnpx nrv build
I have the following warningMissing undefined key for undefined platform in your ./appConfigs/app/renative.json.
To Reproduce
Create a new project:
then build the project:
Expected Behavior
The project should configure and build for the selected platforms (tizen, webos) without warnings or errors.
Environment
The text was updated successfully, but these errors were encountered: