{"id":26714852,"url":"https://github.com/akshayjadhav4/native-menus","last_synced_at":"2026-04-12T16:08:40.373Z","repository":{"id":245223441,"uuid":"817612160","full_name":"akshayjadhav4/native-menus","owner":"akshayjadhav4","description":"React Native library built using expo-modules-core to create a native Dropdown menu.","archived":false,"fork":false,"pushed_at":"2024-06-20T05:18:24.000Z","size":1999,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T17:04:31.602Z","etag":null,"topics":["android-compose","dropdown","expo-modules","swiftui"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/akshayjadhav4.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-06-20T05:13:38.000Z","updated_at":"2024-06-20T17:04:49.878Z","dependencies_parsed_at":"2024-06-20T17:04:38.840Z","dependency_job_id":"33895160-6db9-40b2-b02d-849492e0e475","html_url":"https://github.com/akshayjadhav4/native-menus","commit_stats":null,"previous_names":["akshayjadhav4/native-menus"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshayjadhav4%2Fnative-menus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshayjadhav4%2Fnative-menus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshayjadhav4%2Fnative-menus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshayjadhav4%2Fnative-menus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akshayjadhav4","download_url":"https://codeload.github.com/akshayjadhav4/native-menus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245858872,"owners_count":20684057,"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":["android-compose","dropdown","expo-modules","swiftui"],"created_at":"2025-03-27T13:51:15.273Z","updated_at":"2026-04-12T16:08:40.340Z","avatar_url":"https://github.com/akshayjadhav4.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# React Native Dropdown Menu\n\n:construction: Experiment :construction:\n\nThis project is an simple React Native library built using Expo Module Core to create a native Dropdown menu. It uses Compose on the Android side and SwiftUI on the iOS side.\n\n## Features\n\n- Platform based Native UI \n- Native platform specific icons support\n\n## Usage\n\n```tsx\n\nimport { NativeMenusView } from \"native-menus\";\n\nconst options = [\n  {\n    title: \"Edit\",\n    icon: { android: \"Edit\", ios: \"pencil\" },\n    onPress: () =\u003e console.log(\"Pressed Edit\"),\n  },\n  {\n    title: \"Refresh\",\n    onPress: () =\u003e console.log(\"Pressed Refersh\"),\n    icon: { android: \"Refresh\", ios: \"arrow.clockwise\" },\n  },\n  { title: \"Delete\", onPress: () =\u003e console.log(\"Pressed Delete\") },\n];\n\n\n\u003cNativeMenusView menuItems={options} /\u003e\n\n```\n## Props\n\n- **menuItems** (array): An array of objects representing the options in the drop-down menu. Each object can have the following properties:\n  - `title` (string): The title of the menu item.\n  - `onPress` (function): A callback function that gets called when the menu item is selected.\n  - `icon` (object, optional): An object that specifies the icons for the menu item on different platforms.\n    - `android` (AndroidIcons, optional): The icon to be used on Android devices. This should be selected from a predefined list of Material icons (Filled Icons). \n    - `ios` (SFSymbol, optional): The icon to be used on iOS devices. The icons are provided through the [sf-symbols-typescript](https://github.com/nandorojo/sf-symbols-typescript) library, which offers a comprehensive list of SF Symbols.\n \n\n\n\n## Screenshots\n\n### Without Icons\n\n**Android**          \n\n\u003cimg width=\"478\"  alt=\"Without Icons Android\" src=\"./screenshots/Without-Icons-Android.png\"\u003e\n\n**iOS**\n\n\u003cimg width=\"478\"  alt=\"Without Icons Android\" src=\"./screenshots/Without-Icons-ios.png\"\u003e\n\n### With Icons\n\n**Android**          \n\n\u003cimg width=\"478\"  alt=\"Without Icons Android\" src=\"./screenshots/With-Icons-Android.png\"\u003e\n\n**iOS**\n\n\u003cimg width=\"478\"  alt=\"Without Icons Android\" src=\"./screenshots/With-Icons-ios.png\"\u003e\n\n\n### With and Without Icons\n\n**Android**          \n\n\u003cimg width=\"478\"  alt=\"Without Icons Android\" src=\"./screenshots/mix-android.png\"\u003e\n\n**iOS**\n\n\u003cimg width=\"478\"  alt=\"Without Icons Android\" src=\"./screenshots/mix-ios.png\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshayjadhav4%2Fnative-menus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakshayjadhav4%2Fnative-menus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshayjadhav4%2Fnative-menus/lists"}