flexn-io / create

Build apps for web, TVs, desktops, consoles, wearables and more. Developer friendly UI library targeting all form factors platforms. Another notable feature is providing focus management for TVs which very easy to implement using Create.
https://create.flexn.org
MIT License
26 stars 6 forks source link

[Regression] [android, androidTV] @flexn/create-template-starter doesn't run on android and androidtv #135

Closed GabrieleKaceviciute closed 1 year ago

GabrieleKaceviciute commented 1 year ago

rnv version: 0.37.1 flexn/create-template-starter version: 0.21.4-rc.1

To Reproduce Steps to reproduce the behavior:

  1. Create new project with rnv new and choose @flexn/create-template-starter@0.21.4-rc.1
  2. Run rnv run -p android -> error occurs

Screenshots or copy&paste rnv run -p android / rnv run -p android -d android.txt

rnv run -p androidtv androidtv.txt

Desktop (please complete the following information):

aurimasmi commented 1 year ago

It's your project issue. As error says tag is not a valid Android package name: 'com.mycompany.create21.4' you gave your app name `com.mycompany.create21.4 which is invalid there can’t be numbers there. It’s not a bug, I'm closing this issue