chore: update readme #43
ci.yml
on: push
lint
24s
test
30s
build-library
21s
build-android
4m 17s
build-ios
2m 1s
Annotations
4 errors and 7 warnings
build-ios
build:ios: command (/Users/runner/work/react-native-openai/react-native-openai) yarn run build:ios exited (65)
|
build-ios
Process completed with exit code 65.
|
build-android
build:android: command (/home/runner/work/react-native-openai/react-native-openai) yarn run build:android exited (1)
|
build-android
Process completed with exit code 1.
|
lint:
example/src/App.tsx#L82
Inline style: { backgroundColor: "scheme === 'dark' ? 'black' : 'white'" }
|
lint
'result' is already declared in the upper scope on line 23 column 10
|
lint
Inline style: { flexDirection: 'row' }
|
lint
Inline style: { width: '100%', backgroundColor: 'transparent' }
|
lint
Inline style: { padding: 16, paddingBottom: 75, backgroundColor: 'transparent' }
|
lint
Inline style: { width: '100%', height: 300, backgroundColor: 'transparent' }
|
lint
Inline style: { width: '100%', height: '100%' }
|