Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(UNT-T28491): unable to decode file android #74

Merged

Conversation

nilesh-simform
Copy link
Contributor

  • Unable to decode file error occurring when audio files are accessed before being copied to the Android resources. To fix this, created a function that returns a Promise containing all the successfully copied file paths

*/
const copyFilesToAndroidResources = async (): Promise<void> => {
const copyFilesToAndroidResources = async (): Promise<string[]> => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can improve name of this function to something like copyFilesToNativeResources as we are also returning data for iOS as well.

@nilesh-simform nilesh-simform force-pushed the fix/UNT-T28491_unable_to_decode_file_android branch from ffd4432 to c510a11 Compare September 6, 2024 05:58
@mukesh-simform mukesh-simform merged commit 7e028e4 into develop Sep 6, 2024
@mukesh-simform mukesh-simform deleted the fix/UNT-T28491_unable_to_decode_file_android branch September 6, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants