Fix docs URL for ReactNativeBase

Close #2282
This commit is contained in:
sawa-zen
2022-05-05 18:15:39 +09:00
committed by Nicolas Gallagher
parent 8034a57aae
commit c4223a6a57
+5 -5
View File
@@ -5,7 +5,7 @@ section: page
{% import "fragments/macros.html" as macro with context %}
<main id="main" class="view flex-1">
<main id="main" class="view flex-1">
<div class="view w-full mt-12 px-6 wide:px-20">
<div class="view w-full">
<div class="view flex-1">
@@ -40,9 +40,9 @@ section: page
<h2>Try it out!</h2>
<p>You can try {{ site.name }} from your browser using the <a href="https://codesandbox.io/s/react-native-q4qymyp2l6">official template on CodeSandbox</a>.</p>
<p>Fork the template and create your own app without leaving the browser.</p>
<iframe
src="https://codesandbox.io/embed/react-native-q4qymyp2l6?codemirror=1&fontsize=12&hidedevtools=1&hidenavigation=1&theme=light"
style="width:100%; height:500px; border:1px solid var(--docs-border-color); border-radius: 4px; overflow:hidden;"
@@ -51,11 +51,11 @@ section: page
></iframe>
<div class="callout">
<p><strong>Did you know?</strong> React Native for Web is used in production web apps by <a href="https://twitter.com">Twitter</a>, <a href="https://twitter.com/naqvitalha/status/969577892991549440">Flipkart</a>, <a href="https://www.youtube.com/watch?v=RV9rxrNIxnY">Uber</a>, <a href="https://matchcenter.mlssoccer.com">Major League Soccer</a>, and many others. It also powers web support in multi-platform React projects such as <a href="https://expo.io">Expo</a>, <a href="https://reactnativeelements.com/">React Native Elements</a>, <a href="https://callstack.github.io/react-native-paper/using-on-the-web.html">React Native Paper</a>, and <a href="https://docs.nativebase.io/docs/GetStarted.html#Setup_with_Web">React Native Base</a>.
<p><strong>Did you know?</strong> React Native for Web is used in production web apps by <a href="https://twitter.com">Twitter</a>, <a href="https://twitter.com/naqvitalha/status/969577892991549440">Flipkart</a>, <a href="https://www.youtube.com/watch?v=RV9rxrNIxnY">Uber</a>, <a href="https://matchcenter.mlssoccer.com">Major League Soccer</a>, and many others. It also powers web support in multi-platform React projects such as <a href="https://expo.io">Expo</a>, <a href="https://reactnativeelements.com/">React Native Elements</a>, <a href="https://callstack.github.io/react-native-paper/using-on-the-web.html">React Native Paper</a>, and <a href="https://docs.nativebase.io/getting-started">React Native Base</a>.
</div>
<div style="height:2rem"><!-- spacer --></div>
</div>
{% include "fragments/footer.html" %}
{% include "fragments/footer.html" %}
</div>
</main>