filter boolean or string true Show/hide filter icon from toolbar. Possible values: true: Button is visiable and clickable. false: Button is not visible. disabled: Button is visible, but not clickable. filterArrayFullMatch boolean true For array values, default checks if all the filter values ...
defaultFilter: the filter that will be applied by default to enhance scans, ornoneif no enhancement should be performed by default. Possible values are listed in theAvailable filters section. Default value isautomatic. availableFilters: an array of filters that the user can select when they tap...
(array of strings) - URLs to static images or GIFs that shows the library functionality. Tip Please do not add logotypes or other branding materials to the images array, and please avoid linking multiple assets which shows the same feature. 📱 Platforms android (boolean) - works on Android...
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有...
Fix setRuntimeConfigProvider called multiple times error (637ffb175d) Set initial AppState status to "inactive" instead of "unknown" (54a5ff9745 by @louiszawadzki) Return animated values to JS for natively driven animations (b0485bed09 by @genkikondo) Disabled bitcode for Hermes prebuilts (...
An array renders a tree with multiple root level items whereas an object renders a tree with a single root element (e.g. aSelect Allroot node). texts Texts to override various labels, place holders & messages used in the component. You can also use this to provide translated messages. ...
converted to clickable urls in the text input. 1160 * only valid if `multiline={true}` and `editable={false}`. 1161 * by default no data types are detected. 1162 * 1163 * you can provide one type or an array of many types. 1164 * 1165 * possible values for `datadetectortypes` ...
基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作 Username for 'https://gitee.com': userName Password for 'https://userName@gitee.com': # 私人令牌 master 分支(1) 管理 管理 master react-nes / package-lock.json package-lock.json 245.10 KB ...
Fix crash on empty snapToOffsets array (145fd041c7 by @ryancat) Fix StatusBar not updating to use translucent values when set to the same value across different activities (d34a75e9e5) Fix underlineColorAndroid transparent not working on API 21 (52aee50a70 by @fabriziobertoglio1987) Fixed...
): $ReadOnlyArray<[Module<>, string]> { return [...modules] .filter(isJsModule) .filter(filter) .map((module: Module<>) => [ module, wrapModule(module, { createModuleId, dev, projectRoot, }), ]); } processModules经过过滤后,最后映射为_d(factory,moduleId,dependencies)代码。