Skip to content

fix: add ability to use custom flatlist implementation #340

fix: add ability to use custom flatlist implementation

fix: add ability to use custom flatlist implementation #340

Triggered via pull request September 16, 2024 07:33
Status Failure
Total duration 27m 19s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 15 warnings
build-library
Process completed with exit code 1.
lint: src/RichText/Toolbar/Toolbar.tsx#L3
'Image' is defined but never used
lint: src/RichText/Toolbar/Toolbar.tsx#L4
'TouchableOpacity' is defined but never used
lint: src/RichText/Toolbar/Toolbar.tsx#L7
'View' is defined but never used
lint
Process completed with exit code 1.
build-library
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: example/src/Examples/Advanced/editor-web/build/editorHtml.ts#L1
Unexpected unlimited 'eslint-disable' comment. Specify some rule names to disable
lint
Inline style: { flex: 1, alignItems: 'center', justifyContent: 'center' }
lint
Inline style: { width: 100, height: 100 }
lint: example/src/Examples/DarkEditor.tsx#L53
Inline style: { paddingHorizontal: 12 }
lint: example/src/Examples/EditorStickToKeyboardExample.tsx#L79
Inline style: { paddingBottom: 120 }
lint: example/src/Examples/WithBottomSheet.tsx#L99
Inline style: { position: 'absolute', width: '100%' }
lint: example/src/Examples/WithKeyboard.tsx#L47
Inline style: { backgroundColor: 'white' }
lint: example/src/Examples/WithKeyboard.tsx#L50
Inline style: { paddingHorizontal: 12 }
lint: src/RichText/RichText.tsx#L115
Inline style: { display: "loaded ? 'flex' : 'none'" }
lint: src/RichText/Toolbar/WebToolbar.tsx#L22
Inline style: { flexDirection: 'row' }
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-android
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-ios
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/