Technology Radar
Published : Mar 29, 2022
NOT ON THE CURRENT EDITION
This blip is not on the current edition of the Radar. If it was on one of the last few editions, it is likely that it is still relevant. If the blip is older, it might no longer be relevant and our assessment might be different today. Unfortunately, we simply don't have the bandwidth to continuously review blips from previous editions of the Radar.
Understand more
Mar 2022
Trial
在使用 React Native 构建应用时,有时你会发现不得不创建自己的模块。例如,我们在为 React Native 应用程序构建一个 UI组件库时就遇到了这种需求。创建这样一个模块项目并不简单,但我们的团队成功地使用 Bob 来自动化实现了这一任务。Bob 提供了一个命令行界面来为不同的构建目标创建脚手架。这个脚手架并不限于核心功能,还可以选择性地包括示例代码、代码检查工具、构建流水线和其他功能。