{"id":50762509,"url":"https://github.com/devlinduldulao/react-native-redux-workshop","last_synced_at":"2026-06-11T11:02:14.526Z","repository":{"id":38921199,"uuid":"236150057","full_name":"devlinduldulao/react-native-redux-workshop","owner":"devlinduldulao","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":1,"default_branch":"master","last_synced_at":"2026-05-01T19:07:33.345Z","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/devlinduldulao.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/devlinduldulao/react-native-redux-workshop","commit_stats":null,"previous_names":["devlinduldulao/react-native-redux-workshop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devlinduldulao/react-native-redux-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlinduldulao%2Freact-native-redux-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlinduldulao%2Freact-native-redux-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlinduldulao%2Freact-native-redux-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlinduldulao%2Freact-native-redux-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devlinduldulao","download_url":"https://codeload.github.com/devlinduldulao/react-native-redux-workshop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlinduldulao%2Freact-native-redux-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34195117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":"2026-06-11T11:02:14.459Z","updated_at":"2026-06-11T11:02:14.521Z","avatar_url":"https://github.com/devlinduldulao.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlinduldulao%2Freact-native-redux-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevlinduldulao%2Freact-native-redux-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlinduldulao%2Freact-native-redux-workshop/lists"}