Files
react-native/Libraries
Joshua Gross 630e9faf74 Fix permissions regression in RCTCameraRollManager
Summary:
In the past (pre D13593314), ALAssetsLibrary camera operations would pop up a permissions dialogue when appropriate and block until the user responded to the dialogue. The calls that we're now using with PHPhotoLibrary immediately return if we don't have permission to access the photo library or haven't asked before, and then asynchronously pop up a permissions dialogue, causing every first photo interaction to fail. Instead we now explicitly check for permissions or request
permissions before any operations.

Reviewed By: PeteTheHeat

Differential Revision: D13620079

fbshipit-source-id: e1befc0ddaec2c1b3334e361f5ae3a3efc5da71d
2019-01-10 13:10:28 -08:00
..
2018-12-11 20:01:00 -08:00
2018-12-04 19:32:36 -08:00
2019-01-01 17:13:15 -08:00
2018-12-11 20:01:00 -08:00
2018-10-31 01:37:26 -07:00
2018-12-11 20:01:00 -08:00
2018-10-31 01:37:26 -07:00
2019-01-03 03:43:26 -08:00
2018-09-27 14:18:31 -07:00
2019-01-10 12:52:02 -08:00
2018-11-26 06:28:24 -08:00