mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00

* fix(tabs): delay loadView when animation runs * chore: update api.md * chore: remove unnecessary casting * test: Added disabled test for changing tabs * tabs(ios): added tabs styling in ios * tabs: added iosAlignment property * tabs: textTransform support * tabs: iosAlignment moved to tabstrip * test: add frame-in-tabs test * chore: addressing PR comments * chore: addressing PR comments * chore: call method on the instance instead of call * chore: move IOSAlignment property * chore: update comments * fix: texttransform to tabstrip in bottomnavigation * chore: add new item to native-api-usage * chore: remove unneeded setNativeView call * chore: removed unneeded check Co-authored-by: Dimitar Topuzov <dtopuzov@gmail.com>
38 lines
700 B
JSON
38 lines
700 B
JSON
{
|
|
"uses": [
|
|
"CoreFoundation.CFError:*",
|
|
"CoreFoundation.CFNumber:*",
|
|
"CoreFoundation.CFRunLoop:*",
|
|
|
|
"CoreGraphics.*:*",
|
|
|
|
"CoreText.CTFontManager:*",
|
|
|
|
"Darwin.C.math:*",
|
|
"Darwin.POSIX.sys.socket:*",
|
|
|
|
"Foundation.*:*",
|
|
|
|
"MaterialComponents.MDCTabBar:*",
|
|
"MaterialComponents.MDCTabBarIndicatorTemplate:*",
|
|
|
|
"NativeScriptEmbedder:*",
|
|
|
|
"Photos.PHImageManager:*",
|
|
|
|
"QuartzCore.*:*",
|
|
|
|
"SystemConfiguration.SCNetworkReachability:*",
|
|
|
|
"UIKit.*:*",
|
|
|
|
"WebKit.WKNavigationDelegate:*",
|
|
"WebKit.WKUserContentController:*",
|
|
"WebKit.WKUserScript:*",
|
|
"WebKit.WKWebView:*",
|
|
"WebKit.WKWebViewConfiguration:*",
|
|
|
|
"TNSWidgets*:*"
|
|
]
|
|
}
|