Похоже, что Expo Webpack не необязательное сцепление .
Я обнаружил это, когда пытался установить UI Kitten в приложение Expo Web.
Это ошибка компиляции после того, как я добавил UI Kitten во вновь созданное приложение Expo
node_modules/@ui-kitten/components/ui/input/input.component.js 104:38
Module parse failed: Unexpected token (104:38)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| this.webEventResponder = devsupport_1.WebEventResponder.create(this);
| this.focus = () => {
> this.textInputRef.current?.focus();
| };
| this.blur = () => {
Версии Deps (последние на момент написания здесь).
expo@37.0.6
@ui-kitten/components@5.0.0-alpha.1
Какие-нибудь советы, чтобы взломать это?