Improve Systrace support

Reviewed By: javache

Differential Revision: D3041704

fb-gh-sync-id: 11df4570988a6fa31beb5ab34b92debb63fade4c
shipit-source-id: 11df4570988a6fa31beb5ab34b92debb63fade4c
This commit is contained in:
Alexey Lang 2016-03-15 05:00:28 -07:00 committed by Facebook Github Bot 6
parent 2605a2299f
commit 79d6ced103
1 changed files with 3 additions and 1 deletions

View File

@ -541,7 +541,9 @@ RCT_EXPORT_METHOD(show)
RCT_EXPORT_METHOD(reload)
{
[_bridge reload];
[[NSNotificationCenter defaultCenter] postNotificationName:RCTReloadNotification
object:nil
userInfo:nil];
}
- (void)setShakeToShow:(BOOL)shakeToShow