chore: Upgrade react native to v0.74 #47
lint_and_test.yml
on: pull_request
build
1m 6s
e2e-ios
/
e2e-ios
1m 55s
e2e-android
/
e2e-android
14m 52s
Annotations
1 error and 7 warnings
e2e-ios / e2e-ios
Process completed with exit code 1.
|
build:
src/context/auth/authContextController/AuthContextController.tsx#L62
React Hook useEffect has a missing dependency: 'setAuthStorage'. Either include it or remove the dependency array
|
build:
src/screens/Profile/Profile.tsx#L29
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 “Profile” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
build:
src/screens/Profile/Profile.tsx#L37
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 “Profile” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
build:
src/screens/Profile/Profile.tsx#L45
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 “Profile” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
build:
types.d.ts#L5
'@typescript-eslint/no-empty-interface' rule is disabled but never reported
|
e2e-ios / e2e-ios
No files were found with the provided path: artifacts. No artifacts will be uploaded.
|
e2e-android / e2e-android
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|