Skip to content

Expo app tv example #361

Expo app tv example

Expo app tv example #361

Triggered via pull request July 6, 2024 13:13
Status Success
Total duration 49s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: examples/MyTVProject/app/(tabs)/_layout.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 “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
build: examples/MyTVProject/app/(tabs)/_layout.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 “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
build: examples/MyTVProject/app/(tabs)/_layout.tsx#L73
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
build: examples/MyTVProject/app/(tabs)/explore.tsx#L67
Inline style: { alignSelf: 'center' }
build: examples/MyTVProject/app/(tabs)/explore.tsx#L77
Inline style: { fontFamily: 'SpaceMono' }
build: examples/MyTVProject/app/(tabs)/index.tsx#L21
Inline style: { height: 300 }
build: examples/MyTVProject/components/navigation/TabBarIcon.tsx#L11
Inline style: { marginBottom: -3 }
build: examples/MyTVProject/metro.config.js#L9
'no-undef' rule is disabled but never reported