BREAKING CHANGE: meta data is no longer added as default. This applies to `fileName`, `fileSize` and `location`. If you need this metadata use the new `include` parameter. Adding this metadata will slow down the `getPhotos` function, so consider only retrieving this meta data for smaller sets of images as needed, instead of for all images.
* Created getPhotosFast function, fixed inconsistent getPhotos toDate logic
* Fixed wrong param name, added better typechecking
* Added example, renamed allowEmptyFilenames to skipGettingFilenames
* Removed `after` from getPhotosFast docs
* Redid implementation based on a new `include` param
* Updated API to use include parameter
* Fixed flow checking by converting index.ts to Typescript
* Unformatted README.md
* Unformatted README.md
* Unformatted README.md
* Added .prettierignore and ignored README.md for now
* Made example/index.js not checked by Flow
* Updated README.md to include notes in the outputs too
* Made inclusion of fields consistent, addressed other feedback
* Renamed GetPhotosFastParams back to GetPhotosParams
* Updated documentation to reflect nullable types
* Updated typings and documentation for fromTime, toTime
* Updated to fix `hasNextPage` being incorrectly false in some cases
Co-authored-by: Harry Yu <hy.harry.yu@gmail.com>
* Created getPhotosFast function, fixed inconsistent getPhotos toDate logic
* Fixed wrong param name, added better typechecking
* Added example, renamed allowEmptyFilenames to skipGettingFilenames
* Removed `after` from getPhotosFast docs
* Redid implementation based on a new `include` param
* Updated API to use include parameter
* Fixed flow checking by converting index.ts to Typescript
* Unformatted README.md
* Unformatted README.md
* Unformatted README.md
* Added .prettierignore and ignored README.md for now
* Made example/index.js not checked by Flow
* Updated README.md to include notes in the outputs too
* Made inclusion of fields consistent, addressed other feedback
* Renamed GetPhotosFastParams back to GetPhotosParams
* Updated documentation to reflect nullable types
* Updated typings and documentation for fromTime, toTime
* Updated to fix `hasNextPage` being incorrectly false in some cases
# Summary
We've been recommending devs use `npx pod-install` since it will attempt to install CocoaPods CLI if it's not available on the computer (cite [React Navigation setup guide](https://reactnavigation.org/docs/getting-started/#installing-dependencies-into-a-bare-react-native-project)). This has proved very useful for Expo users who are now migrating to the bare workflow and want to use community packages in their projects.
## Checklist
- [x] I have tested this on a device and a simulator
- [x] I added the documentation in `README.md`
* deletePhotos works in iOS
* Deletion works on Android.
* Removing unnecessary commented out code.
* Updated typescript typings.
* Made readme more accurate based on being able to retrieve failure from the iOS API.
* Let formatter run, also now rejecting the promise when there's any error on deletion on Android.
* add option to specify album in saveToCameraRoll and move the optional type param to options
* check platform before setting default value for group types to prevent exception
* adjust typings
* update invariant message
* format code
* extract new implementation to function to avoid breaking change
* format code
* add missing spaces
* fix(lib): add accidentally removed savedphotos back to the enum to prevent crash
* chore(lib): formatting
* chore(lib): add doc for the new save method