React native 找不到appcenter react本机ios`index.ios.js`

React native 找不到appcenter react本机ios`index.ios.js`,react-native,visual-studio-app-center,React Native,Visual Studio App Center,使用react native for appcenter,如何将构建设置为使用index.js 我得到以下错误: error The resource `/Users/runner/work/1/s/index.ios.js` was not found 我可以在预构建脚本中指定它吗?好的,经过一段时间的挖掘,这是修复: 加上 index.ios.js 项目根目录上的文件 在文件中,为我的项目导入基础 require ('./src/index.native') 在那之后,建筑很好

使用react native for appcenter,如何将构建设置为使用index.js

我得到以下错误:

error The resource `/Users/runner/work/1/s/index.ios.js` was not found

我可以在预构建脚本中指定它吗?

好的,经过一段时间的挖掘,这是修复:

加上

index.ios.js

项目根目录上的文件

在文件中,为我的项目导入基础

require ('./src/index.native')
在那之后,建筑很好