react-native-macos/template
Kacper Wiszczuk 83a16b16c9 fix: prevent activity recreation on theme change (#26413)
Summary:
On Android 10 whole activity is recreated when the user changes system theme. We should prevent it by adding `uiMode` in `android:configChanges` key in the default template.

## Changelog

[Android] [Fixed] - Android 10: Prevent activity recreation on theme change
Pull Request resolved: https://github.com/facebook/react-native/pull/26413

Test Plan: NOOP

Differential Revision: D17342811

Pulled By: cpojer

fbshipit-source-id: 2bed9b5f91e1b67451fefe34b02a1129d6c80d15
2019-09-12 05:10:58 -07:00
..
__tests__ Exclude RN templates from internal linters 2019-02-11 15:42:17 -08:00
android fix: prevent activity recreation on theme change (#26413) 2019-09-12 05:10:58 -07:00
ios Fix typos in comments about use_frameworks! (#26381) 2019-09-09 07:23:59 -07:00
App.js Manual fixes for xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
_buckconfig Move react-native template 2018-12-07 07:49:19 -08:00
_eslintrc.js Add .eslintrc to RN project template (#23901) 2019-03-21 07:14:23 -07:00
_flowconfig Move `react-native-implementation.js` to `index.js` 2019-09-12 03:29:51 -07:00
_gitattributes Move react-native template 2018-12-07 07:49:19 -08:00
_gitignore Adding the debug.keystore file back (#25807) 2019-07-25 15:09:25 -07:00
_prettierrc.js Fresh RN projects fails ESLint / Prettier by default (#25478) 2019-07-15 02:09:59 -07: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
package.json Add package.json scripts ro run android and ios in template (#25618) 2019-07-12 09:05:12 -07:00