Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nandorojo/burnt
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Oct 16, 2023
2 parents 67a076f + d2aa39f commit 6c5930b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: nandorojo
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ https://user-images.githubusercontent.com/13172299/202289223-8a333223-3afa-49c4-

https://user-images.githubusercontent.com/13172299/231801324-3f0858a6-bd61-4d74-920f-4e77b80d26c1.mp4

## ...and Web Support

https://user-images.githubusercontent.com/13172299/236826405-b5f423bb-dafd-4013-a941-7accbea43c14.mp4

## Context

See this
Expand Down Expand Up @@ -84,7 +88,7 @@ yarn add burnt
Burnt likely requires Expo SDK 46+.

```sh
expo install burnt expo-build-properties
npx expo install burnt expo-build-properties
```

Add the `expo-build-properties` plugin to your `app.json`/`app.config.js`,
Expand Down Expand Up @@ -198,7 +202,7 @@ Burnt.toast({

shouldDismissByDrag: true,

from: "bottom", // ios only, "top" or "bottom"
from: "bottom", // "top" or "bottom"

// optionally customize layout
layout: {
Expand Down

0 comments on commit 6c5930b

Please sign in to comment.