changes #9
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: push
lint
1m 5s
test
1m 32s
build-library
2m 4s
build-android
3m 53s
build-ios
3m 8s
Annotations
12 errors and 4 warnings
lint:
example/src/App.tsx#L3
Replace `·StyleSheet,·View,·Text,·TextInput,·TouchableOpacity·` with `⏎··StyleSheet,⏎··View,⏎··Text,⏎··TextInput,⏎··TouchableOpacity,⏎`
|
lint:
example/src/App.tsx#L8
Delete `⏎`
|
lint:
example/src/App.tsx#L20
Replace `⏎········Enter·Recipients·Number⏎······` with `Enter·Recipients·Number`
|
lint:
example/src/App.tsx#L25
Replace `⏎··········(mobileNumber)·=>·setMobileNumber(mobileNumber)⏎········` with `(mobileNumber)·=>·setMobileNumber(mobileNumber)`
|
lint:
example/src/App.tsx#L29
Replace `'numeric'` with `"numeric"`
|
lint:
example/src/App.tsx#L32
Replace `⏎········Enter·SMS·Body⏎······` with `Enter·SMS·Body`
|
lint:
example/src/App.tsx#L41
Replace `·style={styles.sendButton}·onPress={()·=>·sendSmsData(mobileNumber,·bodySMS)}` with `⏎········style={styles.sendButton}⏎········onPress={()·=>·sendSmsData(mobileNumber,·bodySMS)}⏎······`
|
lint:
example/src/App.tsx#L62
Delete `⏎`
|
lint:
src/index.tsx#L20
Replace `⏎const·SendDirectSms·=·async·(mobileNumber:·string,·bodySMS:·string` with `const·SendDirectSms·=·async·(⏎··mobileNumber:·string,⏎··bodySMS:·string⏎`
|
lint:
src/index.tsx#L26
Replace `PermissionsAndroid.PERMISSIONS.SEND_SMS` with `⏎··········PermissionsAndroid.PERMISSIONS.SEND_SMS⏎········`
|
build-ios
build:ios: command (/Users/runner/work/react-native-send-direct-sms/react-native-send-direct-sms) yarn run build:ios exited (66)
|
build-ios
Process completed with exit code 66.
|
lint:
example/src/App.tsx#L11
'mobileNumber' is already declared in the upper scope on line 7 column 10
|
lint:
example/src/App.tsx#L11
'bodySMS' is already declared in the upper scope on line 8 column 10
|
lint:
example/src/App.tsx#L26
'mobileNumber' is already declared in the upper scope on line 7 column 10
|
lint:
example/src/App.tsx#L37
'bodySMS' is already declared in the upper scope on line 8 column 10
|