[WIP] enable new arch #3364
validate-js.yml
on: pull_request
Compile JS (tsc)
1m 1s
Lint JS (eslint, prettier)
1m 19s
Annotations
5 errors
Compile JS (tsc):
package/example/src/MediaPage.tsx#L4
[tsc] reported by reviewdog 🐶
Cannot find module 'react-native-video' or its corresponding type declarations.
Raw Output:
src/MediaPage.tsx(4,51): error TS2307: Cannot find module 'react-native-video' or its corresponding type declarations.
|
Compile JS (tsc):
package/example/src/MediaPage.tsx#L5
[tsc] reported by reviewdog 🐶
Cannot find module 'react-native-video' or its corresponding type declarations.
Raw Output:
src/MediaPage.tsx(5,19): error TS2307: Cannot find module 'react-native-video' or its corresponding type declarations.
|
Compile JS (tsc)
Process completed with exit code 1.
|
Lint JS (eslint, prettier):
package/example/src/MediaPage.tsx#L49
Unsafe assignment of an `any` value.
|
Lint JS (eslint, prettier)
Process completed with exit code 1.
|