Git Product home page Git Product logo

flexn-io / create Goto Github PK

View Code? Open in Web Editor NEW
25.0 25.0 6.0 35.62 MB

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.

Home Page: https://create.flexn.org

License: MIT License

JavaScript 13.58% TypeScript 75.95% Ruby 0.12% Java 5.76% Objective-C 0.17% Swift 4.25% Shell 0.17%

create's People

Contributors

aurimasmi avatar ernestasra avatar gabrielekaceviciute avatar kasinskas avatar locksten avatar mihaiblaga89 avatar pauliusguzas avatar pavjacko avatar ricardasn avatar rosarydarling avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

create's Issues

[macOS] Error in cli "Screen native module hasn't been linked" on flexn/template - the app works without any issues

rnv version: 0.36.1-canary.2
flexn template version: 0.16.0

How to repro:

  1. Create new project using rnv new and select @flexn/template
  2. Do rnv run -p macos
  [Fri Feb 11 2022 12:11:22.314]  BUNDLE  ./index.js ░░░░░░░░░░░░░░░░ 0.0% (1/1
[Fri Feb 11 2022 12:11:22.314]  BUNDLE  ./index.js

[Fri Feb 11 2022 12:11:25.899]  ERROR    Screen native module hasn't been linked. Please check the react-native-screens README for more details
[Fri Feb 11 2022 12:11:25.900]  LOG      Running "App" with {"rootTag":1,"initialProps":{}}
[Fri Feb 11 2022 12:11:25.901]  WARN     Require cycle: node_modules/@flexn/sdk/lib/focusManager/core.js -> node_modules/@flexn/sdk/lib/focusManager/logger.js -> node_modules/@flexn/sdk/lib/focusManager/core.js

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
App
RCTView
View
RCTView
View
AppContainer@http://localhost:8086/index.bundle?platform=ios:74256:78

[web] [Regression] Can't run @flexn/template on web

rnv version: 0.37.0-canary.4
flexn template version: 0.18.0-alpha.10

How to repro:

  1. Create new project using rnv new and select @flexn/template
  2. Do rnv run -p web
┌──────────────────────────────────────────────────────────────────────────────┐
│  🚀  BUNDLER STARTED | 2/17/2023, 9:27:42 AM                                 │
│  $ rnv run -p web                                                            │
├──────────────────────────────────────────────────────────────────────────────┤
│  ReNative Version: 0.37.0-canary.4                                           │
│  Project Name ($package.name): test                                          │
│  Project Version ($package.version): 0.1.0                                   │
│  Workspace ($.workspaceID): flexn                                            │
│  Platform (-p): web                                                          │
│  Engine ($.platforms.web.engine): engine-rn-next                             │
│  Template: @flexn/[email protected]                                   │
│  App Config (-c): app                                                        │
│  Build Scheme (-s): debug                                                    │
│  Supported Platforms: web                                                    │
│  Env Info: darwin | x64 | node v16.14.2                                      │
│  Executed Time: 0h:0m:2s:848ms                                               │
│                                                                              │
│ [ warn ] [project configure] This project uses encrypted files but you don't have them installed
│                                                                              │
│  Project location:                                                           │
│  ./platformBuilds/app_web                                                    │
└──────────────────────────────────────────────────────────────────────────────┘
[ task ] [run] runWebDevServer[1]


Dev server running at: http://0.0.0.0:8080


[ task ] [run] parsePlugins[1]
[ task ] [run] parsePlugins[2]
✔ Executing: npx next dev --port 8080

ready - started server on 0.0.0.0:8080, url: http://localhost:8080
Found custom dir:/Users/pauliusguzas/Desktop/test/src/pages
info  - Disabled SWC as replacement for Babel because of custom Babel configuration "babel.config.js" https://nextjs.org/docs/messages/swc-disabled
info  - automatically enabled Fast Refresh for 1 custom loader
wait  - compiling...
event - compiled client and server successfully in 2.6s (1135 modules)
wait  - compiling / (client and server)...
wait  - compiling...
info  - Using external babel configuration from /Users/pauliusguzas/Desktop/test/babel.config.js
event - compiled client and server successfully in 1907 ms (1144 modules)
wait  - compiling /_error (client and server)...
wait  - compiling...
event - compiled client and server successfully in 600 ms (1145 modules)
error - Error: "MyDocument.getInitialProps()" should resolve to an object with a "html" prop set with a valid html string
error - Error: "MyDocument.getInitialProps()" should resolve to an object with a "html" prop set with a valid html string
error - Error: "MyDocument.getInitialProps()" should resolve to an object with a "html" prop set with a valid html string
error - Error: "MyDocument.getInitialProps()" should resolve to an object with a "html" prop set with a valid html string
error - Error: "MyDocument.getInitialProps()" should resolve to an object with a "html" prop set with a valid html string
error - Error: "MyDocument.getInitialProps()" should resolve to an object with a "html" prop set with a valid html string
error - Error: "MyDocument.getInitialProps()" should resolve to an object with a "html" prop set with a valid html string
error - Error: "MyDocument.getInitialProps()" should resolve to an object with a "html" prop set with a valid html string
error - Error: "MyDocument.getInitialProps()" should resolve to an object with a "html" prop set with a valid html string
error - Error: "MyDocument.getInitialProps()" should resolve to an object with a "html" prop set with a valid html string
error - Error: "MyDocument.getInitialProps()" should resolve to an object with a "html" prop set with a valid html string
[ warn ] [run] Can't connect to host http://0.0.0.0:8080/. Try restarting it.

React native video

Hello ,
I am building a TV app based on Flexn framework , one of the things I am trying to do is installing a library called react-native-video to make a stream playing . When i am trying to do the configurations for Android TV platform , after I set them manually and try it to run the changes i added set to defaults . I have upload a picture of the configurations that i want to be add and to be saved . I think that after the configurations are made the video would play .

Can anyone help with any solution ?
Thank you .

image

[firetv] [Regression] @flexn/template can't be built on firetv on new rnv project

rnv version: 0.36.1-canary.2
flexn template version: 0.16.0

How to repro:

  1. Create new project using rnv new and select @flexn/template
  2. Do rnv build -p firetv (same happens when running)
┌──────────────────────────────────────────────────────────────────────────────┐
│  🚀  SUMMARY | 6/22/2022, 3:59:09 PM                                         │
│  $ rnv build -p firetv                                                       │
├──────────────────────────────────────────────────────────────────────────────┤
│  ReNative Version: 0.36.1-canary.2                                           │
│  Project Name ($package.name): flexnTemplate16                               │
│  Project Version ($package.version): 0.1.0                                   │
│  Workspace ($.workspaceID): flexn                                            │
│  Platform (-p): firetv                                                       │
│  Engine ($.platforms.firetv.engine): engine-rn-tvos                          │
│  Template: @flexn/[email protected]                                            │
│  App Config (-c): app                                                        │
│  Build Scheme (-s): debug                                                    │
│  Target (-t): Android_TV_720p_API_22                                         │
│  Supported Platforms: firetv                                                 │
│  Env Info: darwin | x64 | node v16.14.0                                      │
│  Executed Time: 0h:0m:3s:744ms                                               │
│                                                                              │
│ [ error ] [build] COMMAND:

./gradlew assembleDebug -x bundleReleaseJsAndAssets

FAILED with ERROR:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileDebugKotlin'.
> Compilation error. See log for more details

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s

Command failed with exit code 1: ./gradlew assembleDebug -x bundleReleaseJsAndAssets
e: /Users/pauliusguzas/Desktop/flexnTemplate16/platformBuilds/app_firetv/app/src/main/java/rnv/MainActivity.kt: (39, 64): No value passed for parameter 'type'

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileDebugKotlin'.
> Compilation error. See log for more details

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
Configuration on demand is an incubating feature.

> Configure project :app
WARNING:: The option 'android.useDeprecatedNdk' is deprecated.
The current default is 'false'.
It has been removed from the current version of the Android Gradle plugin.
NdkCompile is no longer supported
Warning: The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.

> Configure project :react-native-reanimated
WARNING:: The specified Android SDK Build Tools version (28.0.0) is ignored, as it is below the minimum supported version (30.0.2) for Android Gradle Plugin 4.2.2.
Android SDK Build Tools 30.0.2 will be used.
To suppress this warning, remove "buildToolsVersion '28.0.0'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.

> Task :react-native-vector-icons:preBuild UP-TO-DATE
> Task :react-native-gesture-handler:preBuild UP-TO-DATE
> Task :react-native-screens:preBuild UP-TO-DATE
> Task :react-native-safe-area-context:preBuild UP-TO-DATE
> Task :flexn-io-sdk:preBuild UP-TO-DATE
> Task :react-native-reanimated:preBuild UP-TO-DATE
> Task :app:preBuild UP-TO-DATE
> Task :app:preDebugBuild UP-TO-DATE
> Task :react-native-gesture-handler:preDebugBuild UP-TO-DATE
> Task :flexn-io-sdk:preDebugBuild UP-TO-DATE
> Task :react-native-reanimated:preDebugBuild UP-TO-DATE
> Task :react-native-vector-icons:preDebugBuild UP-TO-DATE
> Task :react-native-screens:preDebugBuild UP-TO-DATE
> Task :react-native-safe-area-context:preDebugBuild UP-TO-DATE
> Task :react-native-safe-area-context:compileDebugAidl NO-SOURCE
> Task :react-native-gesture-handler:compileDebugAidl NO-SOURCE
> Task :react-native-reanimated:compileDebugAidl NO-SOURCE
> Task :react-native-vector-icons:compileDebugAidl NO-SOURCE
> Task :react-native-screens:compileDebugAidl NO-SOURCE
> Task :react-native-gesture-handler:packageDebugRenderscript NO-SOURCE
> Task :react-native-safe-area-context:packageDebugRenderscript NO-SOURCE
> Task :flexn-io-sdk:compileDebugAidl NO-SOURCE
> Task :react-native-gesture-handler:writeDebugAarMetadata UP-TO-DATE
> Task :react-native-safe-area-context:writeDebugAarMetadata UP-TO-DATE
> Task :app:generateDebugBuildConfig UP-TO-DATE
> Task :app:bundleDebugJsAndAssets SKIPPED
> Task :app:mergeDebugShaders UP-TO-DATE
> Task :app:compileDebugShaders NO-SOURCE
> Task :app:generateDebugAssets UP-TO-DATE
> Task :react-native-safe-area-context:mergeDebugShaders UP-TO-DATE
> Task :app:generateDebugResValues UP-TO-DATE
> Task :react-native-safe-area-context:compileDebugShaders NO-SOURCE
> Task :react-native-safe-area-context:generateDebugAssets UP-TO-DATE
> Task :flexn-io-sdk:packageDebugRenderscript NO-SOURCE
> Task :react-native-gesture-handler:mergeDebugShaders UP-TO-DATE
> Task :flexn-io-sdk:writeDebugAarMetadata UP-TO-DATE
> Task :react-native-safe-area-context:packageDebugAssets UP-TO-DATE
> Task :flexn-io-sdk:mergeDebugShaders UP-TO-DATE
> Task :react-native-gesture-handler:compileDebugShaders NO-SOURCE
> Task :react-native-screens:packageDebugRenderscript NO-SOURCE
> Task :react-native-screens:writeDebugAarMetadata UP-TO-DATE
> Task :react-native-gesture-handler:generateDebugAssets UP-TO-DATE
> Task :react-native-safe-area-context:compileDebugRenderscript NO-SOURCE
> Task :react-native-vector-icons:packageDebugRenderscript NO-SOURCE
> Task :app:compileDebugAidl NO-SOURCE
> Task :react-native-gesture-handler:packageDebugAssets UP-TO-DATE
> Task :react-native-safe-area-context:generateDebugResValues UP-TO-DATE
> Task :react-native-screens:mergeDebugShaders UP-TO-DATE
> Task :react-native-vector-icons:writeDebugAarMetadata UP-TO-DATE
> Task :react-native-safe-area-context:generateDebugResources UP-TO-DATE
> Task :react-native-reanimated:packageDebugRenderscript NO-SOURCE
> Task :flexn-io-sdk:compileDebugShaders NO-SOURCE
> Task :react-native-reanimated:writeDebugAarMetadata UP-TO-DATE
> Task :flexn-io-sdk:generateDebugAssets UP-TO-DATE
> Task :react-native-gesture-handler:compileDebugRenderscript NO-SOURCE
> Task :flexn-io-sdk:packageDebugAssets UP-TO-DATE
> Task :react-native-reanimated:mergeDebugShaders UP-TO-DATE
> Task :react-native-screens:compileDebugShaders NO-SOURCE
> Task :react-native-vector-icons:mergeDebugShaders UP-TO-DATE
> Task :react-native-screens:generateDebugAssets UP-TO-DATE
> Task :app:compileDebugRenderscript NO-SOURCE
> Task :react-native-gesture-handler:generateDebugResValues UP-TO-DATE
> Task :react-native-gesture-handler:generateDebugResources UP-TO-DATE
> Task :react-native-screens:packageDebugAssets UP-TO-DATE
> Task :react-native-reanimated:compileDebugShaders NO-SOURCE
> Task :react-native-reanimated:generateDebugAssets UP-TO-DATE
> Task :react-native-gesture-handler:packageDebugResources UP-TO-DATE
> Task :react-native-reanimated:packageDebugAssets UP-TO-DATE
> Task :react-native-gesture-handler:extractDeepLinksDebug UP-TO-DATE
> Task :flexn-io-sdk:compileDebugRenderscript NO-SOURCE
> Task :react-native-safe-area-context:packageDebugResources UP-TO-DATE
> Task :flexn-io-sdk:generateDebugResValues UP-TO-DATE
> Task :flexn-io-sdk:generateDebugResources UP-TO-DATE
> Task :react-native-safe-area-context:extractDeepLinksDebug UP-TO-DATE
> Task :react-native-vector-icons:compileDebugShaders NO-SOURCE
> Task :react-native-vector-icons:generateDebugAssets UP-TO-DATE
> Task :react-native-vector-icons:packageDebugAssets UP-TO-DATE
> Task :react-native-gesture-handler:processDebugManifest UP-TO-DATE
> Task :react-native-screens:compileDebugRenderscript NO-SOURCE
> Task :react-native-safe-area-context:processDebugManifest UP-TO-DATE
> Task :flexn-io-sdk:packageDebugResources UP-TO-DATE
> Task :react-native-reanimated:compileDebugRenderscript NO-SOURCE
> Task :react-native-gesture-handler:compileDebugLibraryResources UP-TO-DATE
> Task :react-native-vector-icons:compileDebugRenderscript NO-SOURCE
> Task :react-native-vector-icons:generateDebugResValues UP-TO-DATE
> Task :flexn-io-sdk:extractDeepLinksDebug UP-TO-DATE
> Task :react-native-reanimated:generateDebugResValues UP-TO-DATE
> Task :react-native-safe-area-context:compileDebugLibraryResources UP-TO-DATE
> Task :react-native-screens:generateDebugResValues UP-TO-DATE
> Task :react-native-reanimated:generateDebugResources UP-TO-DATE
> Task :react-native-screens:generateDebugResources UP-TO-DATE
> Task :react-native-vector-icons:generateDebugResources UP-TO-DATE
> Task :react-native-gesture-handler:parseDebugLocalResources UP-TO-DATE
> Task :react-native-reanimated:packageDebugResources UP-TO-DATE
> Task :react-native-reanimated:extractDeepLinksDebug UP-TO-DATE
> Task :react-native-vector-icons:packageDebugResources UP-TO-DATE
> Task :flexn-io-sdk:processDebugManifest UP-TO-DATE
> Task :react-native-vector-icons:extractDeepLinksDebug UP-TO-DATE
> Task :react-native-safe-area-context:parseDebugLocalResources UP-TO-DATE
> Task :react-native-screens:packageDebugResources UP-TO-DATE
> Task :react-native-screens:extractDeepLinksDebug UP-TO-DATE
> Task :flexn-io-sdk:compileDebugLibraryResources UP-TO-DATE
> Task :react-native-reanimated:processDebugManifest UP-TO-DATE
> Task :react-native-reanimated:compileDebugLibraryResources UP-TO-DATE
> Task :react-native-vector-icons:processDebugManifest UP-TO-DATE
> Task :react-native-vector-icons:compileDebugLibraryResources UP-TO-DATE
> Task :react-native-screens:processDebugManifest UP-TO-DATE
> Task :react-native-screens:compileDebugLibraryResources UP-TO-DATE
> Task :react-native-reanimated:parseDebugLocalResources UP-TO-DATE
> Task :react-native-vector-icons:parseDebugLocalResources UP-TO-DATE
> Task :react-native-screens:parseDebugLocalResources UP-TO-DATE
> Task :flexn-io-sdk:parseDebugLocalResources UP-TO-DATE
> Task :react-native-reanimated:generateDebugRFile UP-TO-DATE
> Task :flexn-io-sdk:generateDebugRFile UP-TO-DATE
> Task :react-native-gesture-handler:generateDebugRFile UP-TO-DATE
> Task :react-native-safe-area-context:generateDebugRFile UP-TO-DATE
> Task :react-native-vector-icons:generateDebugRFile UP-TO-DATE
> Task :flexn-io-sdk:generateDebugBuildConfig UP-TO-DATE
> Task :react-native-gesture-handler:generateDebugBuildConfig UP-TO-DATE
> Task :react-native-safe-area-context:generateDebugBuildConfig UP-TO-DATE
> Task :react-native-reanimated:generateDebugBuildConfig UP-TO-DATE
> Task :react-native-vector-icons:generateDebugBuildConfig UP-TO-DATE
> Task :react-native-safe-area-context:javaPreCompileDebug UP-TO-DATE
> Task :react-native-gesture-handler:javaPreCompileDebug UP-TO-DATE
> Task :flexn-io-sdk:javaPreCompileDebug UP-TO-DATE
> Task :react-native-reanimated:javaPreCompileDebug UP-TO-DATE
> Task :react-native-vector-icons:javaPreCompileDebug UP-TO-DATE
> Task :app:checkDebugAarMetadata UP-TO-DATE
> Task :app:mergeDebugAssets UP-TO-DATE
> Task :app:copyDebugBundledJs SKIPPED
> Task :app:generateDebugResources UP-TO-DATE
> Task :react-native-screens:generateDebugRFile UP-TO-DATE
> Task :react-native-screens:generateDebugBuildConfig UP-TO-DATE
> Task :react-native-screens:javaPreCompileDebug UP-TO-DATE
> Task :react-native-screens:compileDebugJavaWithJavac UP-TO-DATE
> Task :react-native-gesture-handler:compileDebugJavaWithJavac UP-TO-DATE
> Task :react-native-gesture-handler:bundleLibCompileToJarDebug UP-TO-DATE
> Task :react-native-screens:bundleLibCompileToJarDebug UP-TO-DATE
> Task :react-native-screens:processDebugJavaRes NO-SOURCE
> Task :react-native-gesture-handler:processDebugJavaRes NO-SOURCE
> Task :react-native-screens:bundleLibResDebug NO-SOURCE
> Task :react-native-gesture-handler:bundleLibResDebug NO-SOURCE
> Task :react-native-screens:bundleLibRuntimeToJarDebug UP-TO-DATE
> Task :react-native-screens:mergeDebugJniLibFolders UP-TO-DATE
> Task :react-native-gesture-handler:bundleLibRuntimeToJarDebug UP-TO-DATE
> Task :react-native-screens:mergeDebugNativeLibs NO-SOURCE
> Task :react-native-screens:stripDebugDebugSymbols NO-SOURCE
> Task :react-native-screens:copyDebugJniLibsProjectOnly UP-TO-DATE
> Task :react-native-screens:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
> Task :react-native-gesture-handler:mergeDebugJniLibFolders UP-TO-DATE
> Task :react-native-gesture-handler:mergeDebugNativeLibs NO-SOURCE
> Task :react-native-gesture-handler:stripDebugDebugSymbols NO-SOURCE
> Task :react-native-gesture-handler:copyDebugJniLibsProjectOnly UP-TO-DATE
> Task :react-native-gesture-handler:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
> Task :react-native-reanimated:compileDebugJavaWithJavac UP-TO-DATE
> Task :react-native-reanimated:bundleLibCompileToJarDebug UP-TO-DATE
> Task :react-native-reanimated:processDebugJavaRes NO-SOURCE
> Task :react-native-vector-icons:compileDebugJavaWithJavac UP-TO-DATE
> Task :react-native-reanimated:bundleLibResDebug NO-SOURCE
> Task :react-native-reanimated:bundleLibRuntimeToJarDebug UP-TO-DATE
> Task :react-native-reanimated:mergeDebugJniLibFolders UP-TO-DATE
> Task :react-native-reanimated:mergeDebugNativeLibs NO-SOURCE
> Task :react-native-reanimated:stripDebugDebugSymbols NO-SOURCE
> Task :react-native-reanimated:copyDebugJniLibsProjectOnly UP-TO-DATE
> Task :react-native-reanimated:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
> Task :app:mergeDebugResources UP-TO-DATE
> Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
> Task :app:extractDeepLinksDebug UP-TO-DATE
> Task :react-native-vector-icons:bundleLibCompileToJarDebug UP-TO-DATE
> Task :react-native-safe-area-context:compileDebugJavaWithJavac UP-TO-DATE
> Task :react-native-safe-area-context:bundleLibCompileToJarDebug UP-TO-DATE
> Task :react-native-safe-area-context:processDebugJavaRes NO-SOURCE
> Task :react-native-safe-area-context:bundleLibResDebug NO-SOURCE
> Task :react-native-safe-area-context:bundleLibRuntimeToJarDebug UP-TO-DATE
> Task :react-native-safe-area-context:mergeDebugJniLibFolders UP-TO-DATE
> Task :react-native-safe-area-context:mergeDebugNativeLibs NO-SOURCE
> Task :react-native-safe-area-context:stripDebugDebugSymbols NO-SOURCE
> Task :react-native-safe-area-context:copyDebugJniLibsProjectOnly UP-TO-DATE
> Task :react-native-safe-area-context:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
> Task :react-native-vector-icons:processDebugJavaRes NO-SOURCE
> Task :react-native-vector-icons:bundleLibResDebug NO-SOURCE
> Task :react-native-vector-icons:bundleLibRuntimeToJarDebug UP-TO-DATE
> Task :react-native-screens:extractDebugAnnotations UP-TO-DATE
> Task :react-native-vector-icons:mergeDebugJniLibFolders UP-TO-DATE
> Task :react-native-vector-icons:mergeDebugNativeLibs NO-SOURCE
> Task :react-native-vector-icons:stripDebugDebugSymbols NO-SOURCE
> Task :react-native-vector-icons:copyDebugJniLibsProjectOnly UP-TO-DATE
> Task :react-native-screens:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :react-native-screens:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :react-native-vector-icons:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
> Task :react-native-screens:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-reanimated:extractDebugAnnotations UP-TO-DATE
> Task :react-native-screens:mergeDebugJavaResource UP-TO-DATE
> Task :react-native-screens:syncDebugLibJars UP-TO-DATE
> Task :react-native-reanimated:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :react-native-screens:bundleDebugAar UP-TO-DATE
> Task :react-native-screens:compileDebugSources UP-TO-DATE
> Task :react-native-screens:assembleDebug UP-TO-DATE
> Task :react-native-reanimated:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :react-native-vector-icons:extractDebugAnnotations UP-TO-DATE
> Task :react-native-vector-icons:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :react-native-vector-icons:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :flexn-io-sdk:compileDebugJavaWithJavac UP-TO-DATE
> Task :react-native-vector-icons:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-reanimated:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-reanimated:mergeDebugJavaResource UP-TO-DATE
> Task :react-native-safe-area-context:extractDebugAnnotations UP-TO-DATE
> Task :react-native-gesture-handler:extractDebugAnnotations UP-TO-DATE
> Task :app:processDebugMainManifest UP-TO-DATE
> Task :flexn-io-sdk:bundleLibCompileToJarDebug UP-TO-DATE
> Task :react-native-reanimated:syncDebugLibJars UP-TO-DATE
> Task :app:processDebugManifest UP-TO-DATE
> Task :react-native-reanimated:bundleDebugAar UP-TO-DATE
> Task :app:processDebugManifestForPackage UP-TO-DATE
> Task :react-native-reanimated:compileDebugSources UP-TO-DATE
> Task :react-native-safe-area-context:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :flexn-io-sdk:processDebugJavaRes NO-SOURCE
> Task :react-native-safe-area-context:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :flexn-io-sdk:bundleLibResDebug NO-SOURCE
> Task :react-native-reanimated:assembleDebug UP-TO-DATE
> Task :flexn-io-sdk:bundleLibRuntimeToJarDebug UP-TO-DATE
> Task :react-native-gesture-handler:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :react-native-safe-area-context:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-gesture-handler:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :flexn-io-sdk:mergeDebugJniLibFolders UP-TO-DATE
> Task :react-native-safe-area-context:mergeDebugJavaResource UP-TO-DATE
> Task :react-native-gesture-handler:prepareLintJarForPublish UP-TO-DATE
> Task :flexn-io-sdk:mergeDebugNativeLibs NO-SOURCE
> Task :react-native-vector-icons:mergeDebugJavaResource UP-TO-DATE
> Task :flexn-io-sdk:stripDebugDebugSymbols NO-SOURCE
> Task :react-native-safe-area-context:syncDebugLibJars UP-TO-DATE
> Task :react-native-gesture-handler:mergeDebugJavaResource UP-TO-DATE
> Task :flexn-io-sdk:copyDebugJniLibsProjectOnly UP-TO-DATE
> Task :flexn-io-sdk:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
> Task :react-native-gesture-handler:syncDebugLibJars UP-TO-DATE
> Task :react-native-safe-area-context:bundleDebugAar UP-TO-DATE
> Task :react-native-safe-area-context:compileDebugSources UP-TO-DATE
> Task :react-native-safe-area-context:assembleDebug UP-TO-DATE
> Task :react-native-gesture-handler:bundleDebugAar UP-TO-DATE
> Task :react-native-gesture-handler:compileDebugSources UP-TO-DATE
> Task :react-native-gesture-handler:assembleDebug UP-TO-DATE
> Task :react-native-vector-icons:syncDebugLibJars UP-TO-DATE
> Task :react-native-vector-icons:bundleDebugAar UP-TO-DATE
> Task :react-native-vector-icons:compileDebugSources UP-TO-DATE
> Task :react-native-vector-icons:assembleDebug UP-TO-DATE
> Task :flexn-io-sdk:extractDebugAnnotations UP-TO-DATE
> Task :flexn-io-sdk:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :flexn-io-sdk:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :flexn-io-sdk:prepareLintJarForPublish UP-TO-DATE
> Task :flexn-io-sdk:mergeDebugJavaResource UP-TO-DATE
> Task :flexn-io-sdk:syncDebugLibJars UP-TO-DATE
> Task :flexn-io-sdk:bundleDebugAar UP-TO-DATE
> Task :flexn-io-sdk:compileDebugSources UP-TO-DATE
> Task :flexn-io-sdk:assembleDebug UP-TO-DATE
> Task :app:processDebugResources UP-TO-DATE

> Task :app:compileDebugKotlin FAILED

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.9.1/userguide/command_line_interface.html#sec:command_line_warnings
163 actionable tasks: 1 executed, 162 up-to-date

e: /Users/pauliusguzas/Desktop/flexnTemplate16/platformBuilds/app_firetv/app/src/main/java/rnv/MainActivity.kt: (39, 64): No value passed for parameter 'type'

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileDebugKotlin'.
> Compilation error. See log for more details

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s

Error: Command failed with exit code 1: ./gradlew assembleDebug -x bundleReleaseJsAndAssets
e: /Users/pauliusguzas/Desktop/flexnTemplate16/platformBuilds/app_firetv/app/src/main/java/rnv/MainActivity.kt: (39, 64): No value passed for parameter 'type'

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileDebugKotlin'.
> Compilation error. See log for more details

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
Configuration on demand is an incubating feature.

> Configure project :app
WARNING:: The option 'android.useDeprecatedNdk' is deprecated.
The current default is 'false'.
It has been removed from the current version of the Android Gradle plugin.
NdkCompile is no longer supported
Warning: The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.

> Configure project :react-native-reanimated
WARNING:: The specified Android SDK Build Tools version (28.0.0) is ignored, as it is below the minimum supported version (30.0.2) for Android Gradle Plugin 4.2.2.
Android SDK Build Tools 30.0.2 will be used.
To suppress this warning, remove "buildToolsVersion '28.0.0'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.

> Task :react-native-vector-icons:preBuild UP-TO-DATE
> Task :react-native-gesture-handler:preBuild UP-TO-DATE
> Task :react-native-screens:preBuild UP-TO-DATE
> Task :react-native-safe-area-context:preBuild UP-TO-DATE
> Task :flexn-io-sdk:preBuild UP-TO-DATE
> Task :react-native-reanimated:preBuild UP-TO-DATE
> Task :app:preBuild UP-TO-DATE
> Task :app:preDebugBuild UP-TO-DATE
> Task :react-native-gesture-handler:preDebugBuild UP-TO-DATE
> Task :flexn-io-sdk:preDebugBuild UP-TO-DATE
> Task :react-native-reanimated:preDebugBuild UP-TO-DATE
> Task :react-native-vector-icons:preDebugBuild UP-TO-DATE
> Task :react-native-screens:preDebugBuild UP-TO-DATE
> Task :react-native-safe-area-context:preDebugBuild UP-TO-DATE
> Task :react-native-safe-area-context:compileDebugAidl NO-SOURCE
> Task :react-native-gesture-handler:compileDebugAidl NO-SOURCE
> Task :react-native-reanimated:compileDebugAidl NO-SOURCE
> Task :react-native-vector-icons:compileDebugAidl NO-SOURCE
> Task :react-native-screens:compileDebugAidl NO-SOURCE
> Task :react-native-gesture-handler:packageDebugRenderscript NO-SOURCE
> Task :react-native-safe-area-context:packageDebugRenderscript NO-SOURCE
> Task :flexn-io-sdk:compileDebugAidl NO-SOURCE
> Task :react-native-gesture-handler:writeDebugAarMetadata UP-TO-DATE
> Task :react-native-safe-area-context:writeDebugAarMetadata UP-TO-DATE
> Task :app:generateDebugBuildConfig UP-TO-DATE
> Task :app:bundleDebugJsAndAssets SKIPPED
> Task :app:mergeDebugShaders UP-TO-DATE
> Task :app:compileDebugShaders NO-SOURCE
> Task :app:generateDebugAssets UP-TO-DATE
> Task :react-native-safe-area-context:mergeDebugShaders UP-TO-DATE
> Task :app:generateDebugResValues UP-TO-DATE
> Task :react-native-safe-area-context:compileDebugShaders NO-SOURCE
> Task :react-native-safe-area-context:generateDebugAssets UP-TO-DATE
> Task :flexn-io-sdk:packageDebugRenderscript NO-SOURCE
> Task :react-native-gesture-handler:mergeDebugShaders UP-TO-DATE
> Task :flexn-io-sdk:writeDebugAarMetadata UP-TO-DATE
> Task :react-native-safe-area-context:packageDebugAssets UP-TO-DATE
> Task :flexn-io-sdk:mergeDebugShaders UP-TO-DATE
> Task :react-native-gesture-handler:compileDebugShaders NO-SOURCE
> Task :react-native-screens:packageDebugRenderscript NO-SOURCE
> Task :react-native-screens:writeDebugAarMetadata UP-TO-DATE
> Task :react-native-gesture-handler:generateDebugAssets UP-TO-DATE
> Task :react-native-safe-area-context:compileDebugRenderscript NO-SOURCE
> Task :react-native-vector-icons:packageDebugRenderscript NO-SOURCE
> Task :app:compileDebugAidl NO-SOURCE
> Task :react-native-gesture-handler:packageDebugAssets UP-TO-DATE
> Task :react-native-safe-area-context:generateDebugResValues UP-TO-DATE
> Task :react-native-screens:mergeDebugShaders UP-TO-DATE
> Task :react-native-vector-icons:writeDebugAarMetadata UP-TO-DATE
> Task :react-native-safe-area-context:generateDebugResources UP-TO-DATE
> Task :react-native-reanimated:packageDebugRenderscript NO-SOURCE
> Task :flexn-io-sdk:compileDebugShaders NO-SOURCE
> Task :react-native-reanimated:writeDebugAarMetadata UP-TO-DATE
> Task :flexn-io-sdk:generateDebugAssets UP-TO-DATE
> Task :react-native-gesture-handler:compileDebugRenderscript NO-SOURCE
> Task :flexn-io-sdk:packageDebugAssets UP-TO-DATE
> Task :react-native-reanimated:mergeDebugShaders UP-TO-DATE
> Task :react-native-screens:compileDebugShaders NO-SOURCE
> Task :react-native-vector-icons:mergeDebugShaders UP-TO-DATE
> Task :react-native-screens:generateDebugAssets UP-TO-DATE
> Task :app:compileDebugRenderscript NO-SOURCE
> Task :react-native-gesture-handler:generateDebugResValues UP-TO-DATE
> Task :react-native-gesture-handler:generateDebugResources UP-TO-DATE
> Task :react-native-screens:packageDebugAssets UP-TO-DATE
> Task :react-native-reanimated:compileDebugShaders NO-SOURCE
> Task :react-native-reanimated:generateDebugAssets UP-TO-DATE
> Task :react-native-gesture-handler:packageDebugResources UP-TO-DATE
> Task :react-native-reanimated:packageDebugAssets UP-TO-DATE
> Task :react-native-gesture-handler:extractDeepLinksDebug UP-TO-DATE
> Task :flexn-io-sdk:compileDebugRenderscript NO-SOURCE
> Task :react-native-safe-area-context:packageDebugResources UP-TO-DATE
> Task :flexn-io-sdk:generateDebugResValues UP-TO-DATE
> Task :flexn-io-sdk:generateDebugResources UP-TO-DATE
> Task :react-native-safe-area-context:extractDeepLinksDebug UP-TO-DATE
> Task :react-native-vector-icons:compileDebugShaders NO-SOURCE
> Task :react-native-vector-icons:generateDebugAssets UP-TO-DATE
> Task :react-native-vector-icons:packageDebugAssets UP-TO-DATE
> Task :react-native-gesture-handler:processDebugManifest UP-TO-DATE
> Task :react-native-screens:compileDebugRenderscript NO-SOURCE
> Task :react-native-safe-area-context:processDebugManifest UP-TO-DATE
> Task :flexn-io-sdk:packageDebugResources UP-TO-DATE
> Task :react-native-reanimated:compileDebugRenderscript NO-SOURCE
> Task :react-native-gesture-handler:compileDebugLibraryResources UP-TO-DATE
> Task :react-native-vector-icons:compileDebugRenderscript NO-SOURCE
> Task :react-native-vector-icons:generateDebugResValues UP-TO-DATE
> Task :flexn-io-sdk:extractDeepLinksDebug UP-TO-DATE
> Task :react-native-reanimated:generateDebugResValues UP-TO-DATE
> Task :react-native-safe-area-context:compileDebugLibraryResources UP-TO-DATE
> Task :react-native-screens:generateDebugResValues UP-TO-DATE
> Task :react-native-reanimated:generateDebugResources UP-TO-DATE
> Task :react-native-screens:generateDebugResources UP-TO-DATE
> Task :react-native-vector-icons:generateDebugResources UP-TO-DATE
> Task :react-native-gesture-handler:parseDebugLocalResources UP-TO-DATE
> Task :react-native-reanimated:packageDebugResources UP-TO-DATE
> Task :react-native-reanimated:extractDeepLinksDebug UP-TO-DATE
> Task :react-native-vector-icons:packageDebugResources UP-TO-DATE
> Task :flexn-io-sdk:processDebugManifest UP-TO-DATE
> Task :react-native-vector-icons:extractDeepLinksDebug UP-TO-DATE
> Task :react-native-safe-area-context:parseDebugLocalResources UP-TO-DATE
> Task :react-native-screens:packageDebugResources UP-TO-DATE
> Task :react-native-screens:extractDeepLinksDebug UP-TO-DATE
> Task :flexn-io-sdk:compileDebugLibraryResources UP-TO-DATE
> Task :react-native-reanimated:processDebugManifest UP-TO-DATE
> Task :react-native-reanimated:compileDebugLibraryResources UP-TO-DATE
> Task :react-native-vector-icons:processDebugManifest UP-TO-DATE
> Task :react-native-vector-icons:compileDebugLibraryResources UP-TO-DATE
> Task :react-native-screens:processDebugManifest UP-TO-DATE
> Task :react-native-screens:compileDebugLibraryResources UP-TO-DATE
> Task :react-native-reanimated:parseDebugLocalResources UP-TO-DATE
> Task :react-native-vector-icons:parseDebugLocalResources UP-TO-DATE
> Task :react-native-screens:parseDebugLocalResources UP-TO-DATE
> Task :flexn-io-sdk:parseDebugLocalResources UP-TO-DATE
> Task :react-native-reanimated:generateDebugRFile UP-TO-DATE
> Task :flexn-io-sdk:generateDebugRFile UP-TO-DATE
> Task :react-native-gesture-handler:generateDebugRFile UP-TO-DATE
> Task :react-native-safe-area-context:generateDebugRFile UP-TO-DATE
> Task :react-native-vector-icons:generateDebugRFile UP-TO-DATE
> Task :flexn-io-sdk:generateDebugBuildConfig UP-TO-DATE
> Task :react-native-gesture-handler:generateDebugBuildConfig UP-TO-DATE
> Task :react-native-safe-area-context:generateDebugBuildConfig UP-TO-DATE
> Task :react-native-reanimated:generateDebugBuildConfig UP-TO-DATE
> Task :react-native-vector-icons:generateDebugBuildConfig UP-TO-DATE
> Task :react-native-safe-area-context:javaPreCompileDebug UP-TO-DATE
> Task :react-native-gesture-handler:javaPreCompileDebug UP-TO-DATE
> Task :flexn-io-sdk:javaPreCompileDebug UP-TO-DATE
> Task :react-native-reanimated:javaPreCompileDebug UP-TO-DATE
> Task :react-native-vector-icons:javaPreCompileDebug UP-TO-DATE
> Task :app:checkDebugAarMetadata UP-TO-DATE
> Task :app:mergeDebugAssets UP-TO-DATE
> Task :app:copyDebugBundledJs SKIPPED
> Task :app:generateDebugResources UP-TO-DATE
> Task :react-native-screens:generateDebugRFile UP-TO-DATE
> Task :react-native-screens:generateDebugBuildConfig UP-TO-DATE
> Task :react-native-screens:javaPreCompileDebug UP-TO-DATE
> Task :react-native-screens:compileDebugJavaWithJavac UP-TO-DATE
> Task :react-native-gesture-handler:compileDebugJavaWithJavac UP-TO-DATE
> Task :react-native-gesture-handler:bundleLibCompileToJarDebug UP-TO-DATE
> Task :react-native-screens:bundleLibCompileToJarDebug UP-TO-DATE
> Task :react-native-screens:processDebugJavaRes NO-SOURCE
> Task :react-native-gesture-handler:processDebugJavaRes NO-SOURCE
> Task :react-native-screens:bundleLibResDebug NO-SOURCE
> Task :react-native-gesture-handler:bundleLibResDebug NO-SOURCE
> Task :react-native-screens:bundleLibRuntimeToJarDebug UP-TO-DATE
> Task :react-native-screens:mergeDebugJniLibFolders UP-TO-DATE
> Task :react-native-gesture-handler:bundleLibRuntimeToJarDebug UP-TO-DATE
> Task :react-native-screens:mergeDebugNativeLibs NO-SOURCE
> Task :react-native-screens:stripDebugDebugSymbols NO-SOURCE
> Task :react-native-screens:copyDebugJniLibsProjectOnly UP-TO-DATE
> Task :react-native-screens:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
> Task :react-native-gesture-handler:mergeDebugJniLibFolders UP-TO-DATE
> Task :react-native-gesture-handler:mergeDebugNativeLibs NO-SOURCE
> Task :react-native-gesture-handler:stripDebugDebugSymbols NO-SOURCE
> Task :react-native-gesture-handler:copyDebugJniLibsProjectOnly UP-TO-DATE
> Task :react-native-gesture-handler:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
> Task :react-native-reanimated:compileDebugJavaWithJavac UP-TO-DATE
> Task :react-native-reanimated:bundleLibCompileToJarDebug UP-TO-DATE
> Task :react-native-reanimated:processDebugJavaRes NO-SOURCE
> Task :react-native-vector-icons:compileDebugJavaWithJavac UP-TO-DATE
> Task :react-native-reanimated:bundleLibResDebug NO-SOURCE
> Task :react-native-reanimated:bundleLibRuntimeToJarDebug UP-TO-DATE
> Task :react-native-reanimated:mergeDebugJniLibFolders UP-TO-DATE
> Task :react-native-reanimated:mergeDebugNativeLibs NO-SOURCE
> Task :react-native-reanimated:stripDebugDebugSymbols NO-SOURCE
> Task :react-native-reanimated:copyDebugJniLibsProjectOnly UP-TO-DATE
> Task :react-native-reanimated:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
> Task :app:mergeDebugResources UP-TO-DATE
> Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
> Task :app:extractDeepLinksDebug UP-TO-DATE
> Task :react-native-vector-icons:bundleLibCompileToJarDebug UP-TO-DATE
> Task :react-native-safe-area-context:compileDebugJavaWithJavac UP-TO-DATE
> Task :react-native-safe-area-context:bundleLibCompileToJarDebug UP-TO-DATE
> Task :react-native-safe-area-context:processDebugJavaRes NO-SOURCE
> Task :react-native-safe-area-context:bundleLibResDebug NO-SOURCE
> Task :react-native-safe-area-context:bundleLibRuntimeToJarDebug UP-TO-DATE
> Task :react-native-safe-area-context:mergeDebugJniLibFolders UP-TO-DATE
> Task :react-native-safe-area-context:mergeDebugNativeLibs NO-SOURCE
> Task :react-native-safe-area-context:stripDebugDebugSymbols NO-SOURCE
> Task :react-native-safe-area-context:copyDebugJniLibsProjectOnly UP-TO-DATE
> Task :react-native-safe-area-context:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
> Task :react-native-vector-icons:processDebugJavaRes NO-SOURCE
> Task :react-native-vector-icons:bundleLibResDebug NO-SOURCE
> Task :react-native-vector-icons:bundleLibRuntimeToJarDebug UP-TO-DATE
> Task :react-native-screens:extractDebugAnnotations UP-TO-DATE
> Task :react-native-vector-icons:mergeDebugJniLibFolders UP-TO-DATE
> Task :react-native-vector-icons:mergeDebugNativeLibs NO-SOURCE
> Task :react-native-vector-icons:stripDebugDebugSymbols NO-SOURCE
> Task :react-native-vector-icons:copyDebugJniLibsProjectOnly UP-TO-DATE
> Task :react-native-screens:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :react-native-screens:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :react-native-vector-icons:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
> Task :react-native-screens:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-reanimated:extractDebugAnnotations UP-TO-DATE
> Task :react-native-screens:mergeDebugJavaResource UP-TO-DATE
> Task :react-native-screens:syncDebugLibJars UP-TO-DATE
> Task :react-native-reanimated:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :react-native-screens:bundleDebugAar UP-TO-DATE
> Task :react-native-screens:compileDebugSources UP-TO-DATE
> Task :react-native-screens:assembleDebug UP-TO-DATE
> Task :react-native-reanimated:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :react-native-vector-icons:extractDebugAnnotations UP-TO-DATE
> Task :react-native-vector-icons:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :react-native-vector-icons:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :flexn-io-sdk:compileDebugJavaWithJavac UP-TO-DATE
> Task :react-native-vector-icons:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-reanimated:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-reanimated:mergeDebugJavaResource UP-TO-DATE
> Task :react-native-safe-area-context:extractDebugAnnotations UP-TO-DATE
> Task :react-native-gesture-handler:extractDebugAnnotations UP-TO-DATE
> Task :app:processDebugMainManifest UP-TO-DATE
> Task :flexn-io-sdk:bundleLibCompileToJarDebug UP-TO-DATE
> Task :react-native-reanimated:syncDebugLibJars UP-TO-DATE
> Task :app:processDebugManifest UP-TO-DATE
> Task :react-native-reanimated:bundleDebugAar UP-TO-DATE
> Task :app:processDebugManifestForPackage UP-TO-DATE
> Task :react-native-reanimated:compileDebugSources UP-TO-DATE
> Task :react-native-safe-area-context:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :flexn-io-sdk:processDebugJavaRes NO-SOURCE
> Task :react-native-safe-area-context:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :flexn-io-sdk:bundleLibResDebug NO-SOURCE
> Task :react-native-reanimated:assembleDebug UP-TO-DATE
> Task :flexn-io-sdk:bundleLibRuntimeToJarDebug UP-TO-DATE
> Task :react-native-gesture-handler:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :react-native-safe-area-context:prepareLintJarForPublish UP-TO-DATE
> Task :react-native-gesture-handler:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :flexn-io-sdk:mergeDebugJniLibFolders UP-TO-DATE
> Task :react-native-safe-area-context:mergeDebugJavaResource UP-TO-DATE
> Task :react-native-gesture-handler:prepareLintJarForPublish UP-TO-DATE
> Task :flexn-io-sdk:mergeDebugNativeLibs NO-SOURCE
> Task :react-native-vector-icons:mergeDebugJavaResource UP-TO-DATE
> Task :flexn-io-sdk:stripDebugDebugSymbols NO-SOURCE
> Task :react-native-safe-area-context:syncDebugLibJars UP-TO-DATE
> Task :react-native-gesture-handler:mergeDebugJavaResource UP-TO-DATE
> Task :flexn-io-sdk:copyDebugJniLibsProjectOnly UP-TO-DATE
> Task :flexn-io-sdk:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
> Task :react-native-gesture-handler:syncDebugLibJars UP-TO-DATE
> Task :react-native-safe-area-context:bundleDebugAar UP-TO-DATE
> Task :react-native-safe-area-context:compileDebugSources UP-TO-DATE
> Task :react-native-safe-area-context:assembleDebug UP-TO-DATE
> Task :react-native-gesture-handler:bundleDebugAar UP-TO-DATE
> Task :react-native-gesture-handler:compileDebugSources UP-TO-DATE
> Task :react-native-gesture-handler:assembleDebug UP-TO-DATE
> Task :react-native-vector-icons:syncDebugLibJars UP-TO-DATE
> Task :react-native-vector-icons:bundleDebugAar UP-TO-DATE
> Task :react-native-vector-icons:compileDebugSources UP-TO-DATE
> Task :react-native-vector-icons:assembleDebug UP-TO-DATE
> Task :flexn-io-sdk:extractDebugAnnotations UP-TO-DATE
> Task :flexn-io-sdk:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :flexn-io-sdk:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :flexn-io-sdk:prepareLintJarForPublish UP-TO-DATE
> Task :flexn-io-sdk:mergeDebugJavaResource UP-TO-DATE
> Task :flexn-io-sdk:syncDebugLibJars UP-TO-DATE
> Task :flexn-io-sdk:bundleDebugAar UP-TO-DATE
> Task :flexn-io-sdk:compileDebugSources UP-TO-DATE
> Task :flexn-io-sdk:assembleDebug UP-TO-DATE
> Task :app:processDebugResources UP-TO-DATE

> Task :app:compileDebugKotlin FAILED

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.9.1/userguide/command_line_interface.html#sec:command_line_warnings
163 actionable tasks: 1 executed, 162 up-to-date
    at makeError (/Users/pauliusguzas/Desktop/flexnTemplate16/node_modules/rnv/node_modules/execa/lib/error.js:60:11)
    at handlePromise (/Users/pauliusguzas/Desktop/flexnTemplate16/node_modules/rnv/node_modules/execa/index.js:118:26)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)

