From 202d82d40367181768a0fc3a6ba952e973dde8da Mon Sep 17 00:00:00 2001 From: Sergii Date: Fri, 17 Jul 2020 23:54:53 +0300 Subject: [PATCH] docs(react): adds details that casl/react works with react native --- packages/casl-react/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/casl-react/README.md b/packages/casl-react/README.md index 041b91707..00438f45d 100644 --- a/packages/casl-react/README.md +++ b/packages/casl-react/README.md @@ -6,6 +6,8 @@ This package allows to integrate `@casl/ability` with [React] application. It provides `Can` component that allow to hide or show UI elements based on user ability to see them. +> `@casl/react` perfectly works with [React Native](https://reactnative.dev/) + ## Installation ```sh