diff --git a/react-native.config.js b/react-native.config.js index f279a6a9b412..6d6dd3f5805f 100644 --- a/react-native.config.js +++ b/react-native.config.js @@ -4,13 +4,4 @@ module.exports = { android: {}, }, assets: ['./assets/fonts/native'], - expo: { - userInterfaceStyle: 'automatic', - ios: { - userInterfaceStyle: 'automatic', - }, - android: { - userInterfaceStyle: 'automatic', - }, - }, };