mrzachnugent / react-native-reusables

Universal shadcn/ui for React Native featuring a focused collection of components - Crafted with NativeWind v4 and accessibility in mind.
https://rnr-docs.vercel.app
MIT License
3.91k stars 157 forks source link

Add Burnt as an option for Sonner to README.md #235

Closed kevin-kidd closed 2 months ago

kevin-kidd commented 2 months ago

Description:

Added Burnt as an option for the Sonner section in the README.

Tested Platforms:

Affected Apps/Packages:

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rnr-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 5, 2024 9:19pm
rnr-showcase ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 5, 2024 9:19pm
gunnartorfis commented 2 months ago

Could I suggest adding Reanimated Toasts as an option? It matches Sonner's API pretty well and I'm working on making it identical in both features and API to make cross platform usage more seamless.

https://gunnartorfis.github.io/react-native-reanimated-toasts/

mrzachnugent commented 2 months ago

@gunnartorfis are you planning on making your implementation public and have the repo scoped on to that?

gunnartorfis commented 2 months ago

@mrzachnugent the repo is public, the docs are linked above. Here's the repo: https://github.com/gunnartorfis/react-native-reanimated-toasts

It now fully matches Sonner's API.