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

0.11.1 • 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",
            "flipper": true
          },
          "ios": {
            "deploymentTarget": "13.0",
            "flipper": true
          }
        }
      ]
    ]
  }
}

Contributing

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

Package Sidebar

Install

npm i expo-build-properties

Weekly Downloads

146,646

Version

0.11.1

License

MIT

Unpacked Size

84.7 kB

Total Files

25

Last publish

Collaborators

  • szdziedzic
  • alanhughes
  • kadikraman
  • radoslawkrzemien
  • aleqsio
  • marklawlor
  • gabrieldonadel
  • simek
  • keith-kurak
  • christopherwalter
  • kbrandwijk
  • fiber-god
  • ide
  • brentvatne
  • evanbacon
  • quinlanj
  • expoadmin
  • tsapeta
  • exponent
  • wschurman
  • wkozyra
  • bycedric
  • lukmccall
  • jonsamp
  • princefleaswallow
  • kudochien