We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e0396 commit b78206dCopy full SHA for b78206d
website/guides/getting-started.md
@@ -182,7 +182,7 @@ const babelLoaderConfiguration = {
182
// Babel configuration (or use .babelrc)
183
// This aliases 'react-native' to 'react-native-web' and includes only
184
// the modules needed by the app.
185
- plugins: ['react-native-web', 'transform-runtime'],
+ plugins: ['react-native-web'],
186
// The 'react-native' preset is recommended to match React Native's packager
187
presets: ['react-native']
188
}
0 commit comments