react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

Error in the certification process due to the lack of types in the libraries

Open Victor0814gui opened this issue 10 months ago • 6 comments

Problem Description

This is the second application I try to publish, but the types are not found by the APP Certification Kit. What is the way to work around this?

image

Steps To Reproduce

1.Create an application with third-party libraries and submit it to the Microsoft Store.

Expected Results

Successfully published in the store.

CLI version

11.3.6

Environment

info Fetching system and libraries information...
System:
  OS: Windows 10 10.0.19045
  CPU: (4) x64 Intel(R) Core(TM) i5 CPU         650  @ 3.20GHz
  Memory: 1.23 GB / 7.93 GB
Binaries:
  Node:
    version: 18.17.0
    path: C:\Program Files\nodejs\node.EXE
  Yarn:
    version: 1.22.19
    path: C:\Program Files\nodejs\yarn.CMD
  npm:
    version: 9.6.7
    path: C:\Program Files\nodejs\npm.CMD
  Watchman: Not Found
SDKs:
  Android SDK:
    API Levels:
      - "28"
      - "29"
      - "30"
      - "31"
      - "32"
      - "33"
    Build Tools:
      - 29.0.2
      - 30.0.3
      - 31.0.0
      - 33.0.0
    System Images:
      - android-26 | Google Play Intel x86 Atom
      - android-28 | Wear OS Intel x86 Atom
      - android-28 | Google APIs Intel x86 Atom_64
      - android-31 | Intel x86 Atom_64
      - android-31 | Google TV Intel x86 Atom
      - android-31 | Google APIs Intel x86 Atom_64
      - android-31 | Google Play Intel x86 Atom_64
    Android NDK: Not Found
  Windows SDK:
    AllowDevelopmentWithoutDevLicense: Enabled
    AllowAllTrustedApps: Enabled
    Versions:
      - 10.0.18362.0
      - 10.0.19041.0
      - 10.0.22000.0
      - 10.0.22621.0
IDEs:
  Android Studio: AI-221.6008.13.2211.9619390
  Visual Studio:
    - 17.7.34009.444 (Visual Studio Community 2022)
Languages:
  Java:
    version: 11.0.15
    path: C:\Program Files\OpenJDK\openjdk-11.0.15_10\bin\javac.EXE
  Ruby: Not Found
npmPackages:
  "@react-native-community/cli": Not Found
  react:
    installed: 18.1.0
    wanted: 18.1.0
  react-native:
    installed: 0.72.4
    wanted: ^0.72.3
  react-native-windows:
    installed: 0.72.8
    wanted: 0.72.8
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: false
  newArchEnabled: false
iOS:
  hermesEnabled: Not found
  newArchEnabled: Not found

Target Platform Version

10.0.19041

Target Device(s)

Desktop

Visual Studio Version

Visual Studio 2022

Build Configuration

ReleaseBundle

Snack, code example, screenshot, or link to a repository

No response

### Tasks

Victor0814gui avatar Sep 13 '23 22:09 Victor0814gui