mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-22 11:16:06 +08:00
Add dev mode to Android settings menu
Differential Revision: D2521488 fb-gh-sync-id: 28ae23a43570682e42eec4b6995235e8c65dd786
This commit is contained in:
committed by
facebook-github-bot-9
parent
3b370ce438
commit
34c26f31f6
@@ -23,4 +23,9 @@ public interface DeveloperSettings {
|
||||
* @return Whether debug information about transitions should be displayed.
|
||||
*/
|
||||
boolean isAnimationFpsDebugEnabled();
|
||||
|
||||
/**
|
||||
* @return Whether dev mode should be enabled in JS bundles.
|
||||
*/
|
||||
boolean isJSDevModeEnabled();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user