fix permission string
This commit is contained in:
+7
-2
@@ -65,8 +65,6 @@ module.exports = function (_config) {
|
|||||||
NSPhotoLibraryUsageDescription:
|
NSPhotoLibraryUsageDescription:
|
||||||
'Used for profile pictures, posts, and other kinds of content',
|
'Used for profile pictures, posts, and other kinds of content',
|
||||||
CFBundleSpokenName: 'Blue Sky',
|
CFBundleSpokenName: 'Blue Sky',
|
||||||
contactsPermission:
|
|
||||||
'Your contacts will be securely uploaded to $(PRODUCT_NAME)’s servers to help you find friends who are on $(PRODUCT_NAME).',
|
|
||||||
CFBundleLocalizations: [
|
CFBundleLocalizations: [
|
||||||
'en',
|
'en',
|
||||||
'an',
|
'an',
|
||||||
@@ -391,6 +389,13 @@ module.exports = function (_config) {
|
|||||||
],
|
],
|
||||||
['expo-screen-orientation', {initialOrientation: 'PORTRAIT_UP'}],
|
['expo-screen-orientation', {initialOrientation: 'PORTRAIT_UP'}],
|
||||||
['expo-location'],
|
['expo-location'],
|
||||||
|
[
|
||||||
|
'expo-contacts',
|
||||||
|
{
|
||||||
|
contactsPermission:
|
||||||
|
'I agree to allow Bluesky to use my contacts for friend discovery until I opt out.',
|
||||||
|
},
|
||||||
|
],
|
||||||
].filter(Boolean),
|
].filter(Boolean),
|
||||||
extra: {
|
extra: {
|
||||||
eas: {
|
eas: {
|
||||||
|
|||||||
Reference in New Issue
Block a user