expo-build-properties
TypeScript icon, indicating that this package has built-in type declarations

0.12.5 • Public • Published

expo-build-properties

expo-build-properties is a config plugin to customize native build properties when using npx expo prebuild.

API documentation

Installation

npx expo install expo-build-properties

Add plugin to app.json. For example:

{
  "expo": {
    "plugins": [
      [
        "expo-build-properties",
        {
          "android": {
            "compileSdkVersion": 31,
            "targetSdkVersion": 31,
            "buildToolsVersion": "31.0.0"
          },
          "ios": {
            "deploymentTarget": "13.0"
          }
        }
      ]
    ]
  }
}

Contributing

Contributions are very welcome! Please refer to guidelines described in the [contributing guide][../../contributing.md].

/expo-build-properties/

    Package Sidebar

    Install

    npm i expo-build-properties

    Weekly Downloads

    256,253

    Version

    0.12.5

    License

    MIT

    Unpacked Size

    95.2 kB

    Total Files

    25

    Last publish

    Collaborators

    • douglowder
    • betoatexpo
    • philpl
    • expo-bot
    • szdziedzic
    • alanhughes
    • kadikraman
    • radoslawkrzemien
    • aleqsio
    • marklawlor
    • gabrieldonadel
    • simek
    • keith-kurak
    • fiber-god
    • ide
    • brentvatne
    • evanbacon
    • quinlanj
    • expoadmin
    • tsapeta
    • exponent
    • wschurman
    • bycedric
    • lukmccall
    • jonsamp
    • princefleaswallow
    • kudochien