I'm looking to use react-native to capture photos from iOS and Android devices and then to record additional metadata about those images that is captured in the context of the application.
One thought was to use the built in EXIF information available in JPEGs and write to it directly, which would obviate the need for an additional database.
Is there a straightforward way to be able to write EXIF information (e.g. Title and Description fields) from react-native?