Skip to content

Commit

Permalink
fix(ios): remove iOS listener stubs added for RN0.65 compat, they cau…
Browse files Browse the repository at this point in the history
…sed a regression (#493)
  • Loading branch information
xHeinrich committed Sep 3, 2021
1 parent c7913e4 commit a52b0a5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ios/RNCNetInfo.m
Expand Up @@ -251,12 +251,4 @@ - (NSString *)bssid
}
#endif

RCT_EXPORT_METHOD(addListener : (NSString *)eventName) {
// Keep: Required for RN built in Event Emitter Calls.
}

RCT_EXPORT_METHOD(removeListeners : (NSInteger)count) {
// Keep: Required for RN built in Event Emitter Calls.
}

@end

0 comments on commit a52b0a5

Please sign in to comment.