Skip to main content
Glama
build-properties.md1.77 kB
--- title: BuildProperties description: A config plugin that allows customizing native build properties during prebuild. sourceCodeUrl: https://github.com/expo/expo/tree/sdk-52/packages/expo-build-properties packageName: expo-build-properties platforms: ["android", "ios", "tvos"] --- `expo-build-properties` is a [config plugin](/config-plugins/introduction/) configuring the native build properties of your **android/gradle.properties** and **ios/Podfile.properties.json** directories during [Prebuild](/workflow/prebuild). > **info** This config plugin configures how [Prebuild command](/workflow/prebuild) generates the native **android** and **ios** directories > and therefore cannot be used with projects that don't run `npx expo prebuild` (bare projects). ## Installation ## Usage <Tabs> <Tab label="app.json"> ```json app.json|collapseHeight=450 { "expo": { "plugins": [ [ "expo-build-properties", { "android": { "compileSdkVersion": 35, "targetSdkVersion": 35, "buildToolsVersion": "35.0.0" }, "ios": { "deploymentTarget": "15.1" } } ] ] } } ``` </Tab> <Tab label="app.config.js"> ```js app.config.js|collapseHeight=450 expo: { plugins: [ [ 'expo-build-properties', { android: { compileSdkVersion: 35, targetSdkVersion: 35, buildToolsVersion: '35.0.0', }, ios: { deploymentTarget: '15.1', }, }, ], ], }, }; ``` </Tab> </Tabs> ### All configurable properties [`PluginConfigType`](#pluginconfigtype) interface represents currently available configuration properties. ## API

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaksm/expo-docs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server