-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WITH SOLUTION] Exception in HostFunction: TypeError: expected dynamic type 'array', but had type 'string' #372
Labels
bug
Something isn't working
Comments
I also had this issue (specifically on Android) with Expo SDK 52 and your solution worked for me. Thanks! |
timlukastlt
added a commit
to timlukastlt/react-native-rich-editor
that referenced
this issue
Nov 19, 2024
I will pay attention to and fix this issue recently |
stulip
added a commit
that referenced
this issue
Nov 20, 2024
Same issue with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This error occurs with the latest WebView version. For example, I encountered it with version 13.12.2 and Expo SDK 52.0.5.
To resolve this issue:
node_modules -> react-native-pell-rich-editor -> RichEditor.js
.dataDetectorTypes={'none'}
todataDetectorTypes={["none"]}
.Please fix this!
The text was updated successfully, but these errors were encountered: