-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FCE-1023: Change how prepareCamera works #282
Conversation
@@ -68,9 +69,7 @@ | |||
} | |||
} | |||
], | |||
[ | |||
"./plugin/build/with-local-paths-for-native-packages.js" // Only relevant for local development of packages/ios-client and packages/android-client |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: Removed those comments as the current version of expo prebuild removes it by default.
examples/fishjam-chat/app.json
Outdated
}, | ||
"NSCameraUsageDescription": "We need to access your camera for video calls.", | ||
"NSMicrophoneUsageDescription": "We need to access your microphone so you can talk during calls.", | ||
"ITSAppUsesNonExemptEncryption": false | ||
} | ||
}, | ||
"appleTeamId": "J5FM626PE2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this ok to keep it here? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At first I thought it was a good idea, because then we won't have to select a team everytime, but then I realised that this is a public example 😅
Description
prepareCamera
was called multiple timesMotivation and Context
How has this been tested?
Types of changes
not work as expected)
Checklist: