Skip to content

Commit

Permalink
docs: add snack
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommezz committed Mar 27, 2024
1 parent 71b1966 commit 21ecb13
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ A set of primitive components built on top of `View` that allow you to superchar
- [Motivation](#motivation)
- [Installation](#installation)
- [Usage](#usage)
- [API](#api)
- [`Stack`](#stack)
- [`Row`](#row)
- [`AbsoluteStack`](#absolutestack)
- [`Size`](#size)
- [Example](#example)
- [Contributing](#contributing)
- [License](#license)

Expand Down Expand Up @@ -148,6 +154,17 @@ enum Size {

```

## Example
You can play with the Expo example app in the `example` folder. To run it, follow these steps:

```sh
cd example
npm install
npm start
```

Alternatively, you can run the example app in the browser by visiting this [snack link](https://snack.expo.dev/@rgommezz/react-native-layout-primitives-example).

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
Expand Down

0 comments on commit 21ecb13

Please sign in to comment.