Feat/encode #11
ci.yml
on: pull_request
lint
1m 15s
test
3m 41s
build-library
1m 23s
build-android
5m 55s
build-ios
10m 56s
Annotations
23 errors and 16 warnings
lint:
example/src/App.tsx#L3
Replace `·initializeBasis,·BasisEncoder·` with `⏎··initializeBasis,⏎··BasisEncoder,⏎`
|
lint:
example/src/App.tsx#L4
Replace `"react-native-blob-jsi-helper"` with `'react-native-blob-jsi-helper'`
|
lint:
example/src/App.tsx#L7
Delete `··`
|
lint:
example/src/App.tsx#L8
Delete `··`
|
lint:
example/src/App.tsx#L9
Delete `··`
|
lint:
example/src/App.tsx#L10
Delete `··`
|
lint:
example/src/App.tsx#L11
Delete `····`
|
lint:
example/src/App.tsx#L12
Delete `··`
|
lint:
example/src/App.tsx#L13
Delete `··`
|
lint:
example/src/App.tsx#L16
Replace `arrayBuffer?:·Uint8Array·|·null` with `·arrayBuffer?:·Uint8Array·|·null·`
|
build-library
Process completed with exit code 1.
|
build-android
react-native-basis-universal-example#build:android: command (/home/runner/work/react-native-basis-universal/react-native-basis-universal/example) /tmp/xfs-4dcf969c/yarn run build:android exited (1)
|
build-android
Process completed with exit code 1.
|
build-ios:
example/ios/Pods/Headers/Public/ReactCommon/react/bridging/Convert.h#L23
no template named 'is_same_v' in namespace 'std'; did you mean 'is_same'?
|
build-ios:
example/ios/Pods/Headers/Public/ReactCommon/react/bridging/Convert.h#L23
expected '(' for function-style cast or type construction
|
build-ios:
example/ios/Pods/Headers/Public/ReactCommon/react/bridging/Convert.h#L24
no template named 'is_same_v' in namespace 'std'; did you mean 'is_same'?
|
build-ios:
example/ios/Pods/Headers/Public/ReactCommon/react/bridging/Convert.h#L24
expected '(' for function-style cast or type construction
|
build-ios:
example/ios/Pods/Headers/Public/ReactCommon/react/bridging/Convert.h#L25
no template named 'is_base_of_v' in namespace 'std'; did you mean 'is_base_of'?
|
build-ios:
example/ios/Pods/Headers/Public/ReactCommon/react/bridging/Convert.h#L25
expected '(' for function-style cast or type construction
|
build-ios:
example/ios/Pods/Headers/Public/ReactCommon/react/bridging/Convert.h#L31
no member named 'optional' in namespace 'std'
|
build-ios:
example/ios/Pods/Headers/Public/ReactCommon/react/bridging/Convert.h#L31
'T' does not refer to a value
|
build-ios:
example/ios/Pods/Headers/Public/ReactCommon/react/bridging/Convert.h#L31
expected unqualified-id
|
build-ios:
example/ios/Pods/Headers/Public/ReactCommon/react/bridging/Convert.h#L78
no template named 'is_lvalue_reference_v' in namespace 'std'; did you mean 'is_lvalue_reference'?
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
example/src/App.tsx#L29
Inline style: { width: 200, height: 200 }
|
build-library
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-android
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-ios
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-ios:
example/ios/Pods/Headers/Public/React-callinvoker/ReactCommon/SchedulerPriority.h#L12
nested namespace definition is a C++17 extension; define each namespace separately [-Wc++17-extensions]
|
build-ios:
example/ios/Pods/Headers/Public/React-callinvoker/ReactCommon/CallInvoker.h#L15
nested namespace definition is a C++17 extension; define each namespace separately [-Wc++17-extensions]
|
build-ios:
example/ios/Pods/Headers/Public/React-callinvoker/ReactCommon/CallInvoker.h#L19
nested namespace definition is a C++17 extension; define each namespace separately [-Wc++17-extensions]
|
build-ios:
example/ios/Pods/Headers/Public/ReactCommon/react/bridging/Convert.h#L15
nested namespace definition is a C++17 extension; define each namespace separately [-Wc++17-extensions]
|
build-ios:
example/ios/Pods/Headers/Public/ReactCommon/react/bridging/Convert.h#L22
inline variables are a C++17 extension [-Wc++17-extensions]
|
build-ios:
example/ios/Pods/Headers/Public/ReactCommon/react/bridging/Convert.h#L34
inline variables are a C++17 extension [-Wc++17-extensions]
|
build-ios:
example/ios/Pods/Headers/Public/ReactCommon/react/bridging/Convert.h#L37
inline variables are a C++17 extension [-Wc++17-extensions]
|
build-ios:
example/ios/Pods/Headers/Public/ReactCommon/react/bridging/Convert.h#L40
inline variables are a C++17 extension [-Wc++17-extensions]
|
build-ios:
example/ios/Pods/Headers/Public/ReactCommon/react/bridging/Convert.h#L55
constexpr if is a C++17 extension [-Wc++17-extensions]
|
build-ios:
example/ios/Pods/Headers/Public/ReactCommon/react/bridging/Convert.h#L59
constexpr if is a C++17 extension [-Wc++17-extensions]
|