Apple TV remote control swipes not working in list and rows (recycler)

Hi, we're currently having issues with swipes not being recognised on Apple TV. When loading the default example Flexn app straight on an Apple TV and navigating to the carousels page one can't swipe left and right in the rows. When using a bluetooth keyboard it works fine with left and right keys. Also, the simulator works fine with left and right keys.

We've tracked down the issue being related to the direction-checking code in sdk/lib/focusManager/model/row.js with checks on left, right and swipeLeft and swipeRight need to be changed to DIRECTION_xxx constants.

But that only partially solves our problem. When swiping right in a row and then swipe down the focusManager keeps on swiping right. We haven't been able to pin down the issue so it would be nice if some of the authors could take a look at. It is definitely a breaking issue on Apple TV when using a real remote.

[Regression] Template issues testing with new rnv project(rnv:0.37.0-canary.9, template: 0.21.1-alpha.8)

Describe the bug

Rnv does not install apps.

To Reproduce:

  1. Create new project with rnv new and choose @flexn/template
  2. Do the following commands (check all ticket)

Expected behavior:
All apps launches.

Screenshots or copy&paste:

  1. rnv run, rnv run -p tvos, rnv run -p androidtv
 🚀  SUMMARY | 5/29/2023, 10:16:14 AM                                        │
