feat: add typescript (#3266)

* chore: update dependencies
* chore: add typescript config
* feat: add types
* chore: add build command
* chore: fix types
* fix: update linters
* chore: add display name to component
* chore: fix types
* chore: remove re-declare name variables
* docs: update changelog
This commit is contained in:
Krzysztof Moch
2023-10-06 18:39:14 +02:00
committed by GitHub
parent f4acaccd80
commit 92831afd5f
20 changed files with 1259 additions and 619 deletions

View File

@@ -1,3 +1,10 @@
{
"extends": "@react-native-community",
"extends": [
"@react-native",
"eslint:recommended",
"plugin:react/recommended"
],
"parserOptions": {
"requireConfigFile": false
}
}