如何从我的本机项目中完全删除装饰器?

时间:2019-10-14 16:19:00

标签: react-native decorator babel mobx

我最近才刚开始学习react-native,我尝试使用babel装饰器,但不断出现此错误...

index.js:“ decorators”插件需要一个“ decoratorsBeforeExport”选项,其值必须为布尔值。如果您要从Babylon / Babel 6迁移,或者想使用旧的装饰器提案,则应使用“ decorators-legacy”插件,而不是“ decorators”。

RCTFatal 28- [RCTCxxBridge handleError:] _ block_invoke _dispatch_call_block_and_release _dispatch_client_callout _dispatch_main_queue_callback_4CF __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE __CFRunLoopRun CFRunLoopRunSpecific GSEventRunModal UIApplicationMain 主要 开始 0x0

check out the screenshot here

enter image description here

请我想知道如何将bab7.6.0及以上版本的mobx装饰器成功集成到我的React Native项目中,或者我如何才能从我的React Native应用程序中完全删除上述错误,因为即使我之后,该错误仍被拒绝卸载了@ babel / plugin-proposal-decorators以及我最初安装的其他插件

0 个答案:

没有答案