Skip to content

Commit

Permalink
feat(android): native-api-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 21, 2021
1 parent cc052a0 commit 19397fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions plugin/platforms/android/native-api-usage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"uses": [
"com.nativescript.swiperefreshlayout:CarouselFriendlySwipeRefreshLayout*",
"androidx.swiperefreshlayout.widget:SwipeRefreshLayout*",
"androidx.swiperefreshlayout.widget.SwipeRefreshLayout:OnRefreshListener*"
]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"removeComments": false,
"declaration": true,
"noLib": false,
"emitDecoratorMetadata": true,
"emitDecoratorMetadata": false,
"experimentalDecorators": true,
"lib": ["es6", "dom"],
"sourceMap": true,
Expand Down

0 comments on commit 19397fd

Please sign in to comment.