fix: Fix expo plugin import path
This commit is contained in:
@@ -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';
|
||||||
|
Reference in New Issue
Block a user