ITADN

Bug in 4.1.2 - cannot find type 'RecyclableView' in scope when running npx expo run ios

#993Closedrichkuo 创建于 2026-01-29
R
richkuocommented
when doing an `npx expo run ios`, the following error comes up with version 4.1.2 expo version 54.0.32 ``` ❌ (node_modules/react-native-mmkv/nitrogen/generated/ios/NitroMmkvAutolinking.swift:24:50) 22 | 23 | public static func isMMKVPlatformContextRecyclable() -> Bool { > 24 | return HybridMMKVPlatformContext.self is any RecyclableView.Type | ^ cannot find type 'RecyclableView' in scope 25 | } 26 | } 27 | ```
关闭于 2026-01-29 4 条评论