Add abiFilters to the native template #465
Annotations
10 errors and 10 warnings
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/_layout.tsx#L22
Replace `·name={focused·?·'home'·:·'home-outline'}·color={color}` with `⏎··············name={focused·?·'home'·:·'home-outline'}⏎··············color={color}⏎···········`
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/_layout.tsx#L31
Replace `·name={focused·?·'code-slash'·:·'code-slash-outline'}·color={color}` with `⏎··············name={focused·?·'code-slash'·:·'code-slash-outline'}⏎··············color={color}⏎···········`
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L14
Replace `<Ionicons·size={310}·name="code-slash"·style={styles.headerImage}·/>}` with `⏎········<Ionicons·size={310}·name="code-slash"·style={styles.headerImage}·/>⏎······}⏎····`
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L18
Replace `This·app·includes·example·code·to·help·you·get·started.` with `⏎········This·app·includes·example·code·to·help·you·get·started.⏎······`
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L22
Insert `{'·'}⏎·········`
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L26
Insert `{'·'}⏎·········`
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L35
Replace `·web·version,·press{'·'}⏎··········<ThemedText·type="defaultSemiBold">w</ThemedText>` with `⏎··········web·version,·press·<ThemedText·type="defaultSemiBold">w</ThemedText>{'·'}⏎·········`
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L41
Insert `{'·'}⏎·········`
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L42
Replace `·provide·files·for⏎·········` with `⏎··········provide·files·for`
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/_layout.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 “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/_layout.tsx#L30
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
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L12
'React' must be in scope when using JSX
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L14
'React' must be in scope when using JSX
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L15
'React' must be in scope when using JSX
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L16
'React' must be in scope when using JSX
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L18
'React' must be in scope when using JSX
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L19
'React' must be in scope when using JSX
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L20
'React' must be in scope when using JSX
|
Lint library:
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L22
'React' must be in scope when using JSX
|
Loading