mirror of
https://github.com/status-im/react-native-camera-roll.git
synced 2026-08-31 05:11:07 +00:00
feat(all): Add modificationTimestamp field (#493)
* feat(android): Rename modified node field to more explicit name * feat(ios): Return modificationDate in ios * docs: Add modification date in ts, docs and examples
This commit is contained in:
@@ -24,6 +24,7 @@ type PhotoIdentifier = {
|
||||
orientation: number | null;
|
||||
};
|
||||
timestamp: number;
|
||||
modificationTimestamp: number;
|
||||
location: {
|
||||
latitude?: number;
|
||||
longitude?: number;
|
||||
|
||||
Reference in New Issue
Block a user