feat: secure entry react component for android #32
ci.yml
on: pull_request
lint
18s
test
26s
build-library
19s
build-android
17s
build-ios
54s
Annotations
3 errors and 11 warnings
build-library
Process completed with exit code 1.
|
lint:
src/SecureEntryAndroid.tsx#L35
Type '{ token: string; style: { height: number; width: number; }; ref: MutableRefObject<null>; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<SecureEntryProps, {}, any> & Readonly<NativeMethods>> & Readonly<...>'.
|
lint
Process completed with exit code 2.
|
build-android
The following actions uses Node.js version which is deprecated 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
The following actions uses Node.js version which is deprecated 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/navigators/BottomTabs.tsx#L44
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “BottomTabs” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
lint:
example/src/navigators/BottomTabs.tsx#L55
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “BottomTabs” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
lint:
example/src/navigators/BottomTabs.tsx#L66
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “BottomTabs” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
lint:
example/src/screens/MyEvents.ios.tsx#L5
Inline style: { flex: 1 }
|
lint:
src/TicketsSdkEmbeddedAndroid.tsx#L57
Inline style: { flex: 1 }
|
build-library
The following actions uses Node.js version which is deprecated 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:
src/TicketsSdkEmbeddedIos.tsx#L30
Inline style: { flex: 1 }
|
test
The following actions uses Node.js version which is deprecated 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
The following actions uses Node.js version which is deprecated 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/
|