update podfile #1694
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/navigation/tabBar/TabBarNavigator.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 “TabBarNavigator” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
build:
src/navigation/tabBar/TabBarNavigator.tsx#L63
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 “TabBarNavigator” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
build:
src/screens/actions/ActionsScreen.tsx#L21
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 “ActionsScreen” and pass data as props
|
build:
src/screens/buildingDetail/BuildingDetailScreen.tsx#L83
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 “BuildingDetailScreen” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
build:
src/screens/doorToDoor/DoorToDoorMapView.tsx#L95
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 “DoorToDoorMapView” and pass data as props
|
build:
src/screens/doorToDoor/rankings/RankingModal.tsx#L59
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 “RankingModal” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
build:
src/screens/doorToDoor/tunnel/TunnelDoorSuccessScreen.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 “TunnelDoorSuccessScreen” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
build:
src/screens/doorToDoor/tunnel/brief/DoorToDoorBriefScreen.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 “DoorToDoorBriefScreen” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
build:
src/screens/doorToDoor/tunnel/brief/DoorToDoorBriefScreen.tsx#L33
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 “DoorToDoorBriefScreen” and pass data as props
|
build:
src/screens/doorToDoor/tunnel/opening/TunnelDoorOpeningScreen.tsx#L25
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 “TunnelDoorOpeningScreen” and pass data as props
|