Home
last modified time | relevance | path

Searched refs:hasChildren (Results 1 – 25 of 26) sorted by relevance

12

/expo/docs/common/
H A Dutilities.ts4 function hasChildren(node: React.ReactNode): node is React.ReactElement { function
20 } else if (hasChildren(node)) {
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/modules/svg/include/
H A DSkSVGContainer.h27 bool hasChildren() const final;
H A DSkSVGNode.h170 virtual bool hasChildren() const { return false; } in hasChildren() function
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/modules/svg/include/
H A DSkSVGContainer.h27 bool hasChildren() const final;
H A DSkSVGNode.h170 virtual bool hasChildren() const { return false; } in hasChildren() function
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/modules/svg/include/
H A DSkSVGContainer.h27 bool hasChildren() const final;
H A DSkSVGNode.h170 virtual bool hasChildren() const { return false; } in hasChildren() function
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/modules/svg/include/
H A DSkSVGContainer.h27 bool hasChildren() const final;
H A DSkSVGNode.h170 virtual bool hasChildren() const { return false; } in hasChildren() function
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/modules/svg/include/
H A DSkSVGContainer.h27 bool hasChildren() const final;
H A DSkSVGNode.h170 virtual bool hasChildren() const { return false; } in hasChildren() function
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/modules/svg/include/
H A DSkSVGContainer.h27 bool hasChildren() const final;
H A DSkSVGNode.h170 virtual bool hasChildren() const { return false; } in hasChildren() function
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/modules/svg/include/
H A DSkSVGContainer.h27 bool hasChildren() const final;
H A DSkSVGNode.h170 virtual bool hasChildren() const { return false; } in hasChildren() function
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/modules/svg/include/
H A DSkSVGContainer.h27 bool hasChildren() const final;
H A DSkSVGNode.h170 virtual bool hasChildren() const { return false; } in hasChildren() function
/expo/packages/expo-router/build/fork/
H A DgetStateFromPath.d.ts51 hasChildren: boolean;
H A DgetStateFromPath.js117 if (alpha && !alpha.hasChildren && !config.hasChildren) {
226 .filter((config) => !config.hasChildren)
429 const createConfigItem = (screen, routeNames, pattern, path, hasChildren, parse, _route) => { argument
444 hasChildren: !!hasChildren,
H A DgetStateFromPath.js.map1hasChildren: boolean;\n userReadableName: string;\n _route?: RouteNode;\n};\n\ntype InitialRoute…
/expo/packages/expo-router/src/fork/
H A DgetStateFromPath.ts28 hasChildren: boolean;
149 if (alpha && !alpha.hasChildren && !config.hasChildren) {
286 .filter((config) => !config.hasChildren)
589 hasChildren?: boolean,
609 hasChildren: !!hasChildren,
/expo/docs/ui/components/Navigation/
H A DNavigation.tsx46 const hasChildren = route.type !== 'page' && route.children.length;
49 {hasChildren && route.children.map(nested => navigationRenderer(nested, activeRoutes))}
/expo/packages/expo-dev-menu/assets/
H A DEXDevMenuApp.ios.js647hasChildren=e.isDocument=e.isComment=e.isText=e.isCDATA=e.isTag=void 0,n(r(d[0]),e),n(r(d[1]),e),n…
648hasChildren)(t)?t.children.map((function(t){return s(t,u)})).join(""):""},e.getText=function t(u){…
651hasChildren=e.isDocument=e.isDirective=e.isComment=e.isText=e.isCDATA=e.isTag=e.Element=e.Document…
H A DEXDevMenuApp.android.js648hasChildren=e.isDocument=e.isComment=e.isText=e.isCDATA=e.isTag=void 0,n(r(d[0]),e),n(r(d[1]),e),n…
649hasChildren)(t)?t.children.map((function(t){return s(t,u)})).join(""):""},e.getText=function t(u){…
652hasChildren=e.isDocument=e.isDirective=e.isComment=e.isText=e.isCDATA=e.isTag=e.Element=e.Document…
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle848hasChildren=e.isDocument=e.isComment=e.isText=e.isCDATA=e.isTag=void 0,n(r(d[0]),e),n(r(d[1]),e),n…
849hasChildren)(t)?t.children.map((function(t){return s(t,u)})).join(""):""},e.getText=function t(u){…
852hasChildren=e.isDocument=e.isDirective=e.isComment=e.isText=e.isCDATA=e.isTag=e.Element=e.Document…
863 ….getParent=e.getChildren=void 0;var t=r(d[0]);function n(n){return(0,t.hasChildren)(n)?n.children:…
865 …<s.length;o++){var c=s[o];if(t(c)&&(h.push(c),--u<=0))break;if(f&&(0,n.hasChildren)(c)&&c.children…
867 …N=[];if(i===o)return 0;for(var a=(0,t.hasChildren)(i)?i:i.parent;a;)u.unshift(a),a=a.parent;for(a=…

12