Fix relative links
Summary: Translated all cases where we had a parent-relative link to use the base URL instead. Reviewed By: jknoxville Differential Revision: D22256229 fbshipit-source-id: 81ee6fecb77dbaa19d112cb319771c22ff66d02a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
419691da97
commit
b2e8070af2
@@ -3,13 +3,14 @@ id: react-native
|
||||
title: React Native Support
|
||||
---
|
||||
import useBaseUrl from '@docusaurus/useBaseUrl';
|
||||
import Link from '@docusaurus/Link';
|
||||
|
||||
<img alt="React Native + React DevTools" src={useBaseUrl("img/react-native-react.png")} />
|
||||
|
||||
The React Native and Developer tooling teams at Facebook work in close collaboration to make sure Flipper offers top-notch value out of the box for React Native development.
|
||||
Integration between React Native and Flipper is enabled out of the box in React Native version 0.62 and higher.
|
||||
|
||||
→ [See setup instructions for React Native](../getting-started/index#setup-your-react-native-app)
|
||||
→ <Link to={useBaseUrl("/docs/getting-started/index#setup-your-react-native-app")}>See setup instructions for React Native</Link>
|
||||
|
||||
<center>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/WltZTn3ODW4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
Reference in New Issue
Block a user