Skip to content

Commit cc9cb51

Browse files
committedApr 19, 2018
pull in expo stuff, add navigation
1 parent 74ceb98 commit cc9cb51

File tree

268 files changed

+2322
-11518
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+2322
-11518
lines changed
 

‎.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"presets": ["react-native"]
2+
"presets": ["react-native", "react-native-dotenv"]
33
}

‎.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"rules": {
2424
"arrow-parens": ["off"],
25-
"compat/compat": 2,
25+
"compat/compat": "off",
2626
"class-methods-use-this": "off",
2727
"consistent-return": "off",
2828
"comma-dangle": "off",

0 commit comments

Comments
 (0)
Please sign in to comment.