Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #543 from gluestack/fix/separate-cli
Browse files Browse the repository at this point in the history
feat: updated content
  • Loading branch information
gluestackadmin authored Nov 28, 2023
2 parents 21ef108 + 9d849f8 commit 1e2033c
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
Button,
AppProvider,
HStack,
Tabs,
} from '@gluestack/design-system';

# Install in Expo project
Expand All @@ -22,13 +23,15 @@ You can create a new Expo project with [Expo CLI](https://docs.expo.dev/get-star

Install gluestack-style and it's peer dependencies using npm or yarn.

```bash
# using npm
**Using npm**

```bash
npm i @gluestack-style/react react-native-svg
```

# using yarn
**Using yarn**

```bash
yarn add @gluestack-style/react react-native-svg
```

Expand Down Expand Up @@ -145,13 +148,15 @@ You can also add the babel plugin to your project if you want to perform all sty
Install it as development dependency.
```bash
# using npm
**Using npm**
```bash
npm i --save-dev @gluestack-style/babel-plugin-styled-resolver
```
# using yarn
**Using yarn**
```bash
yarn add --dev @gluestack-style/babel-plugin-styled-resolver
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ You can create a new Next.js project with [create-next-app](https://nextjs.org/d

Install gluestack-style and it's peer dependencies using npm or yarn.

```bash
# using npm
**Using npm**

```bash
npm i @gluestack-style/react react-native-web react-native-svg
```

# using yarn
**Using yarn**

```bash
yarn add @gluestack-style/react react-native-web react-native-svg
```

Expand Down Expand Up @@ -187,13 +189,15 @@ To use gluestack-style with server-side rendering, you need to configure your pr
Install the adapter using npm or yarn:
```bash
# using npm
**Using npm**
```bash
npm i @gluestack/ui-next-adapter
```
# using yarn
**Using yarn**
```bash
yarn add @gluestack/ui-next-adapter
```
Expand Down Expand Up @@ -270,13 +274,15 @@ You can also add the babel plugin to your project if you want to perform all sty
Install it as development dependency.
```bash
# using npm
**Using npm**
```bash
npm i --save-dev @gluestack-style/babel-plugin-styled-resolver
```
# using yarn
**Using yarn**
```bash
yarn add --dev @gluestack-style/babel-plugin-styled-resolver
```
Expand Down
10 changes: 7 additions & 3 deletions example/storybook/src/plugins/AnimationPlugin/index.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,17 @@ gluestack-style offers a plugin that supports animation properties, utilizing an

## Installation:

```bash
# using npm
<br />

**Using npm**:

```bash
npm install @gluestack-style/animation-resolver
```

# using yarn
**Using yarn**:

```bash
yarn add @gluestack-style/animation-resolver
```

Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2606,6 +2606,14 @@
"@babel/traverse" "^7.20.5"
lodash.merge "^4.6.2"

"@gluestack-style/[email protected]":
version "1.0.8"
resolved "https://registry.yarnpkg.com/@gluestack-style/react/-/react-1.0.8.tgz#9f8b1d287e7403d7e1d5b6ffb6c51bd7254177b2"
integrity sha512-dmOOBnk+0UtIrYPOcLShF1QNk01VZGBXtQvgBMnDYBKJikf93tOfcAmObZxy2xSxN5BXDl9xvZgtRGbwkkfquQ==
dependencies:
inline-style-prefixer "^6.0.1"
normalize-css-color "^1.0.2"

"@gluestack-style/react@^0.2.16", "@gluestack-style/react@^0.2.21":
version "0.2.51"
resolved "https://registry.yarnpkg.com/@gluestack-style/react/-/react-0.2.51.tgz#0cfcca4f97f908ed3a352bd7e2336d436cc22415"
Expand Down

0 comments on commit 1e2033c

Please sign in to comment.