gpt4 book ai didi

react-native - 导入已安装的节点模块与在 React 中导入 css 或其他文件

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

有人可以解释为什么会这样:

import React from '../node_modules/react';

是相同的:
import React from 'react';

还有这个:
import './App.css';

不等于:
import 'App.css';   or import 'App.css';

在后面的示例中,我收到一条消息,指出在 src 目录中找不到文件 App.css 但它在那里。

最佳答案

它按名称标识模块

但是它仅通过路径检测到的文件
正如您将在 the documentation 中看到的那样

module-name The module to import from. This is often a relative or absolute path name to the .js file containing the module. Certain bundlers may permit or require the use of the extension; check your environment. Only single quoted and double quoted Strings are allowed.

name Name of the module object that will be used as a kind of namespace when referring to the imports.

关于react-native - 导入已安装的节点模块与在 React 中导入 css 或其他文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59399532/

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