-
Notifications
You must be signed in to change notification settings - Fork 304
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
Editor not working on Expo SDK 51 #360
Comments
same issue am facing |
Any updates? |
@spacester7563 Doesn't work. Thanks for trying though. |
@5starkarma Have you resolved the error yet, I had the same problem |
@hoangann2000 No, I haven't had time to look into it so I am stuck on Expo 50 until I do have time. If you figure it out please leave a comment here with the solution. |
I was faceing this same issue on expo sdk 51, some how resolved it. Yon can try the following:
heres my code its working. |
@sajjadjaved01 will this work for ios ? |
Yes this code is working on IOS, and i have implemented the toolbar after this. and is working. @spacester7563 ITS WORKING WHEN YOU RUN ON DEVICE (Not with Expo Go)
|
Do you know if anyone has been able to patch this issue as a temporary quick fix?? |
Had the same issue, seems to be related to WebView and a specific property that got removed for IOS somewhere down the line. 🚨Warning: Im not sure if this breaks other functionalities that may depend on it! I just use this editor for basic rich text editing.
|
This saved me tons of work hours!! Thank you. I had almost migrated to https://10play.github.io/10tap-editor/docs/intro. |
you can do this also
|
@goat-io Thank you very much! This fixed it for me in Expo SDK 51. |
I'm also having this issue and I'm not using Expo. I'm on the latest react-native version 0.74.2. The fix provided by @goat-io worked for my project as well, but I also don't know the impact of this fix. |
Impact of the patch
By default, only phone numbers are detected as special. It might cause a UX problem for your app if you expect your users to input phone number frequently as the This is not a |
The error persists after upgrading to I cannot find any occurrence of |
Hi, fixed on my side with react-native-webview 13.12.3 |
I just upgraded to the new Expo SDK 51 and the editor is no longer working.
The text was updated successfully, but these errors were encountered: