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.
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
Ensure you have installed React Native WebView as it’s mentioned in documentation
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