fix: podspec file indentation (#530) #464
Annotations
26 errors and 10 warnings
|
build (ubuntu-latest, library, js):
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}⏎···········`
|
build (ubuntu-latest, library, js):
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}⏎···········`
|
build (ubuntu-latest, library, js):
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}·/>⏎······}⏎····`
|
build (ubuntu-latest, library, js):
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.⏎······`
|
build (ubuntu-latest, library, js):
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L22
Insert `{'·'}⏎·········`
|
build (ubuntu-latest, library, js):
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L26
Insert `{'·'}⏎·········`
|
build (ubuntu-latest, library, js):
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>{'·'}⏎·········`
|
build (ubuntu-latest, library, js):
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L41
Insert `{'·'}⏎·········`
|
build (ubuntu-latest, library, js):
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L42
Replace `·provide·files·for⏎·········` with `⏎··········provide·files·for`
|
build (ubuntu-latest, module-new, kotlin-objc)
@bob/react-native-test-example#build:android: command (/home/runner/work/react-native-builder-bob/react-native-builder-bob/ubuntu-latest-module-new-kotlin-objc/example) /tmp/xfs-339af14f/yarn run build:android exited (1)
|
build (ubuntu-latest, module-new, kotlin-objc)
Process completed with exit code 1.
|
build (ubuntu-latest, module-legacy, java-objc)
@bob/react-native-test-example#build:android: command (/home/runner/work/react-native-builder-bob/react-native-builder-bob/ubuntu-latest-module-legacy-java-objc/example) /tmp/xfs-02776ad1/yarn run build:android exited (1)
|
build (ubuntu-latest, module-legacy, java-objc)
Process completed with exit code 1.
|
build (ubuntu-latest, view-legacy, java-objc)
@bob/react-native-test-example#build:android: command (/home/runner/work/react-native-builder-bob/react-native-builder-bob/ubuntu-latest-view-legacy-java-objc/example) /tmp/xfs-1f78c381/yarn run build:android exited (1)
|
build (ubuntu-latest, view-legacy, java-objc)
Process completed with exit code 1.
|
build (ubuntu-latest, module-mixed, java-objc)
@bob/react-native-test-example#build:android: command (/home/runner/work/react-native-builder-bob/react-native-builder-bob/ubuntu-latest-module-mixed-java-objc/example) /tmp/xfs-0824c7e6/yarn run build:android exited (1)
|
build (ubuntu-latest, module-mixed, java-objc)
Process completed with exit code 1.
|
build (ubuntu-latest, module-mixed, cpp)
@bob/react-native-test-example#build:android: command (/home/runner/work/react-native-builder-bob/react-native-builder-bob/ubuntu-latest-module-mixed-cpp/example) /tmp/xfs-790dfc0d/yarn run build:android exited (1)
|
build (ubuntu-latest, module-mixed, cpp)
Process completed with exit code 1.
|
build (ubuntu-latest, module-legacy, cpp)
@bob/react-native-test-example#build:android: command (/home/runner/work/react-native-builder-bob/react-native-builder-bob/ubuntu-latest-module-legacy-cpp/example) /tmp/xfs-e1f76422/yarn run build:android exited (1)
|
build (ubuntu-latest, module-legacy, cpp)
Process completed with exit code 1.
|
build (ubuntu-latest, view-mixed, java-objc)
@bob/react-native-test-example#build:android: command (/home/runner/work/react-native-builder-bob/react-native-builder-bob/ubuntu-latest-view-mixed-java-objc/example) /tmp/xfs-b9ef7a11/yarn run build:android exited (1)
|
build (ubuntu-latest, view-mixed, java-objc)
Process completed with exit code 1.
|
build (ubuntu-latest, module-new, java-objc)
@bob/react-native-test-example#build:android: command (/home/runner/work/react-native-builder-bob/react-native-builder-bob/ubuntu-latest-module-new-java-objc/example) /tmp/xfs-85afb5a6/yarn run build:android exited (1)
|
build (ubuntu-latest, module-new, java-objc)
Process completed with exit code 1.
|
build (ubuntu-latest, library, js):
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
|
build (ubuntu-latest, library, js):
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
|
build (ubuntu-latest, library, js):
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L12
'React' must be in scope when using JSX
|
build (ubuntu-latest, library, js):
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L14
'React' must be in scope when using JSX
|
build (ubuntu-latest, library, js):
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L15
'React' must be in scope when using JSX
|
build (ubuntu-latest, library, js):
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L16
'React' must be in scope when using JSX
|
build (ubuntu-latest, library, js):
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L18
'React' must be in scope when using JSX
|
build (ubuntu-latest, library, js):
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L19
'React' must be in scope when using JSX
|
build (ubuntu-latest, library, js):
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L20
'React' must be in scope when using JSX
|
build (ubuntu-latest, library, js):
ubuntu-latest-library-js/example/app/(tabs)/explore.tsx#L22
'React' must be in scope when using JSX
|