We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f589465 + 74cce37 commit 791f38eCopy full SHA for 791f38e
index.js
@@ -40,7 +40,7 @@ export async function startReadSMS(callback) {
40
}
41
42
export const checkIfHasSMSPermission = async () => {
43
- if (Platform.OS === "android" && Platform.Version > 23) {
+ if (Platform.OS === "android" && Platform.Version < 23) {
44
return true;
45
46
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@maniac-tech/react-native-expo-read-sms",
3
- "version": "7.0.0",
+ "version": "7.1.0",
4
"description": "Library to read incoming SMS in Android for Expo (React Native)",
5
"main": "index.js",
6
"scripts": {
0 commit comments