mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 01:40:08 +00:00
Fix missing methods in !RCT_DEBUG
Reviewed By: bestander Differential Revision: D3508704 fbshipit-source-id: 82c38819a83a50e0d5ba25480b5b4b7290c92e13
This commit is contained in:
parent
88bd5e4d90
commit
33d59137a5
@ -421,6 +421,7 @@ RCT_EXPORT_METHOD(dismiss)
|
||||
- (void)showError:(NSError *)message {}
|
||||
- (void)showErrorMessage:(NSString *)message {}
|
||||
- (void)showErrorMessage:(NSString *)message withDetails:(NSString *)details {}
|
||||
- (void)showErrorMessage:(NSString *)message withRawStack:(NSString *)rawStack {}
|
||||
- (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {}
|
||||
- (void)updateErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {}
|
||||
- (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack showIfHidden:(BOOL)shouldShow {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user