Ruoyu Sun
Ruoyu Sun
Are you using `rnpm link` or the manual linking method?
I think `rnpm link` becomes `react-native link`. Which React Native version are you using? React Native changes the header path in 0.40
I have tried using `react-native link` in a new React Native project (0.54), it works fine - I cannot reproduce your issue.
Try taking look at the example project. You might be missing some `flex:1`
It seems that the OjbC files are not correct compiled and linked? Are you using the correct versions?
I tested today on our test devices with example project but was unable to reproduce this error.
OK. I know what's the problem. Turns out the document is missing a step in manual linking process. You need to add the lib in linking phase. This is pretty...
Have you tried setting this prop in `source`: `source={{file: '', allowingReadAccessToURL: '' }}`
@wireforce I agree we should implement `WKHTTPCookieStore`. Feel free to make a PR if you are interested.
When did you start to see this problem? Is 1.20.0 working for you?