Skip to content
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

If you get an error, read this first #30

Closed
jsamr opened this issue Feb 8, 2021 · 0 comments
Closed

If you get an error, read this first #30

jsamr opened this issue Feb 8, 2021 · 0 comments

Comments

@jsamr
Copy link
Collaborator

jsamr commented Feb 8, 2021

I have recently released new versions for [email protected] (foundry) release. If you're not on this pre-release yet, you should pay attention to the version of the plugins you're using. See the below table (available in the root project README):

react-native-render-html @native-html/table-plugin @native-html/iframe-plugin
< 5.0.0 2.x (documentation) No Plugin, iframes were rendered internally
≥ 5.0.0 < 6.0.0 3.x (documentation) 1.x (documentation)
≥ 6.0.0 4.x (documentation)
5.x (documentation)
2.x (documentation)

To install a specific version, use the semver ranges. For example, if you need the table plugin version 3.x, do:

yarn add @native-html/table-plugin@^3.0.0

Notes on React Native Render HTML 6.0.0-alpha.x

Different alphas brought breaking changes. Make sure you follow those rules:

RNRH 6.0.0 < alpha.23

RNRH 6.0.0 ≥ alpha.23, < alpha.25

RNRH 6.0.0 ≥ alpha.25 < beta.0

RNRH 6.0.0 ≥ beta.0

  • @native-html/table-plugin ≥ 5.3.0
  • @native-html/iframe-plugin ≥ 2.5.0
  • @native-html/heuristic-table-plugin ≥ 0.6.0
@jsamr jsamr pinned this issue Feb 8, 2021
@jsamr jsamr closed this as completed Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant