Mathieu Acthernoene
1518fa4df1
Merge branch 'master' of https://github.com/yonahforst/react-native-permissions
7 years ago
Mathieu Acthernoene
4bc5877f53
Cleanup package.json
7 years ago
Mathieu Acthernoene
e800cc421f
Cleanup useless files
7 years ago
Mathieu Acthernoene
22650a2eba
Update README.md
7 years ago
Mathieu Acthernoene
31089af181
Update README.md
7 years ago
Mathieu Acthernoene
04a94a2e12
More cleanup
7 years ago
Mathieu Acthernoene
8a870ea855
Cleanup README.md
7 years ago
Mathieu Acthernoene
c3b422bc80
Merge pull request #187 from jhildensperger/patch-1
Update Readme with Cocoapods installation info
7 years ago
Mathieu Acthernoene
abc27284e5
Merge pull request #184 from oblador/patch-1
Fix RN 0.48+ warning about requiresMainQueueSetup
7 years ago
Jim Hildensperger
c70bcc2579
Update Readme with Cocoapods installation info
7 years ago
Joel Arvidsson
5b57d52f7d
Fix RN 0.48+ warning about requiresMainQueueSetup
7 years ago
Yonah Forst
0ecbb90bf5
Merge pull request #163 from convoyinc/v1.0.1
Fixed request logic for OS versions prior to Android M (6.0 that is)
7 years ago
bienur
ef3b88de16
Better comment
7 years ago
bienur
5703d7766e
Fixed request logic for OS versions prior to Android M (6.0 that is)
7 years ago
Yonah Forst
11e376abd2
bump
7 years ago
Yonah Forst
f0e0f5cb8c
upgrade to RN 0.48.4
7 years ago
Yonah Forst
9a49add8f3
Merge pull request #162 from rmrs/rumors
fix checkMultiple handling of permissions with type on iOS (#136 )
7 years ago
erezrokah
668331d3ea
remove unnecessary default handling
7 years ago
Yonah Forst
87bac5e7d5
Merge pull request #158 from chuongle/master
Fix incorrect permission name.
7 years ago
Chuong Le
ae17f4ce6e
fix incorrect permission name.
7 years ago
Yonah Forst
df6f730a56
Merge branch 'vspedr-master'
7 years ago
Yonah Forst
1fd97637d3
Merge branch 'master' of https://github.com/vspedr/react-native-permissions into vspedr-master
# Conflicts:
# README.md
# index.android.js
7 years ago
Yonah Forst
c7b78609ad
Merge pull request #155 from chuongle/master
Add CALL_PHONE Permission for Android.
7 years ago
Yonah Forst
2e3095ff73
Merge pull request #120 from gyfelton/patch-1
Change to right API call when check multiple permissions
7 years ago
Yonah Forst
a73e769516
Merge pull request #121 from kesha-antonov/master
rm duplicated NSPhotoLibraryUsageDescription
7 years ago
Yonah Forst
d55baac0d5
Merge pull request #131 from Keksike/master
Switch from using rnpm to react-native cli in setup guide
7 years ago
Yonah Forst
75f1d797bc
Merge pull request #146 from TikiTDO/master
Fix RN import priority, favoring newest version of RN (Adds to #138 and #139 )
7 years ago
Chuong Le
e01e802d2c
Change call_phone to callPhone to match convention.
7 years ago
Chuong Le
ccbfbf0f6a
Update README.
7 years ago
Chuong Le
e0e5b65f60
Add CALL_PHONE permission for android.
7 years ago
Tikhon Botchkarev
008bc688ec
Fix RN import priority, favoring newest version of RN
7 years ago
erezrokah
f2f387bc8a
fix checkMultiple handling of permissions with type on iOS
7 years ago
Cihan Bebek
b1130c7a5f
Merge pull request #1 from Keksike/rnpm-to-react-native-in-readme
Switch from using rnpm to react-native cli in setup guide
7 years ago
Cihan Bebek
0a9f8bff78
Fix minor typo: 'manualy' -> 'manually'
7 years ago
Cihan Bebek
d2c060206b
Switch from using rnpm to react-native cli in setup guide
react-native CLI is the modern way to go and should be encouraged.
7 years ago
Yonah Forst
34e035aa22
Create CODE_OF_CONDUCT.md
7 years ago
Victor
7acaf14d4d
fix typo
7 years ago
vspedr
3c27aeaf40
Add READ_SMS and RECEIVE_SMS permissions
7 years ago
Kesha Antonov
738d9418dc
rm duplicated NSPhotoLibraryUsageDescription
7 years ago
Elton Gao
f76f25286e
Change to right API call when check multiple permissions
7 years ago
matthieu.hocquart
c40e2ab6e3
Use a object as second argument
7 years ago
hmatthieu
8607486644
Add support for permission request rationale
7 years ago
Yonah Forst
e7454a9c62
fix 'duplicate interface definition' #113
7 years ago
Yonah Forst
f0058b13b5
update readme
7 years ago
Yonah Forst
306e6928c1
breaking changes - use RN's own JS PermissionsAndroid.
7 years ago
Yonah Forst
dc61a04845
Merge pull request #100 from drivetribe/fix/is-push-registered
Fix when remote notifications are registered before user settings
7 years ago
Yonah Forst
a302aa9d85
Merge pull request #101 from maartenschumacher/patch-1
Add missing comma
7 years ago
Maarten Schumacher
a001b3f755
Add missing comma
Trying to build threw a syntax error
7 years ago
Alexander Jarvis
ca71450b26
Fix when remote notifications are registered before user settings
For example, when you register the device for remote notifications to
enable silent pushes `content-available: 1` and later ask the user for
the push permission but this function incorrectly returns `denied`.
7 years ago
Yonah Forst
e8f023fc98
Merge branch 'master' of https://github.com/joshblour/react-native-permissions
* 'master' of https://github.com/joshblour/react-native-permissions:
7 years ago