Add Support screen (#1171)

* Update strings.ftl

* Add drawer item for Support

* Update strings.ftl

* Change key

* UI for Support screen

* Link out to websites on button presses

* Restyle screen header

* Eslint settings to get rid of an error

* Use react-native-store-review to ask for review

* Not needed use of .tsx in import

* Remove comments
This commit is contained in:
Johannes Klein
2024-02-25 22:33:04 +01:00
committed by GitHub
parent 61754f1eb1
commit 4877c1a369
12 changed files with 170 additions and 29 deletions

View File

@@ -130,7 +130,10 @@ module.exports = {
ignorePatterns: ["/coverage/*", "/vendor/*"],
settings: {
"import/resolver": {
"babel-module": { allowExistingDirectories: true }
"babel-module": { allowExistingDirectories: true },
node: {
extensions: [".js", ".jsx", ".ts", ".tsx"]
}
}
}
};