Adding freezeOnBlur for android and iOS #306
Annotations
2 errors and 11 warnings
Build example for iOS
fatal error: module 'RCTDeprecation' in AST file '/Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/2VET1BCI500YL/RCTDeprecation-FA4CDKU9EFLS.pcm' (imported by AST file '/Users/runner/Library/Developer/Xcode/DerivedData/ReactNativeBottomTabsExample-gpermdiojumotfanieuoetwkxvbl/Build/Intermediates.noindex/PrecompiledHeaders/ReactTestApp-Bridging-Header-swift_1T3HS6EWYHBZ-clang_2VET1BCI500YL.pch') is not defined in any loaded module map file; maybe you need to load '/Users/runner/work/react-native-bottom-tabs/react-native-bottom-tabs/example/node_modules/.generated/ios/../../../ios/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap'?
|
Build example for iOS
fatal error: module 'RCTDeprecation' in AST file '/Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/3UAURZXSV7IJ8/RCTDeprecation-FA4CDKU9EFLS.pcm' (imported by AST file '/Users/runner/Library/Developer/Xcode/DerivedData/ReactNativeBottomTabsExample-gpermdiojumotfanieuoetwkxvbl/Build/Intermediates.noindex/PrecompiledHeaders/ReactTestApp-Bridging-Header-swift_6ZM6SXLO92JI-clang_3UAURZXSV7IJ8.pch') is not defined in any loaded module map file; maybe you need to load '/Users/runner/work/react-native-bottom-tabs/react-native-bottom-tabs/example/node_modules/.generated/ios/../../../ios/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap'?
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build example for iOS:
ios/PageSelectedEvent.swift#L30
coercion of implicitly unwrappable value of type 'String?' to 'Any' does not unwrap optional
|
Build example for iOS:
ios/PageSelectedEvent.swift#L30
coercion of implicitly unwrappable value of type 'String?' to 'Any' does not unwrap optional
|
Build example for iOS:
ios/TabLongPressedEvent.swift#L34
coercion of implicitly unwrappable value of type 'String?' to 'Any' does not unwrap optional
|
Build example for iOS:
ios/TabLongPressedEvent.swift#L34
coercion of implicitly unwrappable value of type 'String?' to 'Any' does not unwrap optional
|
Build example for iOS:
ios/RCTTabViewViewManager.mm#L51
incompatible pointer types sending 'TabLongPressEvent *' to parameter of type 'id<RCTEvent>' [-Wincompatible-pointer-types]
|
Build example for iOS:
ios/RCTTabViewViewManager.mm#L56
incompatible pointer types sending 'PageSelectedEvent *' to parameter of type 'id<RCTEvent>' [-Wincompatible-pointer-types]
|
Build example for iOS:
ios/RCTTabViewViewManager.mm#L51
incompatible pointer types sending 'TabLongPressEvent *' to parameter of type 'id<RCTEvent>' [-Wincompatible-pointer-types]
|
Build example for iOS:
ios/RCTTabViewViewManager.mm#L56
incompatible pointer types sending 'PageSelectedEvent *' to parameter of type 'id<RCTEvent>' [-Wincompatible-pointer-types]
|
Build example for iOS:
example/node_modules/react-native-screens/ios/utils/UIView+RNSUtility.mm#L41
undeclared selector 'touchHandler' [-Wundeclared-selector]
|
Build example for iOS:
example/node_modules/react-native-screens/ios/utils/UIView+RNSUtility.mm#L46
undeclared selector 'touchHandler' [-Wundeclared-selector]
|
Loading