From f9e84f9170c493858891abf3f005df86c94e540a Mon Sep 17 00:00:00 2001
From: Amir Angel <36531255+17Amir17@users.noreply.github.com>
Date: Mon, 2 Dec 2024 13:56:42 +0200
Subject: [PATCH] fix: cleanup
---
example76/App.tsx | 5 +----
src/RichText/RichText.tsx | 2 ++
turbo.json | 2 +-
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/example76/App.tsx b/example76/App.tsx
index e5a1a9e..7fd6dce 100644
--- a/example76/App.tsx
+++ b/example76/App.tsx
@@ -28,10 +28,7 @@ export const Basic = () => {
return (
- {/* s2111s223s */}
- {/* apapzpapa
'}} /> */}
-
{
// Propagated Props
onLoad={(e) => {
setLoaded(true);
+ // This is a workaround for iOS to make sure the webview is loaded
+ // See https://github.com/react-native-webview/react-native-webview/issues/3578
if (Platform.OS === 'ios' && key === 'webview') {
setKey('webview_reloaded');
}
diff --git a/turbo.json b/turbo.json
index 616114d..d26fc75 100644
--- a/turbo.json
+++ b/turbo.json
@@ -12,7 +12,7 @@
"example/android",
"!example/android/.gradle",
"!example/android/build",
- "!example/android/app/build"ת
+ "!example/android/app/build",
"example76/package.json",
"example76/android",
"!example76/android/.gradle",