gangli66

Results 5 comments of gangli66

> I've solved this in my project. > > Background: here's the react-native-fs PR that's supposed to fix this issue (I did not write it!) #952 I don't know why...

> I tried to use this package, but when I execute yarn add https://github.com/a-leut/react-native-fs#dev, there is an error described "fatal: unable to access 'https://github.com/a-leut/react-native-fs/': OpenSSL SSL_read: Connection was reset, errno...

Thanks for your answer. However, how can I take write access? I really need it to finish my program with react-native-windows

> I think acceptsKeyboardFocus was deprecated / removed. Can you try focusable instead? [443f76a](https://github.com/microsoft/react-native-windows/commit/443f76a03724d0b456e4422499a768d4d02657d3) Thanks for you reply, but it still does not work for me by using focusable on...

> Also, autoFocus isn’t implemented on View, so you’d actually have to tab to the View to give it focus. Have you confirmed that the view actually has focus (e.g....