gpt4 book ai didi

react-native - React Native - 运行命令 "react-native unlink"时出错

转载 作者:行者123 更新时间:2023-12-04 10:57:13 26 4
gpt4 key购买 nike

在升级过去的 react-native 0.60 之后......我被警告我应该取消链接所有手动链接的第 3 方库(因为 RN 现在通过自动链接处理它)。

但是,当我运行 react-native unlink <depedency>我收到错误 Something went wrong while unlinking. Reason Expected [\n\r] but end of input found
有任何想法吗?

最佳答案

原因是,在您的一个文件中,文件末尾的空白行丢失了。

请检查以下文件以获取此空行:

  • ios/[项目].xcodeproj/project.pbxproj
  • 安卓/settings.gradle

  • 您也可以像这样手动取消链接模块:

    打开 android/settings.gradle ,删除包含和项目行

    清理后,文件应如下所示:
    rootProject.name = 'MyBeautifullApp'
    apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
    include ':app'

    关于react-native - React Native - 运行命令 "react-native unlink"时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59099980/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com