This section applies to Rebar only.
TODO Describe the functionality of the photos unit.
/ios/[---project name---]/Info.plist
add the following:<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
...
<key>NSPhotoLibraryUsageDescription</key>
<string>This app requires access to the photo library.</string>
<key>NSCameraUsageDescription</key>
<string>This app requires access to the camera.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string/>
...
</dict>
<plist>