From 2b29bd52232963a1e1a961b8198cf24d95876ea8 Mon Sep 17 00:00:00 2001 From: lodev09 Date: Thu, 16 May 2024 06:37:52 +0800 Subject: [PATCH] docs: readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ad6fdcd..b61d27d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ Audio recorder for your React Native apps 🎙️ This is a wrapper component that implements [Expo Audio](https://docs.expo.dev/versions/latest/sdk/audio/) and features an animated waveform for your recording needs. 💪 +> [!NOTE] +> This package is mostly subjective and might not fit your use case and/or design. +> +> I will try to make this as generic as possible, but if you want a very customized experience, feel free to copy its source code. Alternatively, you could submit a PR if you think it will help the general public. See [contributing](#contributing) to get started. + ## Installation ```sh