Skip to content

Commit

Permalink
Fix expo config plugins imports
Browse files Browse the repository at this point in the history
  • Loading branch information
deggertsen committed Sep 29, 2023
1 parent 2e1ad0c commit f9208a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ConfigPlugin, createRunOncePlugin } from 'expo/config-plugins'
import { ConfigPlugin, createRunOncePlugin } from '@expo/config-plugins'

import {
withAndroidBuildscriptDependency,
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/ios/appDelegateDependency.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ConfigPlugin, withAppDelegate } from 'expo/config-plugins'
import { ConfigPlugin, withAppDelegate } from '@expo/config-plugins'

import { PluginConfigType } from '../pluginConfig'

Expand Down
2 changes: 1 addition & 1 deletion plugin/src/ios/buildscriptDependency.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ConfigPlugin, withInfoPlist } from 'expo/config-plugins'
import { ConfigPlugin, withInfoPlist } from '@expo/config-plugins'

import { PluginConfigType } from '../pluginConfig'

Expand Down

0 comments on commit f9208a7

Please sign in to comment.