Remove direct dependency on @expo/config-plugins (#10152)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
const {withAndroidManifest} = require('@expo/config-plugins')
|
||||
const {withAndroidManifest} = require('expo/config-plugins')
|
||||
|
||||
const withIntentFilters = config => {
|
||||
// eslint-disable-next-line no-shadow
|
||||
return withAndroidManifest(config, config => {
|
||||
const intents = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user