inaturalist / iNaturalistReactNative

Cross-platform version of the iNat mobile app
MIT License
70 stars 25 forks source link

Sound import #2448

Open kueda opened 3 days ago

kueda commented 3 days ago

Stub to add the ability to import a sound from the filesystem. We support this functionality in the legacy Android app and it's useful for folks who use other sounds recording / editing apps.

Immediately design need is how the user enters this flow. Another button in the advanced add obs wheel? Something in the sounds recorder?

It's possible we might not be able to do this in iOS (can you open a file browser? do you need access to a music library?), but I'm pretty sure it's possible in Android.

kvangork commented 3 days ago

iOS does have methods for file browsing, but we should consider simplifying the design needs by making this something we support only through external initiation (#2449), through the app's share extension/intent which currently handles photos.

abhasinat commented 3 days ago

I agree, let's make sharing sounds into the app a priority and add importing down the line if necessary.

kvangork commented 2 days ago

This issue is worth keeping open too. Users may want to add an audio recording as additional evidence to an existing observation, which would not be possible via the primary method of sharing into the app.