Nathan Novak

Results 11 comments of Nathan Novak

> Hi! That's strange, I've followed the steps you provided but I didn't get any errors. If you have a project where you tested them, could you publish it to...

> I just saw this error after upgrading to the latest version (2.8.0) and running `react-native start --reset-cache` fixed the issue for me. @danmartens Thanks this worked!

We spent the majority of the morning trying to fix this issue. Seems the conclusion was that jcenter was down and now it is back up. We are using React-Native...

> Any solution? I went into the node modules and added it myself. I noticed this repo has been forked over 200 times so I assume that the creator is...

I keep getting the warning that 'Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false`' when using toast. Can you...

I believe that android caches the filenames even after you delete them. I have Android File Manager and when I delete a file through there and close the app I...

I am using RN 0.79.1 and it was building just fine until today. What happened? I have done the following: rm -rf ios/Pods ios/Podfile.lock node_modules rm -rf ~/Library/Developer/Xcode/DerivedData watchman watch-del-all...

Same here! I get an error `failed to open zip file`

> The problem actually already pointing out in that PR [issue](https://github.com/wonday/react-native-pdf/commit/bcaff69ed3a1ca07378f5c06e3682626cfa13b0c#r142281526) To totally remove this part > > ``` > // Disable built-in double tap, so as not to conflict...