Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 React Native 中访问 Android 和 iOS 的文件系统?(就像<input type="file">在网络上)?我知道CameraRoll方法,但它仅用于图像,我还需要上传文本文件。
<input type="file">
CameraRoll