mirror of
https://github.com/cupcakearmy/fight-of-the-mobiles.git
synced 2026-04-02 18:25:23 +00:00
React native app
This commit is contained in:
7
src/rn/rn-cli.config.js
Normal file
7
src/rn/rn-cli.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
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'],
|
||||
}
|
||||
Reference in New Issue
Block a user