│  $ rnv run                                                                   │
├──────────────────────────────────────────────────────────────────────────────┤
│  ReNative Version: 0.37.0-canary.9                                           │
│  Project Name ($package.name): flexn_temp_a8                                 │
│  Project Version ($package.version): 0.1.0                                   │
│  Workspace ($.workspaceID): rnv                                              │
│  App Config (-c): app                                                        │
│  Build Scheme (-s): debug                                                    │
│  Env Info: darwin | x64 | node v16.14.2                                      │
│  Executed Time: 0h:0m:0s:492ms                                               │
│                                                                              │
│ [ error ] Cannot find module 'metro-cache'
Require stack:
- /Users/gabriele/Desktop/flexn_temp_a8/node_modules/@rnv/engine-rn-tvos/dist/adapter.js
- /Users/gabriele/Desktop/flexn_temp_a8/node_modules/@rnv/engine-rn-tvos/dist/index.js
- /Users/gabriele/.config/yarn/global/node_modules/rnv/dist/core/engineManager/index.js
- /Users/gabriele/.config/yarn/global/node_modules/rnv/dist/core/runtimeManager/index.js
- /Users/gabriele/.config/yarn/global/node_modules/rnv/dist/cli/index.js
- /Users/gabriele/.config/yarn/global/node_modules/rnv/dist/index.js
- /Users/gabriele/.config/yarn/global/node_modules/rnv/bin/index.js
Error: Cannot find module 'metro-cache'
Require stack:
- /Users/gabriele/Desktop/flexn_temp_a8/node_modules/@rnv/engine-rn-tvos/dist/adapter.js
- /Users/gabriele/Desktop/flexn_temp_a8/node_modules/@rnv/engine-rn-tvos/dist/index.js
- /Users/gabriele/.config/yarn/global/node_modules/rnv/dist/core/engineManager/index.js
- /Users/gabriele/.config/yarn/global/node_modules/rnv/dist/core/runtimeManager/index.js
- /Users/gabriele/.config/yarn/global/node_modules/rnv/dist/cli/index.js
- /Users/gabriele/.config/yarn/global/node_modules/rnv/dist/index.js
- /Users/gabriele/.config/yarn/global/node_modules/rnv/bin/index.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (/Users/gabriele/Desktop/flexn_temp_a8/node_modules/@rnv/engine-rn-tvos/src/adapter.js:5:19)
    at Module._compile (node:internal/modules/cjs/loader:1103:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
│                                                                              │
└──────────────────────────────────────────────────────────────────────────────┘
  1. rnv run -p web
┌──────────────────────────────────────────────────────────────────────────────┐
│  🚀  SUMMARY | 5/29/2023, 10:36:18 AM                                        │
│  $ rnv run -p web                                                            │
├──────────────────────────────────────────────────────────────────────────────┤
│  ReNative Version: 0.37.0-canary.9                                           │
│  Project Name ($package.name): crt                                           │
│  Project Version ($package.version): 0.1.0                                   │
│  Workspace ($.workspaceID): flexn                                            │
│  Platform (-p): web                                                          │
│  Engine ($.platforms.web.engine): engine-rn-next                             │
│  Template: @flexn/[email protected]                                    │
│  App Config (-c): app                                                        │
│  Build Scheme (-s): debug                                                    │
│  Supported Platforms: web                                                    │
│  Env Info: darwin | x64 | node v16.14.2                                      │
│  Executed Time: 0h:0m:7s:866ms                                               │
│                                                                              │
│ [ warn ] [project configure] Plugin scope @flexn/plugins does not exists in package.json.
│ [ warn ] [project configure] This project uses encrypted files but you don't have them installed
│ [ warn ] [app configure] Plugin scope @flexn/plugins does not exists in package.json.
│ [ warn ] [project configure] Plugin react is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-art is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-dom is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-web is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin next is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @flexn/create is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @rnv/renative is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-tvos is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-windows is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-vector-icons is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @lightningjs/sdk is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @lightningjs/cli is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @react-native-community/cli-platform-ios is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @react-native-community/cli is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @react-native-windows/cli is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @react-navigation is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @react-navigation/elements is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-screens is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-safe-area-context is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-reanimated is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @react-native-masked-view/masked-view is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-media-query is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @flexn/shopify-flash-list is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @flexn/recyclerlistview is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-gesture-handler is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin react is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin react-art is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin react-dom is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin react-native is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin react-native-web is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin next is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin @flexn/create is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin @rnv/renative is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin react-native-tvos is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin react-native-windows is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin react-native-vector-icons is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin @lightningjs/sdk is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin @lightningjs/cli is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin @react-native-community/cli-platform-ios is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin @react-native-community/cli is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin @react-native-windows/cli is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin @react-navigation is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin @react-navigation/elements is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin react-native-screens is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin react-native-safe-area-context is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin react-native-reanimated is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin @react-native-masked-view/masked-view is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin react-native-media-query is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin @flexn/shopify-flash-list is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin @flexn/recyclerlistview is not recognized plugin in flexn scope
│ [ warn ] [run] Plugin react-native-gesture-handler is not recognized plugin in flexn scope
│ [ error ] [run] COMMAND:

npx next dev --port 8080

FAILED with ERROR:

Command failed with exit code 1: npx next dev --port 8080

Error: Command failed with exit code 1: npx next dev --port 8080
    at makeError (/Users/pauliusguzas/Desktop/crt/node_modules/execa/lib/error.js:60:11)
    at handlePromise (/Users/pauliusguzas/Desktop/crt/node_modules/execa/index.js:118:26)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)


│                                                                              │
│  Project location:                                                           │
│  ./platformBuilds/app_web                                                    │
└──────────────────────────────────────────────────────────────────────────────┘
pauliusguzas@Pauliuss-MBP crt %
  1. rnv run -p android
Dev server running at: http://0.0.0.0:8083/index.bundle?platform=android


[ hook ] [start] executePipe ('start:after')
[ task ] <= [run] <= start
⠋ Waiting for bundler to finish...[ task ] [run] _isBundlerRunning[1]
[ task ] [run] _isBundlerRunning[2] (NO)
node:internal/modules/cjs/loader:936
  throw err;
  ^

Error: Cannot find module '/Users/pauliusguzas/Desktop/crt/null/local-cli/cli.js'
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
COMMAND:

node null/local-cli/cli.js start --port 8083 --config=metro.config.js --no-interactive

FAILED with ERROR:

Command failed with exit code 1: node null/local-cli/cli.js start --port 8083 --config=metro.config.js --no-interactive

Error: Command failed with exit code 1: node null/local-cli/cli.js start --port 8083 --config=metro.config.js --no-interactive
    at makeError (/Users/pauliusguzas/Desktop/crt/node_modules/execa/lib/error.js:60:11)
    at handlePromise (/Users/pauliusguzas/Desktop/crt/node_modules/execa/index.js:118:26)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)


