Skip to content

Commit db410c6

Browse files
committed
docs: fix layout
1 parent 007bfea commit db410c6

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

README.md

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

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

5+
<p align="center">
6+
<img src="media/app_screenshot.png" alt="Performance Toolkit Demo" width="30%" />
7+
</p>
8+
99
## Installation
1010

1111
```bash
@@ -17,13 +17,6 @@ bun add react-native-performance-toolkit react-native-nitro-modules
1717
- React Native v0.76.0 or higher
1818
- Reanimated v4 or higher
1919

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-
2720
## Usage
2821

2922
### Very simple usage - get value once

0 commit comments

Comments
 (0)