You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<imgsrc="./lib/example.gif"/>
1
+
<imgsrc="example.gif"/>
2
2
3
3
This project lets you see a realtime graph of render times within your React Native app. The purpose is for you to be able to create experiments (i.e. change markup and see how it affects render times).
4
4
@@ -40,4 +40,4 @@ Improved
40
40
41
41
With this before and after I observed the following within a large flat list.
Copy file name to clipboardExpand all lines: lib/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<imgsrc="./example.gif"/>
1
+
<imgsrc="../example.gif"/>
2
2
3
3
This project lets you see a realtime graph of render times within your React Native app. The purpose is for you to be able to create experiments (i.e. change markup and see how it affects render times).
4
4
@@ -40,4 +40,4 @@ Improved
40
40
41
41
With this before and after I observed the following within a large flat list.
0 commit comments