Skip to content

Commit

Permalink
fix: resolve issue with pnpm prebuild command (#260)
Browse files Browse the repository at this point in the history
Signed-off-by: tusharbhayani <[email protected]>
  • Loading branch information
tusharbhayani authored Dec 23, 2024
1 parent 67a981b commit 4bed66a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions apps/paradym/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ const config = {
fallbackToCacheTimeout: 0,
},
plugins: [
'expo-router',
[
'expo-camera',
{
cameraPermission: 'Allow $(PRODUCT_NAME) to access your camera.',
},
],
[
'expo-router',
'expo-font',
[
'expo-camera',
{
cameraPermission: 'Allow $(PRODUCT_NAME) to access your camera.',
},
],
{
fonts: [
'../../node_modules/@tamagui/font-inter/otf/Inter-Regular.otf',
Expand Down

0 comments on commit 4bed66a

Please sign in to comment.