Add QoL settings
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"editor.tabSize": 2
|
||||
"editor.tabSize": 2,
|
||||
"java.configuration.updateBuildConfiguration": "automatic"
|
||||
}
|
||||
|
@@ -1,8 +1,4 @@
|
||||
module.exports = {
|
||||
presets: ['module:metro-react-native-babel-preset'],
|
||||
env: {
|
||||
production: {
|
||||
plugins: ['react-native-paper/babel', 'react-native-reanimated/plugin'],
|
||||
},
|
||||
},
|
||||
plugins: ['react-native-paper/babel', 'react-native-reanimated/plugin'],
|
||||
};
|
||||
|
@@ -10,7 +10,8 @@
|
||||
"test": "jest",
|
||||
"lint": "eslint .",
|
||||
"all": "npm run build && npm run test && npm run lint",
|
||||
"compile": "export $(cat .env | xargs) && cd android && ./gradlew assembleRelease && cd .."
|
||||
"compile": "export $(cat .env | xargs) && cd android && ./gradlew assembleRelease && cd ..",
|
||||
"clean": "cd android && ./gradlew clean && cd .."
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-async-storage/async-storage": "^1.19.0",
|
||||
|
Reference in New Issue
Block a user