chore: release 4.0.0 #99
ci.yml
on: push
lint
1m 20s
test
1m 14s
build-library
1m 15s
build-android
1m 30s
build-ios
2m 28s
Annotations
1 error and 7 warnings
|
build-ios
Process completed with exit code 6.
|
|
test
Cache save failed.
|
|
lint:
example/src/navigation/AppNavigator.tsx#L15
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 “AppNavigator” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
|
lint:
example/src/components/PracticalExamples.tsx#L81
Inline style: { backgroundColor: 'white', padding: 30, borderRadius: 15 }
|
|
lint:
example/src/components/LiquidGlassExample.tsx#L38
Inline style: { borderRadius: 20 }
|
|
lint:
example/index.js#L1
'Platform' is defined but never used
|
|
lint
Cache save failed.
|
|
build-android
Cache save failed.
|