From e837ee0d8223b5d6d976dcd693554cb47d7e4568 Mon Sep 17 00:00:00 2001 From: Hur Ali Date: Wed, 20 May 2026 14:00:14 +0500 Subject: [PATCH] docs: add utm --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbc0df6..26a769b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,17 @@ -![release-inspector-banner](./docs/assets/banner.png) + + + react-native-release-inspector + + + +--- [![mit licence][license-badge]][license] [![npm downloads][npm-downloads-badge]][npm-downloads] [![PRs Welcome][prs-welcome-badge]][prs-welcome] +--- + # react-native-release-inspector The React on Web allows the users to run [profilable](https://react.dev/reference/dev-tools/react-performance-tracks#using-profiling-builds) builds to get near to production experience. This is the sweetest spot to having more confident profiling. However, on React Native this wasn't possible until now.