You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that this bug has not been reported yet
Description
I have a very long policy text which contains over 12k words (around 78k chars) on my website and I want to render it on the mobile app. When I try to navigate to the screen contains it, it took 5-6 seconds delay to navigate (video below)
Any solution to deal with this scenario would be appreciated !
React Native Information
react-native version: 0.72.4
RNRH Version
react-native-render-html version: 6.3.4
@native-html/table-plugin version : 5.3.1
Tested Platforms
Android
iOS
Web
MacOS
Windows
Reproduction Platforms
Android
iOS
Web
MacOS
Windows
Minimal, Reproducible Example
I try to create an exact version of this scenario but seem I can't (Snack install @react-navigation/native failed) . Also my RenderHTML is using custom fonts and base64 font (you can see in the code) so I don't know how to do it with Snack. But I already created a simple version of this, you can check it here: https://snack.expo.dev/@quangbinh1999/rnrhtml-template. The "very long html" is fetched from my server and you can find it in html variable. I hope this does some help.
Additional Notes
No response
The text was updated successfully, but these errors were encountered:
Decision Table
<yyy>
is not rendered”Good Faith Declaration
Description
I have a very long policy text which contains over 12k words (around 78k chars) on my website and I want to render it on the mobile app. When I try to navigate to the screen contains it, it took 5-6 seconds delay to navigate (video below)
Simulator.Screen.Recording.-.iPhone.14.Pro.-.2024-01-12.at.16.18.19.mp4
Note that I also use
@native-html/table-plugin
to render table, but even without using it, the navigation is still laggyHere is my implement code
Any solution to deal with this scenario would be appreciated !
React Native Information
RNRH Version
react-native-render-html version: 6.3.4
@native-html/table-plugin version : 5.3.1
Tested Platforms
Reproduction Platforms
Minimal, Reproducible Example
I try to create an exact version of this scenario but seem I can't (Snack install
@react-navigation/native
failed) . Also myRenderHTML
is using custom fonts and base64 font (you can see in the code) so I don't know how to do it with Snack. But I already created a simple version of this, you can check it here: https://snack.expo.dev/@quangbinh1999/rnrhtml-template. The "very long html" is fetched from my server and you can find it inhtml
variable. I hope this does some help.Additional Notes
No response
The text was updated successfully, but these errors were encountered: