Home
last modified time | relevance | path

Searched refs:recentBranchWithUpdates (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-dev-launcher/bundle/functions/
H A DgetRecentRuntime.ts4 const recentBranchWithUpdates = branches.find((branch) => branch.updates.length > 0); constant
5 const recentRuntime = recentBranchWithUpdates?.updates?.[0].runtimeVersion ?? '';