Android emulator seems to neglect status-bar text color configuration

Although I use the following configuration in exp.json file, status bar text color is still black on the Android emulator.

"androidStatusBar": {
    "barStyle": "light-content",
    "backgroundColor": "#303F9F"
},

Is there any other configuration required?