⠹ Waiting for bundler to finish...[ task ] [run] _isBundlerRunning[3]
[ task ] [run] _isBundlerRunning[4] (NO)
⠼ Waiting for bundler to finish...[ task ] [run] _isBundlerRunning[5]
[ task ] [run] _isBundlerRunning[6] (NO)
⠧ Waiting for bundler to finish...[ task ] [run] _isBundlerRunning[7]
[ task ] [run] _isBundlerRunning[8] (NO)
⠏ Waiting for bundler to finish...[ task ] [run] _isBundlerRunning[9]
[ task ] [run] _isBundlerRunning[10] (NO)
⠹ Waiting for bundler to finish...[ task ] [run] _isBundlerRunning[11]
[ task ] [run] _isBundlerRunning[12] (NO)
⠼ Waiting for bundler to finish...[ task ] [run] _isBundlerRunning[13]
[ task ] [run] _isBundlerRunning[14] (NO)
⠧ Waiting for bundler to finish...[ task ] [run] _isBundlerRunning[15]
[ task ] [run] _isBundlerRunning[16] (NO)
⠏ Waiting for bundler to finish...[ task ] [run] _isBundlerRunning[17]
[ task ] [run] _isBundlerRunning[18] (NO)
⠙ Waiting for bundler to finish...[ task ] [run] _isBundlerRunning[19]
[ task ] [run] _isBundlerRunning[20] (NO)
⠼ Waiting for bundler to finish...[ task ] [run] _isBundlerRunning[21]
[ task ] [run] _isBundlerRunning[22] (NO)
✖ Can't connect to bundler. Try restarting it.
┌──────────────────────────────────────────────────────────────────────────────┐
│  🚀  SUMMARY | 5/29/2023, 10:46:29 AM                                        │
│  $ rnv run -p android                                                        │
├──────────────────────────────────────────────────────────────────────────────┤
│  ReNative Version: 0.37.0-canary.9                                           │
│  Project Name ($package.name): crt                                           │
│  Project Version ($package.version): 0.1.0                                   │
│  Workspace ($.workspaceID): flexn                                            │
│  Platform (-p): android                                                      │
│  Engine ($.platforms.android.engine): engine-rn                              │
│  Template: @flexn/[email protected]                                    │
│  App Config (-c): app                                                        │
│  Build Scheme (-s): debug                                                    │
│  Target (-t): Nexus_5X_API_26                                                │
│  Supported Platforms: android                                                │
│  Env Info: darwin | x64 | node v16.14.2                                      │
│  Executed Time: 0h:0m:10s:994ms                                              │
│                                                                              │
│ [ warn ] [project configure] Plugin scope @flexn/plugins does not exists in package.json.
│ [ warn ] [project configure] This project uses encrypted files but you don't have them installed
│ [ warn ] [app configure] Plugin scope @flexn/plugins does not exists in package.json.
│ [ warn ] [project configure] Plugin react is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-art is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-dom is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @react-native-community/cli-platform-ios is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @react-native-community/cli is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @flexn/create is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @rnv/renative is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-web is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-tvos is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-windows is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-vector-icons is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @lightningjs/sdk is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @lightningjs/cli is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin next is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @react-native-windows/cli is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @react-navigation is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @react-navigation/elements is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-screens is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-safe-area-context is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-reanimated is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @react-native-masked-view/masked-view is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-media-query is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @flexn/shopify-flash-list is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin @flexn/recyclerlistview is not recognized plugin in flexn scope
│ [ warn ] [project configure] Plugin react-native-gesture-handler is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin react is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin react-art is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin react-dom is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin react-native is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin @react-native-community/cli-platform-ios is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin @react-native-community/cli is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin @flexn/create is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin @rnv/renative is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin react-native-web is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin react-native-tvos is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin react-native-windows is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin react-native-vector-icons is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin @lightningjs/sdk is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin @lightningjs/cli is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin next is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin @react-native-windows/cli is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin @react-navigation is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin @react-navigation/elements is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin react-native-screens is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin react-native-safe-area-context is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin react-native-reanimated is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin @react-native-masked-view/masked-view is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin react-native-media-query is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin @flexn/shopify-flash-list is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin @flexn/recyclerlistview is not recognized plugin in flexn scope
│ [ warn ] [configure] Plugin react-native-gesture-handler is not recognized plugin in flexn scope
│ [ error ] [run] Can't connect to bundler. Try restarting it.
│                                                                              │
│  Project location:                                                           │
│  ./platformBuilds/app_android                                                │
└──────────────────────────────────────────────────────────────────────────────┘
pauliusguzas@Pauliuss-MBP crt %
  1. rnv run -p ios, rnv run -p macos
│ [ error ] [configure] COMMAND:

pod update

FAILED with ERROR:

### Error
```
URI::BadURIError - relative URI: /Users/pauliusguzas/Desktop/crt/platformBuilds/app_ios/null/third-party-podspecs/DoubleConversion.podspec
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/3.1.0/uri/generic.rb:1490:in `find_proxy'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/3.1.0/open-uri.rb:195:in `block in open_loop'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/3.1.0/open-uri.rb:212:in `block in open_loop'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/3.1.0/open-uri.rb:210:in `catch'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/3.1.0/open-uri.rb:210:in `open_loop'
[!] Oh no, an error occurred.
Search for existing GitHub issues similar to yours:
https://github.com/CocoaPods/CocoaPods/search?q=relative+URI%3A+%2FUsers%2Fpauliusguzas%2FDesktop%2Fcrt%2FplatformBuilds%2Fapp_ios%2Fnull%2Fthird-party-podspecs%2FDoubleConversion.podspec&type=Issues
If none exists, create a ticket, with the template displayed above, on:
https://github.com/CocoaPods/CocoaPods/issues/new
Be sure to first read the contributing guide for details on how to properly submit a ticket:

Command failed with exit code 1: pod update
Update all pods
Updating local specs repositories

CocoaPods 1.12.1 is available.
To update use: `sudo gem install cocoapods`

For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.12.1

Analyzing dependencies
Fetching podspec for `DoubleConversion` from `null/third-party-podspecs/DoubleConversion.podspec`

――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

### Command

```
/Users/pauliusguzas/.rvm/gems/ruby-3.1.1/bin/pod update
```

### Report

* What did you do?

* What did you expect to happen?

* What happened instead?


### Stack

```
   CocoaPods : 1.11.3
        Ruby : ruby 3.1.1p18 (2022-02-18 revision 53f5fc4236) [x86_64-darwin20]
    RubyGems : 3.3.7
        Host : macOS 13.2 (22D49)
       Xcode : 14.2 (14C18)
         Git : git version 2.37.1 (Apple Git-137.1)
Ruby lib dir : /Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib
Repositories : cocoapods - git - https://github.com/CocoaPods/Specs.git @ 3562657e243e5b5db71f27bcfb485159191d00a2

               trunk - CDN - https://cdn.cocoapods.org/
```

### Plugins

```
cocoapods-deintegrate : 1.0.5
cocoapods-plugins     : 1.0.0
cocoapods-search      : 1.0.1
cocoapods-trunk       : 1.6.0
cocoapods-try         : 1.2.0
```

### Podfile

```ruby
platform :ios, '12.0'
use_frameworks!


# ReNative: To allow dynamic plugins via flavours autolinking has to be disabled
# require_relative '../../node_modules/@react-native-community/cli-platform-ios/native_modules'

target 'RNVApp' do
  pod 'FBLazyVector', :path => "null/Libraries/FBLazyVector"
  pod 'FBReactNativeSpec', :path => "null/React/FBReactNativeSpec"
  pod 'RCTRequired', :path => "null/Libraries/RCTRequired"
  pod 'RCTTypeSafety', :path => "null/Libraries/TypeSafety"
  pod 'React', :path => 'null/'
  pod 'React-Core', :path => 'null/'
  pod 'React-CoreModules', :path => 'null/React/CoreModules'
  pod 'React-Core/DevSupport', :path => 'null/'
  pod 'React-RCTActionSheet', :path => 'null/Libraries/ActionSheetIOS'
  pod 'React-RCTAnimation', :path => 'null/Libraries/NativeAnimation'
  pod 'React-RCTBlob', :path => 'null/Libraries/Blob'
  pod 'React-RCTImage', :path => 'null/Libraries/Image'
  pod 'React-RCTLinking', :path => 'null/Libraries/LinkingIOS'
  pod 'React-RCTNetwork', :path => 'null/Libraries/Network'
  pod 'React-RCTSettings', :path => 'null/Libraries/Settings'
  pod 'React-RCTText', :path => 'null/Libraries/Text'
  pod 'React-RCTVibration', :path => 'null/Libraries/Vibration'
  pod 'React-Core/RCTWebSocket', :path => 'null/'

  pod 'React-cxxreact', :path => 'null/ReactCommon/cxxreact'
  pod 'React-jsi', :path => 'null/ReactCommon/jsi'
  pod 'React-jsiexecutor', :path => 'null/ReactCommon/jsiexecutor'
  pod 'React-jsinspector', :path => 'null/ReactCommon/jsinspector'
  pod 'React-callinvoker', :path => "null/ReactCommon/callinvoker"
  pod 'ReactCommon/turbomodule/core', :path => "null/ReactCommon"
  pod 'Yoga', :path => 'null/ReactCommon/yoga'

  pod 'DoubleConversion', :podspec => 'null/third-party-podspecs/DoubleConversion.podspec'
  pod 'glog', :podspec => 'null/third-party-podspecs/glog.podspec'
  pod 'boost', :podspec => 'null/third-party-podspecs/boost.podspec'
  pod 'RCT-Folly', :podspec => 'null/third-party-podspecs/RCT-Folly.podspec'

  pod 'React-perflogger', :path => 'null/ReactCommon/reactperflogger'
  pod 'React-logger', :path => 'null/ReactCommon/logger'
  pod 'React-runtimeexecutor', :path => 'null/ReactCommon/runtimeexecutor'



  # ReNative: To allow dynamic plugins via flavours autolinking has to be disabled
  # use_native_modules!('../..')
end

pre_install do |installer|
  # workaround for https://github.com/CocoaPods/CocoaPods/issues/3289
  Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
end

static_frameworks = []

pre_install do |installer|
  installer.pod_targets.each do |pod|
    if static_frameworks.include?(pod.name)
      def pod.static_framework?;
        true
      end
      def pod.build_type;
        Pod::BuildType.static_library
      end
    end
  end
end


post_install do |installer|

end
```

