fix: add react native 76 example #353
ci.yml
on: pull_request
lint
44s
test
25s
build-library
34s
build-android
9m 8s
build-ios
20m 39s
Annotations
1 error and 10 warnings
test
Process completed with exit code 1.
|
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/WithKeyboard.tsx#L47
Inline style: { backgroundColor: 'white' }
|
lint:
example/src/Examples/WithKeyboard.tsx#L50
Inline style: { paddingHorizontal: 12 }
|
lint:
src/RichText/RichText.tsx#L117
Inline style: { display: "loaded ? 'flex' : 'none'" }
|
lint:
src/RichText/Toolbar/WebToolbar.tsx#L22
Inline style: { flexDirection: 'row' }
|
lint:
src/bridges/core.ts#L36
'BridgeState' is already declared in the upper scope on line 3 column 15
|