fix: Fix expo plugin import path
This commit is contained in:
parent
4b4ea0ff33
commit
61cef7526f
@ -1,6 +1,6 @@
|
|||||||
import { withPlugins, AndroidConfig, ConfigPlugin, createRunOncePlugin } from '@expo/config-plugins';
|
import { withPlugins, AndroidConfig, ConfigPlugin, createRunOncePlugin } from '@expo/config-plugins';
|
||||||
// eslint-disable-next-line @typescript-eslint/no-var-requires, @typescript-eslint/no-unsafe-assignment
|
// eslint-disable-next-line @typescript-eslint/no-var-requires, @typescript-eslint/no-unsafe-assignment
|
||||||
const pkg = require('../../package.json');
|
const pkg = require('../../../package.json');
|
||||||
|
|
||||||
const CAMERA_USAGE = 'Allow $(PRODUCT_NAME) to access your camera';
|
const CAMERA_USAGE = 'Allow $(PRODUCT_NAME) to access your camera';
|
||||||
const MICROPHONE_USAGE = 'Allow $(PRODUCT_NAME) to access your microphone';
|
const MICROPHONE_USAGE = 'Allow $(PRODUCT_NAME) to access your microphone';
|
||||||
|
Loading…
Reference in New Issue
Block a user