RDS Mobile app migration from CLI to Expo #486
Closed
Annotations
2 errors and 10 warnings
|
|
|
RDSExpoApp/app/(tabs)/index.tsx#L73
React Hook useEffect has missing dependencies: 'checkUserSession' and 'handleTokenFromUrl'. Either include them or remove the dependency array
|
|
__tests__/Component-test.tsx#L11
Skipped test
|
|
RDSExpoApp/metro.config.js#L2
'path' is assigned a value but never used
|
|
RDSExpoApp/app/(tabs)/index.tsx#L100
Inline style: { borderRadius: 12, marginTop: 20 }
|
|
RDSExpoApp/app/(tabs)/index.tsx#L92
Inline style: { borderRadius: 12 }
|
|
RDSExpoApp/app/(tabs)/_layout.tsx#L68
Inline style: { marginBottom: -3 }
|
|
RDSExpoApp/app/(tabs)/_layout.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 “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
|
RDSExpoApp/app/(tabs)/_layout.tsx#L52
Inline style: { marginBottom: -3 }
|
|
RDSExpoApp/app/(tabs)/_layout.tsx#L47
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 “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
|
RDSExpoApp/app/(tabs)/_layout.tsx#L36
Inline style: { marginBottom: -3 }
|
|
RDSExpoApp/app/(tabs)/_layout.tsx#L31
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 “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
The logs for this run have expired and are no longer available.
Loading