Remove RN example app (no maintainer) (#566)

* Remove RN example app (no maintainer)

* Adjust tsconfig.json

* yarn.lock
This commit is contained in:
Jaco
2021-12-21 16:44:30 +01:00
committed by GitHub
parent eec754cd66
commit 2af291057a
58 changed files with 32 additions and 3249 deletions
+7 -2
View File
@@ -3,6 +3,11 @@
"compilerOptions": {
"baseUrl": "./packages"
},
"include": ["packages/**/src/**/*", "packages/**/*.js"],
"exclue": ["**/node_modules/**/*"]
"include": [
"packages/**/src/**/*",
"packages/**/*.js"
],
"exclue": [
"**/node_modules/**/*"
]
}