fight-of-the-mobiles/src/rn/rn-cli.config.js
2018-08-23 14:42:28 +02:00

7 lines
385 B
JavaScript

module.exports = {
/// @name Make ReactNative Great Again
/// @description Allows you to enable support for JSX files, and `.mjs` files which is the new node standard
/// @source http://www.fallingcanbedeadly.com/posts/enabling-react-native-jsx-extension
/// @note One caveat, The `index.js` file in the root of your project has to be `.js`.
getSourceExts: () => ['jsx', 'js'],
}