{"id":15293969,"url":"https://github.com/olafswan/ryde-uber-clone","last_synced_at":"2026-05-05T04:09:00.600Z","repository":{"id":257253631,"uuid":"857737866","full_name":"olafswan/Ryde-Uber-Clone","owner":"olafswan","description":"Full-stack Uber clone app built with React Native.","archived":false,"fork":false,"pushed_at":"2024-10-07T14:04:10.000Z","size":4314,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T15:47:55.175Z","etag":null,"topics":["clerk-authentication","expo","map-functions","nativewind","neondb","react-native","stripe","stripe-payments","typescript"],"latest_commit_sha":null,"homepage":"","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/olafswan.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}},"created_at":"2024-09-15T13:35:12.000Z","updated_at":"2024-10-07T14:04:17.000Z","dependencies_parsed_at":"2024-09-15T15:07:53.144Z","dependency_job_id":"53f85a9b-2d33-4936-8cae-b16b20cb9f3d","html_url":"https://github.com/olafswan/Ryde-Uber-Clone","commit_stats":null,"previous_names":["olafswan/ryde2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/olafswan/Ryde-Uber-Clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olafswan%2FRyde-Uber-Clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olafswan%2FRyde-Uber-Clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olafswan%2FRyde-Uber-Clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olafswan%2FRyde-Uber-Clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olafswan","download_url":"https://codeload.github.com/olafswan/Ryde-Uber-Clone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olafswan%2FRyde-Uber-Clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276664021,"owners_count":25682382,"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-23T02:00:09.130Z","response_time":73,"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":["clerk-authentication","expo","map-functions","nativewind","neondb","react-native","stripe","stripe-payments","typescript"],"created_at":"2024-09-30T16:54:30.170Z","updated_at":"2025-09-23T23:25:54.718Z","avatar_url":"https://github.com/olafswan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Build a Full Stack React Native App with Payments | PostgreSQL, TypeScript, Stripe, Tailwind [📺](https://youtu.be/kmy_YNhl0mw)\n\n#### by Adrian Hajdin from [JavaScript Mastery](https://www.youtube.com/@javascriptmastery) YouTube channel\n\n\u003c!-- ### 🧠 Concepts Covered:\n\n- Expo React Native framework\n- NativeWind\n- Sending Data\n- Rendering HTML\n- Routers\n- Advanced Routing\n- Middleware\n- Rendering Static Files\n- Parsing Form/JSON Data\n- Parse Query Params--\u003e\n\n### 🖥 Terminal commands used\n\n#### Install NatieWind\n\n`npm install nativewind `\n`npm install --save-dev tailwindcss@3.3.2`\n\n#### Install SafeAreaView @21:10\n\n`npm install react-native-safe-area-context`\n\n#### To restart Expo Go :\n\n`Ctrl + C`\n`npx expo start -c`\n\n#### Install ESLint @23:50\n\n`npx expo lint`\n\n#### Install Prettier @23:50\n\n`npx expo install -- --save-dev prettier eslint-config-prettier eslint-plugin-prettier`\n\n#### Install npm install react-native-swiper @50:32\n\n`npm install react-native-swiper`\n\n#### Install Clerk @1:31:30\n\n`npx expo install react-dom react-native-web @expo/metro-runtime`\n`npm install @clerk/clerk-expo`\n\n#### Install Expo Secure Store @1:34:00\n\n`npm install expo-secure-store`\n\n#### Install Native Modal @1:41:45\n\n`npm install react-native-modal`\n\n#### Install Expo Local Authentication Store @1:44:00\n\n`npm install expo-local-authentication`\n\n#### Install Neon Database @2:11:50\n\n`npm install @neondatabase/serverless`\n\n#### Install Maps \u0026 Directions @3:01:40\n\n`npm install react-native-maps react-native`\n\n#### Install Zustand @3:05:25\n\n`npm install zustand`\n\n#### Install Expo Location @3:12:30\n\n`npm install expo-location`\n\n#### Install Google Places Autocomplete @3:26:20\n\n`npm install react-native-google-places-autocomplete`\n\n#### Install Gesture Handler @3:43:30\n\n`npm install react-native-gesture-handler`\n\n#### Install React Native Bottom Sheet @3:47:10\n\n`npm i @gorhom/bottom-sheet`\n\n#### Install Stripe @4:08:45\n\n`npm i stripe --save`\n`npm install @stripe/stripe-react-native`\n\n#### Install Maps Directions @4:50:20\n\n`npm install react-native-maps-directions`\n\n#### Install Expo Linking @5:10:20\n\n`npm install expo-linking`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folafswan%2Fryde-uber-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folafswan%2Fryde-uber-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folafswan%2Fryde-uber-clone/lists"}