React Native 0.72.1 发布
React Native 0.72.1现已发布,具体更新内容如下: Added iOS specific 添加警告以帮助用户从互操作层迁移。(a702d0515f) 允许在互操作层中查找不带 RCT 前缀的 ViewManager(a28881a3d7) Changed react-native/metro-config现在包括来自metro-config的所有基本配置值(bbcedd385b) 将 CLI 升级到 11.3.3(da84901f78) 将@react-native/metro-config升级至 0.72.7,@react-native/gradle-plugin升级至 0.72.11,@react-native/virtualized-lists升级至 0.72.6(95db9f98f2) Fixed react-native/virtualized-lists在运行时不需要react-test-renderer(7a2a3278d0) Android specific 在测量文本行宽度时,排除了换行符中的 trailing whitespace(83d7a48a4...