9.1.1 Package
react-native bundle
--platform ios
--dev false
--entry-file index.ios.js
--bundle-output ios/bundle/index.ios.bundle
--assets-dest ios/bundle
原文: https://unbug.gitbooks.io/react-native-training/content/911_package.html
react-native bundle
--platform ios
--dev false
--entry-file index.ios.js
--bundle-output ios/bundle/index.ios.bundle
--assets-dest ios/bundle
原文: https://unbug.gitbooks.io/react-native-training/content/911_package.html
本文档使用 BookStack 构建