有:
有反应的项目- Linux
- macos
- Windows
如果我有文件系统上已经存在的文件,可以从react-native-*?
中读取它。如果没有,否则如何从文件系统上的文本文件中获取一些数据?
如果要谈论React-native-desktop,您可以尝试使用desktop
平台支持的React-native-Fs fork。
在本答案写作时,它仅实施了2种方法:rnfsmanager :: readfile和rnfsmanager :: movefile
在那里可以找到唯一已知的使用样本。
在基于React-native-desktop的项目的包装中,应称为:
"desktopExternalModules": [
"node_modules/react-native-fs/desktop"
],
...
"react-native-fs": "git+https://github.com/status-im/react-native-fs.git",
...
react-native-desktop
也支持OSX。