We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e6cb8 commit 7da2155Copy full SHA for 7da2155
versioned_docs/version-7.x/testing.md
@@ -631,7 +631,7 @@ function HomeScreen() {
631
);
632
}
633
634
-const url = 'place_your_url_here';
+const url = 'placeholder_url';
635
636
function ProfileScreen() {
637
const [loading, setLoading] = useState(true);
@@ -690,7 +690,7 @@ function HomeScreen() {
690
691
692
693
694
695
696
0 commit comments