From 876c99dc19e0631b269dab204c309ce8347150d1 Mon Sep 17 00:00:00 2001 From: Kim Brandwijk Date: Wed, 19 Jul 2023 01:43:33 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c61cdc6..32f69ac 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,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`, From 4b1b1c687f7bff80de006c4b3e1683c79f88f8f3 Mon Sep 17 00:00:00 2001 From: Fernando Rojo Date: Sun, 30 Jul 2023 22:58:40 -0400 Subject: [PATCH 2/4] Create FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..49f47f5 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: nandorojo From 5493962a08bdf3459aff84e8ca7c7d5d1d810d13 Mon Sep 17 00:00:00 2001 From: Fernando Rojo Date: Fri, 4 Aug 2023 14:25:10 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c61cdc6..63b2da6 100644 --- a/README.md +++ b/README.md @@ -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 From 9309425911ada2f1011880e32bd14ad96810b5b0 Mon Sep 17 00:00:00 2001 From: wcastand Date: Wed, 27 Sep 2023 11:29:48 +0200 Subject: [PATCH 4/4] remove ios only on the readme for .toast from property --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63b2da6..94a8300 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ Burnt.toast({ shouldDismissByDrag: true, - from: "bottom", // ios only, "top" or "bottom" + from: "bottom", // "top" or "bottom" // optionally customize layout layout: {