syntax 'nullishCoalescingOperator' isn't currently enabled
问题 when I tried to build my app on ios-simulator it says : bundling failed: SyntaxError: /Users/MyName/MyApp/node_modules/react-native/node_modules/react-native/Libraries/Components/Switch/Switch.js: Support for the experimental syntax nullishCoalescingOperator isn't currently enabled (167:52): 165 | {...props} 166 | {...platformProps} > 167 | accessibilityRole={props.accessibilityRole ?? 'button'} | ^ 168 | onChange={this._handleChange} 169 | onResponderTerminationRequest={returnsFalse} 170 |