{"id":24748006,"url":"https://github.com/codingitwrong/nativeup","last_synced_at":"2025-10-13T08:08:28.241Z","repository":{"id":97570280,"uuid":"132360245","full_name":"CodingItWrong/nativeup","owner":"CodingItWrong","description":"Create a React Native project pre-configured for linting and React Native Testing Library component tests","archived":false,"fork":false,"pushed_at":"2022-09-14T11:37:07.000Z","size":82,"stargazers_count":20,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T16:32:47.383Z","etag":null,"topics":["jest","react-native","react-native-testing-library","setup"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/CodingItWrong.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-05-06T17:19:46.000Z","updated_at":"2024-03-18T08:39:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"1d1a9483-fb4e-4df9-a11b-875eb486e560","html_url":"https://github.com/CodingItWrong/nativeup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodingItWrong/nativeup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Fnativeup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Fnativeup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Fnativeup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Fnativeup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodingItWrong","download_url":"https://codeload.github.com/CodingItWrong/nativeup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Fnativeup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014292,"owners_count":26085489,"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-10-13T02:00:06.723Z","response_time":61,"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":["jest","react-native","react-native-testing-library","setup"],"created_at":"2025-01-28T05:18:19.018Z","updated_at":"2025-10-13T08:08:28.229Z","avatar_url":"https://github.com/CodingItWrong.png","language":"Shell","readme":"# nativeup\n\n**DEPRECATED:** this library has been superceded by [jessup](https://github.com/codingitwrong/jessup#readme), a project setup script for React Native, React for the web, and vanilla JS. Please check it out.\n\nScript to set up a new React Native CLI or Expo project with some basic libraries, including:\n\n- **Testing**\n  - Unit Tests: [Jest](https://jestjs.io/)\n  - Component Tests: [React Native Testing Library](https://callstack.github.io/react-native-testing-library/) with [jest-native](https://github.com/testing-library/jest-native)\n- **Code Standardization:** React Native Community [ESLint](https://eslint.org/) and [Prettier](https://prettier.io/) setup\n\n## Requirements\n\n- [Node](https://nodejs.org/)\n- [Yarn](https://yarnpkg.com/en/docs/install)\n- [Expo CLI](https://facebook.github.io/react-native/docs/getting-started) if you want to create an Expo project\n\n## Usage\n\nAdd `nativeup/bin` to your `PATH`.\n\n```\n# nativeup [projecttype] my-new-app-name\n```\n\nWhere `[projecttype]` is one of:\n\n- `cli` - React Native CLI\n- `expo` - Expo\n\n## Manual Steps\n\nThe following steps must be done manually after running `nativeup`:\n\n### Expo\n\nIn `package.json`, add:\n\n```diff\n+  \"jest\": {\n+    \"preset\": \"jest-expo\"\n+  },\n   \"private\": \"true\"\n }\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingitwrong%2Fnativeup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingitwrong%2Fnativeup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingitwrong%2Fnativeup/lists"}