• This project
    • Loading...
  • Sign in

Phecda / NGPlay

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • NGPlay
  • src
  • type
  • Navigation.ts
  • Phecda's avatar
    refactor: add RNDeviceInfo · 709c766f
    709c766f Browse Files
    Phecda authored 2020-04-10 19:38:04 +0800
Navigation.ts 204 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
export type MainTabParamList = {
  WelcomePage: undefined;
  SystemInfo: undefined;
  DesignList: undefined;
};

export type MainStackParamList = {
  MainTab: undefined;
  RNDeviceInfoList: undefined;
};