fix: add ability to use custom flatlist implementation #316
Annotations
11 warnings
The following actions uses Node.js version which is deprecated 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/
|
example/src/Examples/Advanced/editor-web/build/editorHtml.ts#L1
Unexpected unlimited 'eslint-disable' comment. Specify some rule names to disable
|
|
|
example/src/Examples/DarkEditor.tsx#L53
Inline style: { paddingHorizontal: 12 }
|
example/src/Examples/EditorStickToKeyboardExample.tsx#L79
Inline style: { paddingBottom: 120 }
|
example/src/Examples/WithBottomSheet.tsx#L99
Inline style: { position: 'absolute', width: '100%' }
|
example/src/Examples/WithKeyboard.tsx#L47
Inline style: { backgroundColor: 'white' }
|
example/src/Examples/WithKeyboard.tsx#L50
Inline style: { paddingHorizontal: 12 }
|
src/RichText/RichText.tsx#L113
Inline style: { display: "loaded ? 'flex' : 'none'" }
|
src/bridges/core.ts#L36
'BridgeState' is already declared in the upper scope on line 3 column 15
|
This job succeeded
Loading