{"id":16969356,"url":"https://github.com/webmasterdevlin/react-native-redux-workshop","last_synced_at":"2025-04-05T16:25:01.806Z","repository":{"id":38921199,"uuid":"236150057","full_name":"webmasterdevlin/react-native-redux-workshop","owner":"webmasterdevlin","description":"using TypeScript","archived":false,"fork":false,"pushed_at":"2023-01-06T02:28:19.000Z","size":5242,"stargazers_count":1,"open_issues_count":21,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T13:22:05.949Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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-25T09:32:33.000Z","updated_at":"2021-03-05T11:32:05.000Z","dependencies_parsed_at":"2023-02-05T03:01:58.275Z","dependency_job_id":null,"html_url":"https://github.com/webmasterdevlin/react-native-redux-workshop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Freact-native-redux-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Freact-native-redux-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Freact-native-redux-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Freact-native-redux-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webmasterdevlin","download_url":"https://codeload.github.com/webmasterdevlin/react-native-redux-workshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247363358,"owners_count":20926934,"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","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:53.108Z","updated_at":"2025-04-05T16:25:01.785Z","avatar_url":"https://github.com/webmasterdevlin.png","language":"TypeScript","readme":"# React Native Redux TypeScript\nLet's create a React Native app with TypeScript and React Navigation vNext (5.0) by using the builder below.\n\n####Requirements:\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```\nOpen up a terminal that points to your Desktop.\nThen start creating a React Native in TypeScript project\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```sh\n$ code MyRnProject\n```\n![app](./assets/vscode.png)\n\nInstall the packages below\n```sh\n$ npm install @react-navigation/native@next\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```\nadditional configuration\n![app](./assets/ios-and-android-config.png)\n\nCopy then paste it\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```sh\n$ npm install react-native-paper\n$ npm install react-native-vector-icons\n```\nthen link the react native vector icons\n```sh\n$ react-native link react-native-vector-icons\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmasterdevlin%2Freact-native-redux-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebmasterdevlin%2Freact-native-redux-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmasterdevlin%2Freact-native-redux-workshop/lists"}