wangfpp

Results 13 comments of wangfpp

@cjayross resolve this?

> I have taken this on for my own usage: > > ``` > "react-native-file-selector": "https://github.com/crutchcorn/react-native-file-selector.git", > ``` > > Then, just add `chooseFolderMode: true,` to the `Show` method >...

@crutchcorn 感谢你的回复 我已经解决了 ```java if (chooseFolderMode) { picker = picker.withChooseFolderMode(chooseFolderMode); } ``` but folder is '/storage/' need click twice? first click floder changed '/storage' second click selected folder is '/storage'

B虽然说法正确,但是SPA不是前后端分离开发吧?

@alvin198761 你在vue项目中能使用这个插件吗

@prozhkov resolve this problem?