fix: market domain not scrolling [ANDROID] #474
Triggered via pull request
September 8, 2025 11:54
Status
Success
Total duration
24m 25s
Artifacts
–
ci.yml
on: pull_request
lint
1m 5s
react-native-test
1m 15s
kotlin-test
9m 10s
build-library
1m 1s
build-android
11m 21s
build-ios
24m 21s
Annotations
10 warnings
lint:
src/TicketsSdkEmbeddedIos.tsx#L33
Inline style: { flex: 1 }
|
lint:
src/IgniteProvider.tsx#L399
'prettier/prettier' rule is disabled but never reported
|
lint:
src/IgniteProvider.tsx#L382
'prettier/prettier' rule is disabled but never reported
|
lint:
example/src/navigators/Root.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 “Root” 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#L72
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#L60
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#L50
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#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 “BottomTabs” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
lint:
__tests__/IgniteProvider.test.tsx#L771
Disabled test suite
|
lint:
__tests__/IgniteProvider.test.tsx#L448
Disabled test suite
|