Skip to content

Releases: zoontek/react-native-permissions

1.1.0

25 Jan 11:02
f67eaa5

Choose a tag to compare

  • Add support for Media Library iOS permission
  • Add support for Motion iOS permission

⚠️ Broken version. Don't use it! Use 1.1.1 instead.

1.0.6

15 Dec 18:27
27d863a

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

Choose a tag to compare

  • Permissions.check type now can be a string or an options object

1.0.4

02 Dec 18:14

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

Choose a tag to compare

  • Remove deprecated React pod dependency

1.0.2

22 Nov 20:36

Choose a tag to compare

  • Support for React Native 0.50
  • Upgrade example
  • TypeScript import support
  • Fix checkMultiple on iOS
  • Improved documentation