适用于Android和IOS的React-Native禁用包

时间:2019-09-13 06:10:38

标签: ios react-native react-native-ios

在React-Native调试模式下不会捆绑代码,但是默认情况下react-native会在发布模式下捆绑JS代码。

我们可以在发布模式下禁用捆绑。

对于Android 添加标记

setState

如何在IOS for iPhone版本中执行此操作?

我还检查了/node_modules/react-native/scripts/react-native-xcode.sh文件中的设置project.ext.react = [ entryFile: "index.js", extraPackagerArgs: ['--minify=false'], bundleInRelease: false ]

0 个答案:

没有答案