私はios-simulatorでアプリを構築しようとしたとき、それは言う:
バンドルに失敗しました:SyntaxError:/Users/MyName/MyApp/node_modules/react-native/node_modules/react-native/Libraries/Components/Switch/Switch.js:実験構文nullishCoalescingOperator
のサポートは現在有効になっていません(167:52):
_ 165 | {...props}
166 | {...platformProps}
> 167 | accessibilityRole={props.accessibilityRole ?? 'button'}
| ^
168 | onChange={this._handleChange}
169 | onResponderTerminationRequest={returnsFalse}
170 | onStartShouldSetResponder={returnsTrue}
_
Add @babel/plugin-proposal-nullish-coalescing-operator (https://git.io/vb4Se) to the 'plugins' section of your Babel config to enable transformation.
私はそれが言うことをしましたが、それは助けになりませんでした...どんな助けも感謝されます。
私は.babelrcを変更することで解決したと思う
{
"presets": ["module:metro-react-native-babel-preset"]
}
この変更は、react-nativeバージョンのアップグレードが原因です