Abhishek Jain
Abhishek Jain
Is your feature request related to a problem? Please describe. Support the library on expo v47. Describe the solution you'd like No new features, the existing features should work out...
The error log shared in the original description mentions that there is a conflict of dependencies. A simple way to resolve this temporarily is to use the attribute `--force`or `--legacy-peer-deps`along...
**Describe the bug** The documentation states that `requestReadSMSPermission` returns a boolean which is not the case **To Reproduce** Steps to reproduce the behavior: 1. call `requestReadSMSPermission` without passing explicit SMS...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Add a simple Description in the read me **Describe alternatives you've considered** N/A **Additional...
**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** Build a dedicated documentation for the library **Describe alternatives you've considered** N/A **Additional context**...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
from what I have seen, status in this case would return ``` { "android.permission.RECEIVE_SMS": "granted", "android.permission.READ_SMS": "denied" } ``` so `status === PermissionAndroid.RESULTS.GRANTED` would be checking text against an object....
Avoid too many `return` statements within this function. https://codeclimate.com/github/maniac-tech/react-native-expo-read-sms/index.js#issue_679a6d8c00e3710001000021
Method `getMessageFromMessageIntent` has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. https://codeclimate.com/github/maniac-tech/react-native-expo-read-sms/android/src/main/java/com/reactlibrary/RNExpoReadSmsModule.java#issue_679a6d8b00e371000100001d
Method `startReadSMS` has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. https://codeclimate.com/github/maniac-tech/react-native-expo-read-sms/android/src/main/java/com/reactlibrary/RNExpoReadSmsModule.java#issue_679a6d8b00e371000100001c