Skip to content

Releases: zoontek/react-native-permissions

1.0.6

15 Dec 18:27
27d863a
Compare
Choose a tag to compare

⚠️ Please unlink before updating this package, re-link after

react-native unlink react-native-permissions
# update the package
react-native link react-native-permissions
  • Fix react-native path linking for Xcode
  • Add a note about CommonJS import style
  • Add React in podspec dependencies
  • storage and photo permission now ask for a write access on Android

1.0.5

13 Dec 10:47
Compare
Choose a tag to compare
  • Permissions.check type now can be a string or an options object

1.0.4

02 Dec 18:14
Compare
Choose a tag to compare
  • Fix example on iOS
  • Support for request rationale on Android, by @axsann
  • Improve compatibility between the packager resolver and TypeScript one's
  • Add some flow types

1.0.3

28 Nov 19:44
Compare
Choose a tag to compare
  • Remove deprecated React pod dependency

1.0.2

22 Nov 20:36
Compare
Choose a tag to compare
  • Support for React Native 0.50
  • Upgrade example
  • TypeScript import support
  • Fix checkMultiple on iOS
  • Improved documentation