react-native-file-selector安装流程报错
react-native 版本是0.55.4
1. 安装 react-native-file-selector 插件
npm i react-native-file-selector -S
2. 执行 react-native link react-native-file-selector
ios版本
1. 选中 项目工程/Libraries 右键 Add File to "SinochemApp(app工程)
2. 在build phases / Link Binary with libraries 下添加 FileBrowser.framework
3. Build Settings -> Frameworks Search Path 添加 ${BUILT_PRODUCTS_DIR}/FileBrowser
4. 处理这个插件的bug