Dominik Tenelsen

Results 35 comments of Dominik Tenelsen

19 days ago his fork was more up-to-date. In the meantime this repo got an overhaul and is now the best version to use.

you fixed this in any kind? running into the same issue right now

I'm getting this issue aswell. `java.lang.RuntimeException: Illegal callback invocation from native module. This callback type only permits a single invocation from native code. at com.facebook.react.bridge.CallbackImpl.invoke(CallbackImpl.java:28) at com.aakashns.reactnativedialogs.modules.DialogAndroid$11.onDismiss(DialogAndroid.java:356) at android.app.Dialog$ListenersHandler.handleMessage(Dialog.java:1350) at...

I recently upgraded from RN 0.61 to 0.62.2 and can't build anymore. Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 :ReactNative:Running '[node, -e, console.log(require('react-native/cli').bin);]' command failed. FAILURE: Build failed with an exception....

Using Android 10? there is an issue in react-native-fs (https://github.com/itinance/react-native-fs/issues/919, https://github.com/itinance/react-native-fs/issues/913) which might be causing your problems.

There is a workaround posted in 913. This worked for me.

Follow https://github.com/wonday/react-native-pdf#installation and restart your metro bundler. Other than that we need more information like which react-native version, which react-native-pdf version and so on.