Skip to content

Commit

Permalink
Update RCTActionSheetManager.m
Browse files Browse the repository at this point in the history
Summary:
We use [self bridge] in this class but weren't synthesizing the bridge getters/setters.

Fixes facebook#7890
Closes facebook#7909

Differential Revision: D3390538

fbshipit-source-id: d75a1976af01b21887ddad5060ce635cf84abadd
  • Loading branch information
javache authored and Facebook Github Bot 6 committed Jun 4, 2016
1 parent 58fb91e commit b91bf8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Libraries/ActionSheetIOS/RCTActionSheetManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ @implementation RCTActionSheetManager

RCT_EXPORT_MODULE()

@synthesize bridge = _bridge;

- (dispatch_queue_t)methodQueue
{
return dispatch_get_main_queue();
Expand Down

0 comments on commit b91bf8e

Please sign in to comment.