You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All!
I have been using the Document Picker for a long time, but I recently faced an issue on iOS devices. Before explaining the issue, I would like to mention that I have tested the application both in a simulator and on an iOS device during development. Additionally, I have tested the app in production. However, the Document Picker is only functioning properly on Android.
Issue Details:
Whenever I try to pick a document on an iOS device or simulator, it does not work unless the document file name follows specific formats, such as: Document-File.pdf
Document_File.pdf
DocumentFile.pdf
If the document name does not contain a blank space, the document will not attach and just show a console warning in the Simulator.
screenshot
In contrast, it works fine on Android devices/emulators without the need to remove blank spaces from the file name.
Hi All!
I have been using the Document Picker for a long time, but I recently faced an issue on iOS devices. Before explaining the issue, I would like to mention that I have tested the application both in a simulator and on an iOS device during development. Additionally, I have tested the app in production. However, the Document Picker is only functioning properly on Android.
Issue Details:
Whenever I try to pick a document on an iOS device or simulator, it does not work unless the document file name follows specific formats, such as:
Document-File.pdf
Document_File.pdf
DocumentFile.pdf
If the document name does not contain a blank space, the document will not attach and just show a console warning in the Simulator.
screenshot
In contrast, it works fine on Android devices/emulators without the need to remove blank spaces from the file name.
Project info:
"react": "^18.3.1",
"react-native": "0.74.3",
"react-native-date-picker": "^5.0.2",
The text was updated successfully, but these errors were encountered: