Socket
Socket
Sign inDemoInstall

@gluestack-style/babel-plugin-styled-resolver

Package Overview
Dependencies
96
Maintainers
8
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @gluestack-style/babel-plugin-styled-resolver

A gluestack-style babel plugin that transpiles your styled function calls and resolves the component styling in build time.


Version published
Maintainers
8
Created

Readme

Source

@gluestack-style/babel-plugin-styled-resolver

Installation

To use @gluestack-style/babel-plugin-styled-resolver, all you need to do is install the @gluestack-style/babel-plugin-styled-resolver package:

$ yarn add @gluestack-style/babel-plugin-styled-resolver

# or

$ npm i @gluestack-style/babel-plugin-styled-resolver

Usage

Add Babel plugin to your app babel.config.js.

const path = require('path');
const gluestackStyleResolver = require('@gluestack-style/babel-plugin-styled-resolver');
module.exports = function (api) {
  api.cache(true);
  return {
    presets: ['babel-preset-expo'],
    plugins: [gluestackStyleResolver],
  };
};

Just make sure your babel.config.js and gluestack-style.config.js/ts are in the same directory. We suggest you keep both of them at the root of your app codebase.

More guides on how to get started are available here.

Keywords

FAQs

Last updated on 07 May 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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc