Socket
Socket
Sign inDemoInstall

expo-build-properties

Package Overview
Dependencies
639
Maintainers
25
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    expo-build-properties

Config plugin to customize native build properties on prebuild


Version published
Weekly downloads
146K
decreased by-0.91%
Maintainers
25
Install size
1.69 MB
Created
Weekly downloads
 

Readme

Source

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].

Keywords

FAQs

Last updated on 01 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc