react-native-navigation的迁移库

index.js 191B

123456789
  1. import React from 'react';
  2. import {Redirect} from '@docusaurus/router';
  3. function Home() {
  4. return <Redirect to="/react-native-navigation/docs/before-you-start/" />;
  5. }
  6. export default Home;