Update README.md #48
ci.yml
on: push
lint
34s
test
23s
build-library
22s
build-android
2m 34s
build-ios
1m 19s
Annotations
2 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.
|
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%' }
|