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
/
withDevClient.d.ts
7 lines
(6 loc)
•
296 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
PluginConfigType
}
from
'expo-dev-launcher/plugin/build/pluginConfig'
;
type
DevClientPluginConfigType
=
PluginConfigType
& {
addGeneratedScheme
?:
boolean
; };
declare
const
_default
:
import
(
"expo/config-plugins"
).
ConfigPlugin
<
DevClientPluginConfigType
>;
export
default
_default;