fix: automatically set top inset on Android in native stack

This commit is contained in:
Satyajit Sahoo
2021-05-21 12:21:59 +02:00
parent 3e67f64ea5
commit 2cb44a5663
4 changed files with 23 additions and 11 deletions

View File

@@ -3,7 +3,8 @@
"references": [
{ "path": "../core" },
{ "path": "../routers" },
{ "path": "../native" }
{ "path": "../native" },
{ "path": "../elements" }
],
"compilerOptions": {
"outDir": "./lib/typescript"