React native app

This commit is contained in:
nicco
2018-08-23 14:42:28 +02:00
parent 48ecc86a31
commit 59fd301a86
66 changed files with 10610 additions and 0 deletions

7
src/rn/rn-cli.config.js Normal file
View 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'],
}