diff --git a/docs/guides/getting-started.md b/docs/guides/getting-started.md index ad0e57ba..16aa6ceb 100644 --- a/docs/guides/getting-started.md +++ b/docs/guides/getting-started.md @@ -36,7 +36,7 @@ const babelLoaderConfiguration = { cacheDirectory: true, // This aliases 'react-native' to 'react-native-web' and includes only // the modules needed by the app - plugins: ['react-native-web/babel'] + plugins: ['react-native-web/babel'], // The 'react-native' preset is recommended (or use your own .babelrc) presets: ['react-native'] }