Skip to content

Commit 007bfea

Browse files
committed
docs: add screenshot
1 parent 72124a0 commit 007bfea

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# React Native Performance Toolkit
22

3+
<table>
4+
<tr>
5+
<td width="65%" valign="top">
6+
37
Low overhead monitoring of important performance metrics for React Native apps like JS FPS, UI FPS, CPU usage, and memory usage.
48

59
## Installation
@@ -13,6 +17,13 @@ bun add react-native-performance-toolkit react-native-nitro-modules
1317
- React Native v0.76.0 or higher
1418
- Reanimated v4 or higher
1519

20+
</td>
21+
<td width="35%">
22+
<img src="media/app_screenshot.png" alt="Performance Toolkit Demo" width="100%" />
23+
</td>
24+
</tr>
25+
</table>
26+
1627
## Usage
1728

1829
### Very simple usage - get value once

media/app_screenshot.png

78.8 KB
Loading

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"app.plugin.js",
4040
"*.podspec",
4141
"README.md",
42-
"!example"
42+
"!example",
43+
"!media"
4344
],
4445
"workspaces": [
4546
"example"

0 commit comments

Comments
 (0)