加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
react-native.config.js 667 Bytes
一键复制 编辑 原始数据 按行查看 历史
Llong 提交于 2020-07-31 12:44 . 新增框架支撑
module.exports = {
dependency: {
platforms: {
ios: { project: "lib/ios/react-native-nbbase.podspec" },
android: { sourceDir: "lib/android" }
}
},
dependencies: {
"react-native-nbbase": {
root: __dirname,
platforms: {
ios: { podspecPath: __dirname + "/lib/ios/react-native-nbbase.podspec" },
android: {
sourceDir: __dirname + "/lib/android",
packageImportPath: "import cn.yupute.react.NBBasePackage;",
packageInstance: "new NBBasePackage()"
}
}
}
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化