Skip to content

Commit 7bcb61e

Browse files
authored
removed extra bracket from snippet (#842)
1 parent 492518a commit 7bcb61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-5.x/deep-linking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you are using universal links, you need to add your domain to the prefixes.
5757
function App() {
5858
const linking = {
5959
prefixes: ['https://app.example.com'],
60-
});
60+
};
6161

6262
return (
6363
<NavigationContainer linking={linking} fallback={<Text>Loading...</Text>}>

0 commit comments

Comments
 (0)