From a5f84b7a3f9472bae3560f3b69302653e3ee729f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Eren=20Odac=C4=B1?= <33299067+ahmeterenodaci@users.noreply.github.com> Date: Wed, 17 Dec 2025 13:28:34 +0300 Subject: [PATCH] Add react-native-circle-flags to README I created the React Native equivalent of circle-flags, which is react-native-circle-flags. I added it to the README, hoping it helps others. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a3189b1..024d15f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ To view all the available flags, check [the gallery](https://hatscripts.github.i If you're using [React](https://reactjs.org), you may want to try the [react-circle-flags](https://www.npmjs.com/package/react-circle-flags) package. +### React Native / Expo + +If you're using [React Native / Expo](https://reactnative.dev/), you may want to try the [react-native-circle-flags](https://www.npmjs.com/package/react-native-circle-flags) package. + ### SolidJS If you're using [SolidJS](https://www.solidjs.com/), you may want to try the [solid-circle-flags](https://www.npmjs.com/package/solid-circle-flags) package.