### Error

```
URI::BadURIError - relative URI: /Users/pauliusguzas/Desktop/crt/platformBuilds/app_ios/null/third-party-podspecs/DoubleConversion.podspec
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/3.1.0/uri/generic.rb:1490:in `find_proxy'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/3.1.0/open-uri.rb:195:in `block in open_loop'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/3.1.0/open-uri.rb:212:in `block in open_loop'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/3.1.0/open-uri.rb:210:in `catch'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/3.1.0/open-uri.rb:210:in `open_loop'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/3.1.0/open-uri.rb:151:in `open_uri'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/external_sources/podspec_source.rb:19:in `block in fetch'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/user_interface.rb:86:in `titled_section'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/external_sources/podspec_source.rb:11:in `fetch'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:993:in `fetch_external_source'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:972:in `block (2 levels) in fetch_external_sources'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:971:in `each'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:971:in `block in fetch_external_sources'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/user_interface.rb:64:in `section'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:970:in `fetch_external_sources'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:117:in `analyze'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:416:in `analyze'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:241:in `block in resolve_dependencies'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/user_interface.rb:64:in `section'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:240:in `resolve_dependencies'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:161:in `install!'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/command/update.rb:63:in `run'
/Users/pauliusguzas/.rvm/gems/ruby-3.1.1/gems/claide-1.1.0/lib/claide/command.rb:334:in `run'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/command.rb:52:in `run'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/bin/pod:55:in `<top (required)>'
/Users/pauliusguzas/.rvm/gems/ruby-3.1.1/bin/pod:25:in `load'
/Users/pauliusguzas/.rvm/gems/ruby-3.1.1/bin/pod:25:in `<main>'
/Users/pauliusguzas/.rvm/gems/ruby-3.1.1/bin/ruby_executable_hooks:22:in `eval'
/Users/pauliusguzas/.rvm/gems/ruby-3.1.1/bin/ruby_executable_hooks:22:in `<main>'
```

――― TEMPLATE END ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

[!] Oh no, an error occurred.

Search for existing GitHub issues similar to yours:
https://github.com/CocoaPods/CocoaPods/search?q=relative+URI%3A+%2FUsers%2Fpauliusguzas%2FDesktop%2Fcrt%2FplatformBuilds%2Fapp_ios%2Fnull%2Fthird-party-podspecs%2FDoubleConversion.podspec&type=Issues

If none exists, create a ticket, with the template displayed above, on:
https://github.com/CocoaPods/CocoaPods/issues/new

Be sure to first read the contributing guide for details on how to properly submit a ticket:
https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md

Don't forget to anonymize any private data!

Looking for related issues on cocoapods/cocoapods...
Found no similar issues. To create a new issue, please visit:
https://github.com/cocoapods/cocoapods/issues/new

Error: Command failed with exit code 1: pod update
Update all pods
Updating local specs repositories

CocoaPods 1.12.1 is available.
To update use: `sudo gem install cocoapods`

For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.12.1

Analyzing dependencies
Fetching podspec for `DoubleConversion` from `null/third-party-podspecs/DoubleConversion.podspec`

――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

### Command

```
/Users/pauliusguzas/.rvm/gems/ruby-3.1.1/bin/pod update
```

### Report

* What did you do?

* What did you expect to happen?

* What happened instead?


### Stack

```
   CocoaPods : 1.11.3
        Ruby : ruby 3.1.1p18 (2022-02-18 revision 53f5fc4236) [x86_64-darwin20]
    RubyGems : 3.3.7
        Host : macOS 13.2 (22D49)
       Xcode : 14.2 (14C18)
         Git : git version 2.37.1 (Apple Git-137.1)
Ruby lib dir : /Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib
Repositories : cocoapods - git - https://github.com/CocoaPods/Specs.git @ 3562657e243e5b5db71f27bcfb485159191d00a2

               trunk - CDN - https://cdn.cocoapods.org/
```

### Plugins

```
cocoapods-deintegrate : 1.0.5
cocoapods-plugins     : 1.0.0
cocoapods-search      : 1.0.1
cocoapods-trunk       : 1.6.0
cocoapods-try         : 1.2.0
```

### Podfile

```ruby
platform :ios, '12.0'
use_frameworks!


# ReNative: To allow dynamic plugins via flavours autolinking has to be disabled
# require_relative '../../node_modules/@react-native-community/cli-platform-ios/native_modules'

target 'RNVApp' do
  pod 'FBLazyVector', :path => "null/Libraries/FBLazyVector"
  pod 'FBReactNativeSpec', :path => "null/React/FBReactNativeSpec"
  pod 'RCTRequired', :path => "null/Libraries/RCTRequired"
  pod 'RCTTypeSafety', :path => "null/Libraries/TypeSafety"
  pod 'React', :path => 'null/'
  pod 'React-Core', :path => 'null/'
  pod 'React-CoreModules', :path => 'null/React/CoreModules'
  pod 'React-Core/DevSupport', :path => 'null/'
  pod 'React-RCTActionSheet', :path => 'null/Libraries/ActionSheetIOS'
  pod 'React-RCTAnimation', :path => 'null/Libraries/NativeAnimation'
  pod 'React-RCTBlob', :path => 'null/Libraries/Blob'
  pod 'React-RCTImage', :path => 'null/Libraries/Image'
  pod 'React-RCTLinking', :path => 'null/Libraries/LinkingIOS'
  pod 'React-RCTNetwork', :path => 'null/Libraries/Network'
  pod 'React-RCTSettings', :path => 'null/Libraries/Settings'
  pod 'React-RCTText', :path => 'null/Libraries/Text'
  pod 'React-RCTVibration', :path => 'null/Libraries/Vibration'
  pod 'React-Core/RCTWebSocket', :path => 'null/'

  pod 'React-cxxreact', :path => 'null/ReactCommon/cxxreact'
  pod 'React-jsi', :path => 'null/ReactCommon/jsi'
  pod 'React-jsiexecutor', :path => 'null/ReactCommon/jsiexecutor'
  pod 'React-jsinspector', :path => 'null/ReactCommon/jsinspector'
  pod 'React-callinvoker', :path => "null/ReactCommon/callinvoker"
  pod 'ReactCommon/turbomodule/core', :path => "null/ReactCommon"
  pod 'Yoga', :path => 'null/ReactCommon/yoga'

  pod 'DoubleConversion', :podspec => 'null/third-party-podspecs/DoubleConversion.podspec'
  pod 'glog', :podspec => 'null/third-party-podspecs/glog.podspec'
  pod 'boost', :podspec => 'null/third-party-podspecs/boost.podspec'
  pod 'RCT-Folly', :podspec => 'null/third-party-podspecs/RCT-Folly.podspec'

  pod 'React-perflogger', :path => 'null/ReactCommon/reactperflogger'
  pod 'React-logger', :path => 'null/ReactCommon/logger'
  pod 'React-runtimeexecutor', :path => 'null/ReactCommon/runtimeexecutor'



  # ReNative: To allow dynamic plugins via flavours autolinking has to be disabled
  # use_native_modules!('../..')
end

pre_install do |installer|
  # workaround for https://github.com/CocoaPods/CocoaPods/issues/3289
  Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
end

static_frameworks = []

pre_install do |installer|
  installer.pod_targets.each do |pod|
    if static_frameworks.include?(pod.name)
      def pod.static_framework?;
        true
      end
      def pod.build_type;
        Pod::BuildType.static_library
      end
    end
  end
end


post_install do |installer|

end
```

### Error

```
URI::BadURIError - relative URI: /Users/pauliusguzas/Desktop/crt/platformBuilds/app_ios/null/third-party-podspecs/DoubleConversion.podspec
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/3.1.0/uri/generic.rb:1490:in `find_proxy'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/3.1.0/open-uri.rb:195:in `block in open_loop'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/3.1.0/open-uri.rb:212:in `block in open_loop'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/3.1.0/open-uri.rb:210:in `catch'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/3.1.0/open-uri.rb:210:in `open_loop'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/3.1.0/open-uri.rb:151:in `open_uri'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/external_sources/podspec_source.rb:19:in `block in fetch'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/user_interface.rb:86:in `titled_section'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/external_sources/podspec_source.rb:11:in `fetch'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:993:in `fetch_external_source'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:972:in `block (2 levels) in fetch_external_sources'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:971:in `each'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:971:in `block in fetch_external_sources'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/user_interface.rb:64:in `section'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:970:in `fetch_external_sources'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:117:in `analyze'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:416:in `analyze'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:241:in `block in resolve_dependencies'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/user_interface.rb:64:in `section'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:240:in `resolve_dependencies'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:161:in `install!'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/command/update.rb:63:in `run'
/Users/pauliusguzas/.rvm/gems/ruby-3.1.1/gems/claide-1.1.0/lib/claide/command.rb:334:in `run'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/lib/cocoapods/command.rb:52:in `run'
/Users/pauliusguzas/.rvm/rubies/ruby-3.1.1/lib/ruby/gems/3.1.0/gems/cocoapods-1.11.3/bin/pod:55:in `<top (required)>'
/Users/pauliusguzas/.rvm/gems/ruby-3.1.1/bin/pod:25:in `load'
/Users/pauliusguzas/.rvm/gems/ruby-3.1.1/bin/pod:25:in `<main>'
/Users/pauliusguzas/.rvm/gems/ruby-3.1.1/bin/ruby_executable_hooks:22:in `eval'
/Users/pauliusguzas/.rvm/gems/ruby-3.1.1/bin/ruby_executable_hooks:22:in `<main>'
```

――― TEMPLATE END ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

[!] Oh no, an error occurred.

Search for existing GitHub issues similar to yours:
https://github.com/CocoaPods/CocoaPods/search?q=relative+URI%3A+%2FUsers%2Fpauliusguzas%2FDesktop%2Fcrt%2FplatformBuilds%2Fapp_ios%2Fnull%2Fthird-party-podspecs%2FDoubleConversion.podspec&type=Issues

If none exists, create a ticket, with the template displayed above, on:
https://github.com/CocoaPods/CocoaPods/issues/new

Be sure to first read the contributing guide for details on how to properly submit a ticket:
https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md

Don't forget to anonymize any private data!

Looking for related issues on cocoapods/cocoapods...
Found no similar issues. To create a new issue, please visit:
https://github.com/cocoapods/cocoapods/issues/new
    at makeError (/Users/pauliusguzas/Desktop/crt/node_modules/execa/lib/error.js:60:11)
    at handlePromise (/Users/pauliusguzas/Desktop/crt/node_modules/execa/index.js:118:26)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)


│                                                                              │
│  Project location:                                                           │
│  ./platformBuilds/app_ios/RNVApp.xcworkspace                                 │
└──────────────────────────────────────────────────────────────────────────────┘
pauliusguzas@Pauliuss-MBP crt %

[tvOS, ATV, fireTV] [Regression] Carousels screen focus issues on flexn/template

rnv version: 0.36.1-canary.2
flexn template version: 0.16.0

  • After swiping all the way to the end of the row focus jumps to next row
  1. Open Carousels screen
  2. Focus on top left corner asset
  3. Hold right, row scrolls to the right -> after reaching last asset in row focus jumps to next row

Expected: nothing should happen after reaching the end of the row

[Regression] Can't run Flexn template

Describe the bug

Rnv does not install apps: android, ios, macos,web, tvos, androidtv,firetv on macos.

To Reproduce

1.Create new project with rnv new and choose @flexn/template
2.Do rnv run with provided app above

Expected behavior
All apps launches.

Screenshots or copy&paste

