fix: event emitter initial build failure #329
ci.yml
on: pull_request
lint
1m 4s
react-native-test
1m 14s
kotlin-test
4m 41s
build-library
1m 3s
build-android
7m 30s
build-ios
7m 57s
Annotations
2 errors and 10 warnings
build-ios
react-native-ticketmaster-ignite-example#build:ios: command (/Users/runner/work/react-native-ticketmaster-ignite/react-native-ticketmaster-ignite/example) /private/var/folders/95/0ydz4d79163427j3k5crp3fh0000gn/T/xfs-21b8f03b/yarn run build:ios exited (1)
|
build-ios
Process completed with exit code 1.
|
build-library
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
example/src/navigators/BottomTabs.tsx#L44
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 “BottomTabs” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
lint:
example/src/navigators/BottomTabs.tsx#L56
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 “BottomTabs” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
lint:
example/src/navigators/BottomTabs.tsx#L68
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 “BottomTabs” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
lint:
example/src/screens/MyEvents.tsx#L5
Inline style: { height: '95%' }
|
lint:
src/TicketsSdkEmbeddedIos.tsx#L33
Inline style: { flex: 1 }
|
react-native-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
kotlin-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-android
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|