UNPKG
@trymagically/expo-dev-client
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Magically custom Expo development client
docs.expo.dev/versions/latest/sdk/dev-client/
expo/expo
@trymagically/expo-dev-client
/
plugin
/
build
/
getDefaultScheme.d.ts
3 lines
(2 loc)
•
131 B
TypeScript
View Raw
1
2
3
import
type
{
ExpoConfig
}
from
'expo/config'
;
export
default
function
getDefaultScheme
(
config
:
Pick
<
ExpoConfig
,
'slug'
>
):
string
;