────────────────────────────────────────────────────────────────────────────┐
│  🚀  SUMMARY | 3/22/2023, 5:08:59 PM                                         │
│  $ rnv run -p web                                                            │
├──────────────────────────────────────────────────────────────────────────────┤
│  ReNative Version: 0.37.0-canary.5                                           │
│  Project Name ($package.name): undefined                                     │
│  Project Version ($package.version): undefined                               │
│  Workspace ($.workspaceID): rnv                                              │
│  Platform (-p): web                                                          │
│  Engine ($.platforms.web.engine): engine-rn-next                             │
│  Build Scheme (-s): debug                                                    │
│  Env Info: darwin | x64 | node v16.15.1                                      │
│  Executed Time: 0h:0m:1s:296ms                                               │
│                                                                              │
│ [ error ] [project configure] The "path" argument must be of type string. Received undefined
TypeError: The "path" argument must be of type string. Received undefined
    at new NodeError (node:internal/errors:372:5)
    at validateString (node:internal/validators:120:11)
    at Object.join (node:path:1172:7)
    at /Users/flexn/.config/yarn/global/node_modules/rnv/src/core/systemManager/crypto.js:51:33
    at step (/Users/flexn/.config/yarn/global/node_modules/rnv/node_modules/tslib/tslib.js:143:27)
    at Object.next (/Users/flexn/.config/yarn/global/node_modules/rnv/node_modules/tslib/tslib.js:124:57)
    at /Users/flexn/.config/yarn/global/node_modules/rnv/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
    at __awaiter (/Users/flexn/.config/yarn/global/node_modules/rnv/node_modules/tslib/tslib.js:113:16)
    at checkCrypto (/Users/flexn/.config/yarn/global/node_modules/rnv/src/core/systemManager/crypto.js:39:60)

Desktop (please complete the following information):

OS: macOS Montery 12.6.3
Node Version: v16.15.1
RNV Version: 0.37.0-canary.5
@flexn/template Version 0.20.0-alpha.13

[tvOS, ATV, fireTV] [Regression] Home screen focus issues on flexn/template

rnv version: 0.36.1-canary.2
flexn template version: 0.16.0

  • After clicking right when focused on "Try Me!" screen scrolls down
  1. Be focused on "Try Me!"
  2. Click right -> screen scrolls down

Expected: nothing should happen

  • After clicking down when focused on "Now Try Me!" focus is on twitter icon
  1. Be focused on "Now Try Me!"
  2. Click down -> focus is on twitter icon

Expected: focus should be on chrome icon

[android] [ios] [macOS] [web] Carousels UI issue on @flexn/create-template-starter

rnv version: 0.37.0-rc.10
flexn/create-template-starter version: 0.21.3-rc.4

Describe the bug
Carousels are poorly styled on android, iOS, macOS, and web

To Reproduce
Steps to reproduce the behavior:

  1. Open carousels page -> observe

Screenshots or copy&paste
on android:
carousels

on macOS:
macos

on web:
web

Desktop (please complete the following information):

  • OS: macOS Monterey 12.6
  • Node Version: 16.14.2
  • RNV Version: 0.37.0-rc.10

Error building production version

Hi, I'm getting the following errors when trying to build a Production or Canary version for android TV. The Debug version is being build fine

`│ [ error ] [run] COMMAND:

gradlew.bat assembleRelease -x bundleReleaseJsAndAssets

FAILED with ERROR:

1: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':react-native-reanimated:verifyReleaseResources'.

A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
Android resource linking failed
ERROR:C:\Users\saimirgora.gradle\caches\transforms-3\a67a1412ab926e2cbf316ee1c973ebf8\transformed\core-1.7.0\res\values\values.xml:105:5-114:25: AAPT: error: resource android:attr/lSta
r not found.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    ==============================================================================
    2: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':flexn-io-sdk:verifyReleaseResources'.

A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
Android resource linking failed
ERROR:C:\Users\saimirgora.gradle\caches\transforms-3\a67a1412ab926e2cbf316ee1c973ebf8\transformed\core-1.7.0\res\values\values.xml:105:5-114:25: AAPT: error: resource android:attr/lSta
r not found.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    ==============================================================================
    3: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':react-native-safe-area-context:verifyReleaseResources'.

A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
Android resource linking failed
ERROR:C:\Users\saimirgora.gradle\caches\transforms-3\a67a1412ab926e2cbf316ee1c973ebf8\transformed\core-1.7.0\res\values\values.xml:105:5-114:25: AAPT: error: resource android:attr/lSta
r not found.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    ==============================================================================

Command failed with exit code 1: gradlew.bat assembleRelease -x bundleReleaseJsAndAssets
Note: C:\node-projects\flexnje\node_modules@flexn\sdk\android\src\main\java\io\flexn\sdk\TvRemoteHandlerModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\node-projects\flexnje\node_modules\react-native-reanimated\android\src\main\java\com\swmansion\reanimated\NodesManager.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
w: Runtime JAR files in the classpath should have the same version. These files were found in the classpath:
C:/Users/saimirgora/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.4.10/998caa30623f73223194a8b657abd2baec4880ea/kotlin-stdlib-jdk8-1.4.10.jar (version
1.4)
C:/Users/saimirgora/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.4.10/30e46450b0bb3dbf43898d2f461be4a942784780/kotlin-stdlib-jdk7-1.4.10.jar (version
1.4)
C:/Users/saimirgora/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.4.20/9be77b243a362b745e365f286627b8724337009c/kotlin-stdlib-1.4.20.jar (version 1.4)
C:/Users/saimirgora/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.4.20/c6761d7805b5312302f2bbd78cda68c976ce0c70/kotlin-stdlib-common-1.4.20.jar (vers
ion 1.4)
C:/Users/saimirgora/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.6.10/e80fe6ac3c3573a80305f5ec43f86b829e8ab53d/kotlin-stdlib-jdk8-1.6.10.jar (version
1.6)
C:/Users/saimirgora/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.6.10/c118700e3a33c8a0d9adc920e9dec0831171925/kotlin-stdlib-common-1.6.10.jar (versi
on 1.6)
C:/Users/saimirgora/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.6.10/e1c380673654a089c4f0c9f83d0ddfdc1efdb498/kotlin-stdlib-jdk7-1.6.10.jar (version
1.6)
C:/Users/saimirgora/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.6.10/b8af3fe6f1ca88526914929add63cf5e7c5049af/kotlin-stdlib-1.6.10.jar (version 1.6)
C:/Users/saimirgora/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.4.10/ea29e063d2bbe695be13e9d044dcfb0c7add398e/kotlin-stdlib-1.4.10.jar (version 1.4)
C:/Users/saimirgora/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.4.10/6229be3465805c99db1142ad75e6c6ddeac0b04c/kotlin-stdlib-common-1.4.10.jar (vers
ion 1.4)
w: Some runtime JAR files in the classpath have an incompatible version. Consider removing them from the classpath
e: C:/Users/saimirgora/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.6.10/e80fe6ac3c3573a80305f5ec43f86b829e8ab53d/kotlin-stdlib-jdk8-1.6.10.jar!/META-INF/
kotlin-stdlib-jdk8.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.4.0.
e: C:/Users/saimirgora/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.6.10/c118700e3a33c8a0d9adc920e9dec0831171925/kotlin-stdlib-common-1.6.10.jar!/META-I
NF/kotlin-stdlib-common.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.4.0.
e: C:/Users/saimirgora/.gradle/caches/transforms-3/c60cfcebd52fc4fdec006b2df9f27493/transformed/jetified-react-native-0.71.0-rc.0-release/jars/classes.jar!/META-INF/ReactAndroid_release.
kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.4.0.
e: C:/Users/saimirgora/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.6.10/e1c380673654a089c4f0c9f83d0ddfdc1efdb498/kotlin-stdlib-jdk7-1.6.10.jar!/META-INF/
kotlin-stdlib-jdk7.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.4.0.
e: C:/Users/saimirgora/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.6.10/b8af3fe6f1ca88526914929add63cf5e7c5049af/kotlin-stdlib-1.6.10.jar!/META-INF/kotlin-std
lib.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.4.0.

FAILURE: Build completed with 3 failures.

1: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':react-native-reanimated:verifyReleaseResources'.

A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
Android resource linking failed
ERROR:C:\Users\saimirgora.gradle\caches\transforms-3\a67a1412ab926e2cbf316ee1c973ebf8\transformed\core-1.7.0\res\values\values.xml:105:5-114:25: AAPT: error: resource android:attr/
lStar not found.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    ==============================================================================

2: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':flexn-io-sdk:verifyReleaseResources'.

A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
Android resource linking failed
ERROR:C:\Users\saimirgora.gradle\caches\transforms-3\a67a1412ab926e2cbf316ee1c973ebf8\transformed\core-1.7.0\res\values\values.xml:105:5-114:25: AAPT: error: resource android:attr/
lStar not found.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    ==============================================================================

3: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':react-native-safe-area-context:verifyReleaseResources'.

A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
Android resource linking failed
ERROR:C:\Users\saimirgora.gradle\caches\transforms-3\a67a1412ab926e2cbf316ee1c973ebf8\transformed\core-1.7.0\res\values\values.xml:105:5-114:25: AAPT: error: resource android:attr/
lStar not found.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    ==============================================================================

  • Get more help at https://help.gradle.org

BUILD FAILED in 2m 2s
Configuration on demand is an incubating feature.

Configure project :app
WARNING:: The option 'android.useDeprecatedNdk' is deprecated.
The current default is 'false'.
It has been removed from the current version of the Android Gradle plugin.
NdkCompile is no longer supported
Warning: The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View B
inding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.

Configure project :react-native-reanimated
WARNING:: The specified Android SDK Build Tools version (28.0.0) is ignored, as it is below the minimum supported version (30.0.2) for Android Gradle Plugin 4.2.2.
Android SDK Build Tools 30.0.2 will be used.
To suppress this warning, remove "buildToolsVersion '28.0.0'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.`

[tvOS, ATV, fireTV] [Regression] Modal screen focus issues on flexn/template

rnv version: 0.36.1-canary.2
flexn template version: 0.16.0

  • After clicking down when focused on "X" focus is lost
  1. Open My Modal
  2. Click down -> focus is lost

Expected: nothing should happen

  • After clicking left when focused on "X" focus is lost
  1. Open My Modal
  2. Click left -> focus is lost

Expected: nothing should happen

Storybook integration Issue

Hello Guys, and thank you for the amazing contribution and support.
I have been trying to add a storybook to the project, insisting not to eject the platforms with no luck.
Do you have any advice on how to make it possible easily?

flexn/template e2e tests fail on tvOS

garybox and flexn/template versions: 0.17.0-alpha.10

For whatever reason await FlexnRunner.expectToBeDisplayedById('template-carousels-screen-container'); returns not displayed whereas in the second test on the same screen it returns displayed
Screenshot 2022-10-07 at 13 06 47

[macos] [Regression] Can't run @flexn/template

rnv version: 0.37.0-canary.4
flexn template version: 0.18.0-alpha.10

How to repro:

  1. Create new project using rnv new and select @flexn/template
  2. Do rnv run -p macos (make sure you have provided teamID)
┌──────────────────────────────────────────────────────────────────────────────┐
│  🚀  SUMMARY | 2/28/2023, 3:48:59 PM                                         │
│  $ rnv run -p macos                                                          │
├──────────────────────────────────────────────────────────────────────────────┤
│  ReNative Version: 0.37.0-canary.4                                           │
│  Project Name ($package.name): gabriele                                      │
│  Project Version ($package.version): 0.1.0                                   │
│  Workspace ($.workspaceID): rnv                                              │
│  Platform (-p): macos                                                        │
│  Engine ($.platforms.macos.engine): engine-rn                                │
│  Template: @flexn/[email protected]                                   │
│  App Config (-c): app                                                        │
│  Build Scheme (-s): debug                                                    │
│  Supported Platforms: macos                                                  │
│  Env Info: darwin | x64 | node v16.14.2                                      │
│  Executed Time: 0h:0m:42s:585ms                                              │
│                                                                              │
│ [ warn ] [project configure] This project uses encrypted files but you don't have them installed
│ [ error ] [run] COMMAND:

open platformBuilds/app_macos/build/RNVApp/Build/Products/Debug-maccatalyst/RNVApp.app

FAILED with ERROR:

The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10827 "kLSNoExecutableErr: The executable is missing" UserInfo={_LSLine=4101, _LSFunction=_LSOpenStuffCallLocal}

Command failed with exit code 1: open platformBuilds/app_macos/build/RNVApp/Build/Products/Debug-maccatalyst/RNVApp.app
The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10827 "kLSNoExecutableErr: The executable is missing" UserInfo={_LSLine=4101, _LSFunction=_LSOpenStuffCallLocal}

The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10827 "kLSNoExecutableErr: The executable is missing" UserInfo={_LSLine=4101, _LSFunction=_LSOpenStuffCallLocal}

Error: Command failed with exit code 1: open platformBuilds/app_macos/build/RNVApp/Build/Products/Debug-maccatalyst/RNVApp.app
The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10827 "kLSNoExecutableErr: The executable is missing" UserInfo={_LSLine=4101, _LSFunction=_LSOpenStuffCallLocal}
    at makeError (/Users/pauliusguzas/Desktop/gabriele/node_modules/rnv/node_modules/execa/lib/error.js:60:11)
    at handlePromise (/Users/pauliusguzas/Desktop/gabriele/node_modules/rnv/node_modules/execa/index.js:118:26)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)


│                                                                              │
│  Project location:                                                           │
│  ./platformBuilds/app_macos/RNVApp.xcworkspace

how do you reference a flashlist ?

Hi, how do you reference a flashlist ?
We have navigation bar with tags/filters which effect a flashlist, and we want the flashlist to scroll to index 0 every time the tag/filter changes.

Wrong details page opens on @flexn/create-template-starter

rnv version: 0.37.0-rc.10
flexn/create-template-starter version: 0.21.3-rc.4

Describe the bug
Wrong details page opens, e.g., you click on "Tinkerbell Sugar Bob" and "Loki Smokey Jasmine" details opens

To Reproduce
Steps to reproduce the behavior:

  1. Open Carousels page
  2. Click on first asset, e.g., "Tinkerbell Sugar Bob" -> "Loki Smokey Jasmine" details page opens

Screenshots or copy&paste

details_tvos1.mov

Desktop (please complete the following information):

  • OS: macOS Monterey 12.6
  • Node Version: 16.14.2
  • RNV Version: 0.37.0-rc.10

Make create and focus manager react-native compatible

Allow any developer to run create component and focus manager without using renative. Goal is to have:
supported devices: atv, fire tv, tvos, tizen, lg, any other web tv
supported frameworks: react native, rnv

TypeError when starting default template on the web platform (-p web)

I'm investigating this project and I'm loving it so far. Really interested in the focusManager solution you've build.

Right now I'm trying to run the default example created with rnv new --projectTemplate @flexn/template on the web platform with rnv run -p web.

Out of the box it fails on my machine with:

TypeError: (0 , helpers_1.Ratio) is not a function at eval (webpack-internal:///./node_modules/@flexn/sdk/lib/focusManager/constants.js:36:52) at Object../node_modules/@flexn/sdk/lib/focusManager/constants.js (/Users/hlz/Code/apps/flexn/test3/platformBuilds/app_web/.next/server/pages/_app.js:5443:1)

Please let me know if I need to provide more information.

[Regression] [macOS] White bar remains on the top of page when dark theme is set on @flexn/create-template-starter

rnv version: 0.37.0-rc.10
flexn/create-template-starter version: 0.21.3-rc.4

Describe the bug
White bar remains on the top of page when dark theme is set

To Reproduce
Steps to reproduce the behavior:

  1. Open home page
  2. Click "Try Me!" button -> observe
  3. Click "Carousels" button -> observe
  4. Click "My Modal" button -> observe

Screenshots or copy&paste
dark_theme

Desktop (please complete the following information):

  • OS: macOS Monterey 12.6
  • Node Version: 16.14.2
  • RNV Version: 0.37.0-rc.10

[Regression] [androidTV] Focus is lost when coming back from details page to carousels page on @flexn/create-template-starter

rnv version: 0.37.0-rc.10
flexn/create-template-starter version: 0.21.3-rc.4

Describe the bug
Focus is on first asset in first row even not this asset was clicked before, when coming back from details page to carousels page

To Reproduce
Steps to reproduce the behavior:

  1. Open Carousels page
  2. Click any asset, but not first asset in first row (e.g., like on video below - second asset in first row)
  3. When details page opens, click "Go back" button -> Focus is on first asset in first row

Screenshots or copy&paste

focus_atv.mov

Expected: Focus is on previously focused asset

Desktop (please complete the following information):

  • OS: macOS Monterey 12.6
  • Node Version: 16.14.2
  • RNV Version: 0.37.0-rc.10

[web] [Regression] Web does not run in new rnv project using flexn/template

rnv version: 0.36.1-canary.2
flexn template version: 0.16.0

How to repro:

  1. Create new project using rnv new and select @flexn/template
  2. Do rnv run -p web
✔ Executing: npx next dev --port 8080

ready - started server on 0.0.0.0:8080, url: http://localhost:8080
Found custom dir:/Users/pauliusguzas/Desktop/flexnTemplate/src/pages
info  - Disabled SWC as replacement for Babel because of custom Babel configuration "babel.config.js" https://nextjs.org/docs/messages/swc-disabled
info  - automatically enabled Fast Refresh for 1 custom loader
wait  - compiling...
error - ./node_modules/react-native-media-query/utils/create-declaration-block.js:1:0
Module not found: Can't resolve 'react-native-web/dist/exports/StyleSheet/createReactDOMStyle'

Import trace for requested module:
./node_modules/react-native-media-query/create-stylesheet/index.web.js
./node_modules/react-native-media-query/index.web.js
./src/config.tsx
./src/pages/_app.tsx

https://nextjs.org/docs/messages/module-not-found
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - Using external babel configuration from /Users/pauliusguzas/Desktop/flexnTemplate/babel.config.js
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
wait  - compiling /_error (client and server)...
wait  - compiling...
info  - automatically enabled Fast Refresh for 1 custom loader

[tvOS] [AndroidTV] Item titles are not visible on carousels page when dark theme is set on @flexn/create-template-starter

rnv version: 0.37.0-rc.10
flexn/create-template-starter version: 0.21.3-rc.4

Describe the bug
Item titles are not visible on carousels page when dark theme is set

To Reproduce
Steps to reproduce the behavior:

  1. Click "Try Me!" button on Home page
  2. Open Carousels page -> observe

Screenshots or copy&paste
dark_theme_tvos

Desktop (please complete the following information):

  • OS: macOS Monterey 12.6
  • Node Version: 16.14.2
  • RNV Version: 0.37.0-rc.10

Error when creating new project with latest version of @flexn/create

I'm trying to create a project using the latest version of @flexn/create and i'm getting the following errors:

ReNative Version: 0.36.1 │
│ Project Name ($package.name): appcreate │
│ Project Version ($package.version): 0.1.0 │
│ Workspace ($.workspaceID): rnv │
│ Build Scheme (-s): debug │
│ Env Info: darwin | x64 | node v16.16.0 │
│ Executed Time: 0h:0m:34s:940ms │
│ │
│ [ error ] Cannot find module 'metro-cache'
Require stack:

/Users/demouser/Desktop/appcreate/node_modules/@rnv/engine-rn-tvos/dist/adapter.js
/Users/demouser/Desktop/appcreate/node_modules/@rnv/engine-rn-tvos/dist/index.js
/usr/local/lib/node_modules/rnv/dist/core/engineManager/index.js
/usr/local/lib/node_modules/rnv/dist/core/runtimeManager/index.js
/usr/local/lib/node_modules/rnv/dist/cli/index.js
/usr/local/lib/node_modules/rnv/dist/index.js
/usr/local/lib/node_modules/rnv/bin/index.js
Error: Cannot find module 'metro-cache'
Require stack:
/Users/demouser/Desktop/appcreate/node_modules/@rnv/engine-rn-tvos/dist/adapter.js
/Users/demouser/Desktop/appcreate/node_modules/@rnv/engine-rn-tvos/dist/index.js
/usr/local/lib/node_modules/rnv/dist/core/engineManager/index.js
/usr/local/lib/node_modules/rnv/dist/core/runtimeManager/index.js
/usr/local/lib/node_modules/rnv/dist/cli/index.js
/usr/local/lib/node_modules/rnv/dist/index.js
/usr/local/lib/node_modules/rnv/bin/index.js
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (/Users/demouser/Desktop/appcreate/node_modules/@rnv/engine-rn-tvos/src/adapter.js:5:19)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)

[iOS, tvOS, macOS, Android, AndroidTV] Error running Harness: TypeError: Super expression must either be null or a function

0.17.0-alpha.10 (current main)

How to repro:
Do npx rnv run -p <platform> -> error

┌──────────────────────────────────────────────────────────────────────────────┐
│  🚀  BUNDLER STARTED | 9/20/2022, 4:47:49 PM                                 │
│  $ rnv run -p macos                                                          │
├──────────────────────────────────────────────────────────────────────────────┤
│  ReNative Version: 0.36.0-canary.13                                          │
│  Project Name ($package.name): app-harness                                   │
│  Project Version ($package.version): 0.17.0-alpha.10                         │
│  Workspace ($.workspaceID): flexn                                            │
│  Platform (-p): macos                                                        │
│  Engine ($.platforms.macos.engine): engine-rn                                │
│  Template: @flexn/[email protected]                                   │
│  App Config (-c): harness                                                    │
│  Build Scheme (-s): debug                                                    │
│  Supported Platforms: macos                                                  │
│  Env Info: darwin | x64 | node v16.14.2                                      │
│  Executed Time: 0h:3m:3s:362ms                                               │
│                                                                              │
│ [ success ] [run] Your Build is located in ./platformBuilds/harness_macos/build/RNVApp .
│                                                                              │
│  Project location:                                                           │
│  ./platformBuilds/harness_macos/RNVApp.xcworkspace                           │
└──────────────────────────────────────────────────────────────────────────────┘
 BUNDLE  ./index.js

 WARN  console.disableYellowBox has been deprecated and will be removed in a future release. Please use LogBox.ignoreAllLogs(value) instead.
 ERROR  TypeError: Super expression must either be null or a function
 ERROR  Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect.
      This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.
 ERROR  Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect.
      This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.

Expected:
Apps run

FocusManager: How to handle screen height change

Hello,

We are playing around with your (promising) SDK for ReactNative. 

But we are stuck at a certain point. We have a Screen, when focusing on the Tile, a View will be hidden and the tiles will go up. But by removing this, it doesn't recalculate the focus locations.

Do you have any ideas on how we can best approach this?

Simulator.Screen.Recording.-.Apple.TV.-.2022-10-18.at.15.53.27.1.mp4

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

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/[email protected]
  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):

  • OS: macOS Monterey 12.6
  • Node Version: 16.14.2
  • RNV Version: 0.37.1

[web] Error running Harness: Module not found: Can't resolve '../../../../../hooks/navigation'

0.17.0-alpha.10 (current main)

How to repro:
Do npx rnv run -p web -> error

┌──────────────────────────────────────────────────────────────────────────────┐
│  🚀  BUNDLER STARTED | 9/20/2022, 4:53:52 PM                                 │
│  $ rnv run -p web                                                            │
├──────────────────────────────────────────────────────────────────────────────┤
│  ReNative Version: 0.36.0-canary.13                                          │
│  Project Name ($package.name): app-harness                                   │
│  Project Version ($package.version): 0.17.0-alpha.10                         │
│  Workspace ($.workspaceID): flexn                                            │
│  Platform (-p): web                                                          │
│  Engine ($.platforms.web.engine): engine-rn-next                             │
│  Template: @flexn/[email protected]                                   │
│  App Config (-c): harness                                                    │
│  Build Scheme (-s): debug                                                    │
│  Supported Platforms: web                                                    │
│  Env Info: darwin | x64 | node v16.14.2                                      │
│  Executed Time: 0h:0m:1s:716ms                                               │
│                                                                              │
│  All good as 🦄                                                              │
│                                                                              │
│  Project location:                                                           │
│  ./platformBuilds/harness_web                                                │
└──────────────────────────────────────────────────────────────────────────────┘
[ task ] [run] runWebDevServer[1]


Dev server running at: http://0.0.0.0:8080


[ task ] [run] parsePlugins[2]
[ task ] [run] parsePlugins[3]
✔ Executing: npx next dev --port 8080

ready - started server on 0.0.0.0:8080, url: http://localhost:8080
The static directory has been deprecated in favor of the public directory. https://nextjs.org/docs/messages/static-dir-deprecated
Found custom dir:/Users/pauliusguzas/Desktop/flexn/flexn/packages/harness/src/pages
info  - Disabled SWC as replacement for Babel because of custom Babel configuration "babel.config.js" https://nextjs.org/docs/messages/swc-disabled
info  - automatically enabled Fast Refresh for 1 custom loader
event - compiled client and server successfully in 3.3s (1126 modules)
Browserslist: caniuse-lite is outdated. Please run:
  npx browserslist@latest --update-db
  Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
wait  - compiling / (client and server)...
error - ./src/screens/TestCases/Performance/Rows/index.js:4:0
Module not found: Can't resolve '../../../../../hooks/navigation'
  2 | import React from 'react';
  3 | import { isPlatformWeb } from '@rnv/renative';
> 4 | import { useNavigate } from "../../../../../hooks/navigation";
  5 | import { Button } from "../../../../components/Button";
  6 | import Screen from "../../../../components/Screen";
  7 | import { themeStyles } from "../../../../config";

Import trace for requested module:
./src/screens/TestCases/Performance/index.js
./src/screens/TestCases/index.web.ts
./src/screens/Home/index.web.js
./src/pages/index.tsx

https://nextjs.org/docs/messages/module-not-found
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
info  - automatically enabled Fast Refresh for 1 custom loader
wait  - compiling /_error (client and server)...
event - compiled client and server successfully in 23.3s (1127 modules)
error - src/components/menu.js (23:13) @ eval
TypeError: Cannot read properties of undefined (reading 'create')
  21 | };
  22 |
> 23 | var styles = StyleSheet.create({
     |             ^
  24 |   container: {
  25 |     paddingTop: getScaledValue(hasHorizontalMenu ? 20 : 40),
  26 |     paddingLeft: getScaledValue(hasHorizontalMenu ? 40 : 40),

Expected:
App runs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.