{"id":25031836,"url":"https://github.com/linthithtwe/pianoplayerapp_reactnative","last_synced_at":"2026-04-24T21:32:16.107Z","repository":{"id":212470170,"uuid":"731531682","full_name":"LinThitHtwe/PianoPlayerApp_ReactNative","owner":"LinThitHtwe","description":"Pressable piano keyboard with sound, react native","archived":false,"fork":false,"pushed_at":"2023-12-15T09:18:49.000Z","size":2457,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T02:05:04.138Z","etag":null,"topics":["piano-keyboard","react-native"],"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/LinThitHtwe.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}},"created_at":"2023-12-14T09:42:04.000Z","updated_at":"2025-02-23T06:45:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"42ee940b-b4d9-4355-94d8-fae9a94d5265","html_url":"https://github.com/LinThitHtwe/PianoPlayerApp_ReactNative","commit_stats":null,"previous_names":["linthit27/pianoplayerapp_reactnative","linthithtwe/pianoplayerapp_reactnative"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LinThitHtwe/PianoPlayerApp_ReactNative","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinThitHtwe%2FPianoPlayerApp_ReactNative","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinThitHtwe%2FPianoPlayerApp_ReactNative/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinThitHtwe%2FPianoPlayerApp_ReactNative/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinThitHtwe%2FPianoPlayerApp_ReactNative/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinThitHtwe","download_url":"https://codeload.github.com/LinThitHtwe/PianoPlayerApp_ReactNative/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinThitHtwe%2FPianoPlayerApp_ReactNative/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32241590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["piano-keyboard","react-native"],"created_at":"2025-02-05T22:45:16.785Z","updated_at":"2026-04-24T21:32:16.092Z","avatar_url":"https://github.com/LinThitHtwe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎹 Piano Player App\n\nCreate beautiful music with the Piano Player app built using React Native and the [react-native-sound library](https://github.com/zmxv/react-native-sound).\n\n\n### App Screenshot 📸\n![app screenshot](docs/app.jpg)\n\n# Getting Started\n\n\u003e**Note**: Make sure you have completed the [React Native - Environment Setup](https://reactnative.dev/docs/environment-setup) instructions till \"Creating a new application\" step, before proceeding.\n\n## Step 1: Install Node Modules\n\nBefore you start working on the project, ensure that you have the necessary Node modules installed. Run one of the following commands, depending on your package manager preference:\n\n```bash\n# Using npm\nnpm install\n# Or shorthand\nnpm i\n\n# Using yarn\nyarn install\n```\n\n## Step 2: Start the Metro Server\n\nSecond, you will need to start **Metro**, the JavaScript _bundler_ that ships _with_ React Native.\n\nTo start Metro, run the following command from the _root_ of your React Native project:\n\n```bash\n# using npm\nnpm start\n\n# OR using Yarn\nyarn start\n```\n\n## Step 3: Start your Application\n\nLet Metro Bundler run in its _own_ terminal. Open a _new_ terminal from the _root_ of your React Native project. Run the following command to start your _Android_ or _iOS_ app:\n\n### For Android\n\n```bash\n# using npm\nnpm run android\n\n# OR using Yarn\nyarn android\n```\n\n### For iOS\n\n```bash\n# using npm\nnpm run ios\n\n# OR using Yarn\nyarn ios\n```\n\nIf everything is set up _correctly_, you should see your new app running in your _Android Emulator_ or _iOS Simulator_ shortly provided you have set up your emulator/simulator correctly.\n\nThis is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.\n\n## Congratulations! :tada:\n\nYou've successfully run and modified your React Native App. :partying_face:\n\n### Now what?\n- If you're curious to learn more about React Native, check out the [Introduction to React Native](https://reactnative.dev/docs/getting-started).\n\n# Troubleshooting\n\nIf you can't get this to work, see the [Troubleshooting](https://reactnative.dev/docs/troubleshooting) page.\n\n# Learn More\n\nTo learn more about React Native, take a look at the following resources:\n\n- [React Native Website](https://reactnative.dev) - learn more about React Native.\n- [Getting Started](https://reactnative.dev/docs/environment-setup) - an **overview** of React Native and how setup your environment.\n- [Learn the Basics](https://reactnative.dev/docs/getting-started) - a **guided tour** of the React Native **basics**.\n- [Blog](https://reactnative.dev/blog) - read the latest official React Native **Blog** posts.\n- [`@facebook/react-native`](https://github.com/facebook/react-native) - the Open Source; GitHub **repository** for React Native.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinthithtwe%2Fpianoplayerapp_reactnative","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinthithtwe%2Fpianoplayerapp_reactnative","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinthithtwe%2Fpianoplayerapp_reactnative/lists"}