npx expo install
.
plugins
array of your app.json
or app.config.js
:
prebuild
) the native app. If no extra properties are added, defaults will be used.
healthSharePermission
(string): Sets the iOS NSHealthShareUsageDescription
permission message to the Info.plist
. Defaults to Allow $(PRODUCT_NAME) to check health info
.healthUpdatePermission
(string): Sets the iOS NSHealthUpdateUsageDescription
permission message to the Info.plist
. Defaults to Allow $(PRODUCT_NAME) to update health info
.isBackgroundDeliveryEnabled
(boolean): Adds com.apple.developer.healthkit.background-delivery
entitlement to the iOS project. Defaults to true
.isBackgroundDeliveryEnabled
(boolean): Whether to enable background health data deliveries. Defaults to true
.healthConnectPermissions
(string[]): Array of Health Connect Android permissions to add to the manifest. Defaults to []
.com.apple.developer.healthkit
entitlement, but in order to sync this with the bundle identifier’s production capabilities you’ll need to do one of two things: