mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
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:
@@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user