{"id":16969362,"url":"https://github.com/webmasterdevlin/react-native-typescript-react-navigation-v5","last_synced_at":"2025-10-29T14:11:29.581Z","repository":{"id":38920904,"uuid":"233275518","full_name":"webmasterdevlin/react-native-typescript-react-navigation-v5","owner":"webmasterdevlin","description":"React Native TypeScript and React Navigation v5","archived":false,"fork":false,"pushed_at":"2023-01-06T02:25:22.000Z","size":3257,"stargazers_count":2,"open_issues_count":19,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-29T23:59:57.860Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webmasterdevlin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-11T18:08:58.000Z","updated_at":"2021-03-05T11:32:11.000Z","dependencies_parsed_at":"2022-08-30T02:01:13.985Z","dependency_job_id":null,"html_url":"https://github.com/webmasterdevlin/react-native-typescript-react-navigation-v5","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webmasterdevlin/react-native-typescript-react-navigation-v5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Freact-native-typescript-react-navigation-v5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Freact-native-typescript-react-navigation-v5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Freact-native-typescript-react-navigation-v5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Freact-native-typescript-react-navigation-v5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webmasterdevlin","download_url":"https://codeload.github.com/webmasterdevlin/react-native-typescript-react-navigation-v5/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Freact-native-typescript-react-navigation-v5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273392281,"owners_count":25097256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T00:24:55.420Z","updated_at":"2025-10-29T14:11:24.559Z","avatar_url":"https://github.com/webmasterdevlin.png","language":"Objective-C","readme":"## React Native TypeScript and React Navigation vNext (5.0)\n\nLet's create a React Native app with TypeScript and React Navigation vNext (5.0) by using the builder below.\n\n####Requirements:\n\n- [nodejs](https://nodejs.org/en/) (this includes NPM package manager)\n- [vscode](https://code.visualstudio.com/)\n- [yarn](https://yarnpkg.com/lang/en/) (optional NPM package manager)\n- uninstall the legacy react-native-cli\n\n```sh\n$ npm uninstall -g react-native-cli\n$ npm i -g @react-native-community/cli\n```\n\nOpen up a terminal that points to your Desktop.\nThen start creating a React Native in TypeScript project\n\n```sh\n$ npx react-native init MyRnProject --template react-native-template-typescript@latest\n```\n\nopen the project on vscode using the command below\n\n```sh\n$ code MyRnProject\n```\n\n![app](./assets/vscode.png)\n\nInstall the packages below\n\n```sh\n$ npm install @react-navigation/native\n$ npm install react-native-gesture-handler\n$ npm install react-native-reanimated\n$ npm install react-native-screens\n$ npm install react-native-safe-area-context\n$ npm install @react-navigation/stack\n$ npm install @react-native-community/masked-view\n```\n\nadditional configuration\n![app](./assets/ios-and-android-config.png)\n\nCopy then paste it\n\n```shell script\n$ implementation 'androidx.appcompat:appcompat:1.1.0-rc01'\n$ implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02'\n```\n\n![app](./assets/android.png)\n\n#### Adding React Native Paper\n\n```sh\n$ npm install react-native-paper\n$ npm install react-native-vector-icons\n```\n\nthen link the react native vector icons\n\n```sh\n$ react-native link react-native-vector-icons\n```\n\ncreate the directories and files below\n\n- app/auth/LoginScreen.tsx\n- app/navigation/root-navigation.tsx\n\nJust copy and paste the content of each file. Also edit the App.tsx\n\nTo run the app\n\n```sh\n$ npm run android\n```\n\nor\n\n```sh\n$ npm run ios\n```\n\n![app](./assets/react-native-paper.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmasterdevlin%2Freact-native-typescript-react-navigation-v5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebmasterdevlin%2Freact-native-typescript-react-navigation-v5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmasterdevlin%2Freact-native-typescript-react-navigation-v5/lists"}