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
Great to see a project to address the lack of text editor that are not webview based for react-native 👍
After installing the package, I get the following error:
Web Bundling failed 9183ms (platforms/client/index.tsx)
error: ../../node_modules/rn-text-editor/lib/module/core/Extensions/commands.js: .../node_modules/rn-text-editor/lib/module/core/Extensions/commands.js: 'Commands' is a reserved export and may only be used to export the result of codegenNativeCommands.
Here's more info about my system (I use expo sdk50, metro web and expo router):
This pass is configured by @expo/metro-config which is also uses the project's babel.config.js. So there might be a way to avoid the PluginPass.ExportNamedDeclaration for specific modules as a workaround.
But unless something is misconfigured somewhere, I guess it's unexpected that there are global restrictions for naming exports. I'll submit a question upstream with expo.
Hi @jmatsushita, thank you for your interest and for giving it a try! 🙌
I've been busy lately & I was waiting for this patch: facebook/react-native#29063 (comment)
I've done the basics & while the solution appears straightforward, I'll keep adding more features & fixing some bugs in the upcoming iterations.
Hi there,
Great to see a project to address the lack of text editor that are not webview based for react-native 👍
After installing the package, I get the following error:
Here's more info about my system (I use expo sdk50, metro web and expo router):
Cheers,
Jun
The text was updated successfully, but these errors were encountered: