Skip to content

Commit 64bcc69

Browse files
mateuuszzzzzwar-in
authored andcommitted
Add missing log in iOS turbo module
1 parent 1f18a18 commit 64bcc69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/hybrid-app/ios/ReactNativeHybridApp.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ - (void)sendAuthToken:(NSString *)authToken {
2929

3030
- (void)getHybridAppSettings:(RCTPromiseResolveBlock)resolve
3131
reject:(RCTPromiseRejectBlock)reject {
32+
NSLog(@"[ReactNativeHybridApp] `getHybridAppSettings` should never be called in standalone `New Expensify` app");
3233
reject(@"NOT_IMPLEMENTED", @"This method is not available in standalone New Expensify app", nil);
3334
}
3435

0 commit comments

Comments
 (0)