Skip to content

Commit b6628ef

Browse files
committed
fix expo 2
1 parent d1272ef commit b6628ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import {
22
AndroidConfig,
3-
ConfigPlugin,
43
withGradleProperties,
54
withProjectBuildGradle,
65
withSettingsGradle,
76
withStringsXml,
87
} from '@expo/config-plugins';
8+
import type { ConfigPlugin } from '@expo/config-plugins';
99

1010
const withUnity: ConfigPlugin<{ name?: string }> = (
1111
config,

0 commit comments

Comments
 (0)