gpt4 book ai didi

javascript - React Native 电影示例 SearchBar

转载 作者:行者123 更新时间:2023-12-02 15:29:46 25 4
gpt4 key购买 nike

我怀疑为什么 SearchScreen.js 中有这样的代码行:

var SearchBar = require('SearchBar');

但是我没有看到任何文件SearchBar.js,只看到SearchBar.android.js和SearchBar.ios.js。我不明白为什么它可以运行?

最佳答案

您将在 React Native 文档中找到答案:

Platform Specific Code

Platform specific extensions React Native will detect when a file has a .ios. or .android. extension and load the right file for each platform when requiring them from other components.

For example, you can have these files in your project:

BigButton.ios.js

BigButton.android.js

通过此设置,您可以只需要来自不同组件的文件,而无需关注应用程序运行的平台。

var BigButton = require('./components/BigButton');

React Native 将为运行平台导入正确的组件。

关于javascript - React Native 电影示例 SearchBar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33420041/

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