Fix react native sub-links

Summary:
Relative links like these appear to have broken with Docusaurus 2.

Supersedes, closes https://github.com/facebook/flipper/pull/1200.

Reviewed By: jknoxville

Differential Revision: D21935451

fbshipit-source-id: 72a50730fba02b395a1bcd924745bfbaf066cb93
This commit is contained in:
Pascal Hartig
2020-06-09 11:08:50 -07:00
committed by Facebook GitHub Bot
parent 8fa547c719
commit 027685542d

View File

@@ -3,6 +3,7 @@ id: react-native
title: Set up your React Native App title: Set up your React Native App
sidebar_label: React Native sidebar_label: React Native
--- ---
import useBaseUrl from '@docusaurus/useBaseUrl';
Starting with React Native 0.62, after generating your project with `react-native init`, the Flipper integration is ready out of the box for debug builds: Starting with React Native 0.62, after generating your project with `react-native init`, the Flipper integration is ready out of the box for debug builds:
@@ -31,5 +32,5 @@ To update the Flipper SDK in your project, you bump the version in the `ios/Podf
If you are not using a default React Native template or cannot use the upgrade tool, If you are not using a default React Native template or cannot use the upgrade tool,
you can find instructions for how to integate Flipper into your projects in these guides: you can find instructions for how to integate Flipper into your projects in these guides:
- [React Native for Android](react-native-android) - <a href={useBaseUrl("/docs/getting-started/react-native-android")}>React Native for Android</a>
- [React Native for iOS](react-native-ios) - <a href={useBaseUrl("/docs/getting-started/react-native-ios")}>React Native for iOS</a>