feat: add configurable custom module buttons (#122) #537
ci.yml
on: push
lint
1m 12s
react-native-test
1m 17s
kotlin-test
10m 42s
build-library
1m 5s
build-android
14m 4s
build-ios
18m 51s
Annotations
10 warnings
|
lint:
src/IgniteProvider.tsx#L595
'clientName' is already declared in the upper scope on line 179 column 5
|
|
lint:
src/IgniteProvider.tsx#L594
'apiKey' is already declared in the upper scope on line 178 column 5
|
|
lint:
src/IgniteProvider.tsx#L471
'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
|