react-native-macos/template
Dulmandakh 84a2fb0a4a SYSTEM_ALERT_WINDOW only in debug builds (#23504)
Summary:
SYSTEM_ALERT_WINDOW permission is used only for debug builds to show draw overlay views or show warnings/errors. This permissions is unused in release builds, and there is an issue regarding removing unused permissions on Android build https://github.com/facebook/react-native/issues/5886#issuecomment-464495388. This PR removes SYSTEM_ALERT_WINDOW from all builds bug debug.

[Android] [Changed] - SYSTEM_ALERT_WINDOW permissions available only in debug builds
Pull Request resolved: https://github.com/facebook/react-native/pull/23504

Differential Revision: D14123045

Pulled By: cpojer

fbshipit-source-id: 68829a774ff23c7cb2721076a9d3870405f48fea
2019-02-18 02:39:55 -08:00
..
__tests__ Exclude RN templates from internal linters 2019-02-11 15:42:17 -08:00
android SYSTEM_ALERT_WINDOW only in debug builds (#23504) 2019-02-18 02:39:55 -08:00
ios Revert RCTRootView's backgroundColor to white (#23358) 2019-02-11 14:31:26 -08:00
App.js Exclude RN templates from internal linters 2019-02-11 15:42:17 -08:00
_buckconfig Move react-native template 2018-12-07 07:49:19 -08:00
_flowconfig deploy 0.93 2019-02-15 12:04:32 -08:00
_gitattributes Move react-native template 2018-12-07 07:49:19 -08:00
_gitignore Move react-native template 2018-12-07 07:49:19 -08:00
_watchmanconfig Move react-native template 2018-12-07 07:49:19 -08:00
app.json Move react-native template 2018-12-07 07:49:19 -08:00
babel.config.js fix: change template to work with jest (#23150) 2019-01-24 17:33:50 -08:00
index.js Exclude RN templates from internal linters 2019-02-11 15:42:17 -08:00
metro.config.js Exclude RN templates from internal linters 2019-02-11 15:42:17 -08:00