mirror of
https://github.com/status-im/react-native.git
synced 2025-01-25 00:39:03 +00:00
e11cdc917c
Summary: ``` Apps/Instagram/AppLibraries/IGReactKit/IGReactKit/IGReactRouteHelpers.m:54:5: error: implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Werror,-Wnullable-to-nonnull-conversion] RCTAssert(!(title != nil && logoAsTitle), @"Screen navigationOptions cannot have both title and logoAsTitle."); ^ Apps/Instagram/AppLibraries/IGReactKit/IGReactKit/IGReactRouteHelpers.m:54:5: error: implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Werror,-Wnullable-to-nonnull-conversion] /data/sandcastle/boxes/trunk-hg-fbobjc-fbsource/xplat/js/react-native-github/React/Base/RCTAssert.h:28:14: note: expanded from macro 'RCTAssert' file:@(__FILE__) lineNumber:__LINE__ description:__VA_ARGS__]; \ ``` Reviewed By: zats Differential Revision: D8509133 fbshipit-source-id: ae7027efc18716193c86fbeeec74d41d1879797f