{"id":15323080,"url":"https://github.com/darkweak/simple-react-native-soundboard","last_synced_at":"2026-05-12T12:36:32.285Z","repository":{"id":104892245,"uuid":"478126996","full_name":"darkweak/simple-react-native-soundboard","owner":"darkweak","description":"This app is here to provide a very simple soundboard written in React-native.","archived":false,"fork":false,"pushed_at":"2024-01-25T10:42:36.000Z","size":3830,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-05T20:25:53.575Z","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/darkweak.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":"2022-04-05T12:51:31.000Z","updated_at":"2022-04-05T12:51:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"56d747e9-e6f2-4e3d-95f8-e73e0eed59ee","html_url":"https://github.com/darkweak/simple-react-native-soundboard","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"23ff07b7a709e310b8cf4c8781aa91dab2e2d92a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkweak%2Fsimple-react-native-soundboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkweak%2Fsimple-react-native-soundboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkweak%2Fsimple-react-native-soundboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkweak%2Fsimple-react-native-soundboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darkweak","download_url":"https://codeload.github.com/darkweak/simple-react-native-soundboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240395742,"owners_count":19794572,"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-01T09:18:56.535Z","updated_at":"2026-05-12T12:36:32.254Z","avatar_url":"https://github.com/darkweak.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Simple-Soundboard\n-----\n\nThis app is here to provide a very simple soundboard written in React-native.\n* Auto alphabetical sort.\n* Tiny build with the minimal features.\n\n## Setup\n```\nyarn\n```\n```\ncd ios \u0026\u0026 pod install \u0026\u0026 cd -\n```\n```\nyarn ios\n```\n\n## Development\n```\nyarn ios --device # If you have only one connected device\n```\n```\nyarn dev:tailwind # To watch and rebuild styles\n```\n\n## How to add more sounds\nFirst you have to place the `.mp3` files in the `src/assets` folder.  \nEdit the `sounds.json` file to add the icon associated to the sound\n\n```\n{\n    \"items\": [\n        ...\n        {\n            \"name\": \"the_sound_name_without_mp3_extension\",\n            \"image\": \"your_icon\"\n        },\n        ...\n    ]\n}\n```\nAdd the sound to the `src/utils/sound.ts` list.\n```typescript\n// src/utils/sound.ts\n\nconst the_sound_name_without_mp3_extension = importSound(require(assetPath + 'the_sound_name_without_mp3_extension.mp3'));\n\nexport const mappedSounds: Record\u003cstring, any\u003e = {\n    //...\n    the_sound_name_without_mp3_extension,\n    //...\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkweak%2Fsimple-react-native-soundboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkweak%2Fsimple-react-native-soundboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkweak%2Fsimple-react-native-soundboard/lists"}