diff --git a/docs/docs/index.md b/docs/docs/index.md index a17605e..3a8ea40 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -6,7 +6,7 @@ sidebar_position: 1 Sonner Native is an opinionated toast component for React Native. A port of @emilkowalski's sonner. It is customizable and performant toast library for React Native, built with Reanimated 3. It provides a simple API to display toast notifications with various options and configurations. -![Preview](/img/preview.png) +![Preview](/img/sonner-native.png) ## Features diff --git a/docs/static/img/preview.png b/docs/static/img/preview.png deleted file mode 100644 index 355b839..0000000 Binary files a/docs/static/img/preview.png and /dev/null differ diff --git a/docs/static/img/sonner-native.png b/docs/static/img/sonner-native.png new file mode 100644 index 0000000..535569a Binary files /dev/null and b/docs/static/img/sonner-native.png differ diff --git a/package.json b/package.json index f5a5c95..ae606c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sonner-native", "version": "0.6.0", - "description": "Animated, customizable Toasts for React Native", + "description": "An opinionated toast component for React Native. A port of @emilkowalski's sonner.", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js", "types": "./lib/typescript/commonjs/src/index.d.ts", @@ -218,4 +218,4 @@ "type": "library", "version": "0.41.0" } -} +} \ No newline at end of file