skip to Main Content

I integrated the react-native-signature-canvas in my expo app.

It works fine in development and also works if I build the apk through expo.

But it crashes of I make android app bundle(aab) using eas.

2

Answers


  1. Ensure you have installed React Native WebView as it’s mentioned in documentation

    This package depends on react-native-webview and it is particularly
    needed when you are using React Native CLI. To install
    react-native-webview

    Login or Signup to reply.
  2. I was able to solve this bug by installing react-native-webview manually in expo and updating react-native-signature-canvas to a newer version

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search