chore: Upgrade react native to v0.75 #59
lint_and_test.yml
on: pull_request
build
1m 28s
e2e-ios
/
e2e-ios
38m 59s
e2e-android
/
e2e-android
15m 13s
Annotations
4 warnings
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
|
e2e-android / e2e-android
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|