Replies: 1 comment 7 replies
-
Another way of approaching this imo, is maybe to have the abstract layer of reanimated (in this context, I thought of @nandorojo 's moti library) to bundle the js portion of reanimated when serving for web and lock the version (the same way expo lock the version of their modules) Or have another abstraction library in between RA2 and moti that has proper standalone web bundling. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since Web is JS-only, I think it would be best to find a way to get it to run without the Babel plugin. The plugin adds a lot of build time, and makes it hard to use with other build tools like Next.js.
Beta Was this translation helpful? Give feedback.
All reactions