mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-26 05:15:49 +08:00
Upgraded dev menu
This commit is contained in:
@@ -36,15 +36,16 @@
|
||||
@property (nonatomic, assign) BOOL liveReloadEnabled;
|
||||
|
||||
/**
|
||||
* The time between checks for code changes. Defaults to 1 second.
|
||||
*/
|
||||
@property (nonatomic, assign) NSTimeInterval liveReloadPeriod;
|
||||
|
||||
/**
|
||||
* Manually show the dev menu.
|
||||
* Manually show the dev menu (can be called from JS).
|
||||
*/
|
||||
- (void)show;
|
||||
|
||||
/**
|
||||
* Manually reload the application. Equivalent to calling [bridge reload]
|
||||
* directly, but can be called from JS.
|
||||
*/
|
||||
- (void)reload;
|
||||
|
||||
@end
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user