{"id":4226,"url":"https://github.com/marty-wang/react-native-toolkit","last_synced_at":"2025-09-05T20:35:22.197Z","repository":{"id":36148226,"uuid":"40452246","full_name":"marty-wang/react-native-toolkit","owner":"marty-wang","description":"A collection of common UI components for react native mobile apps.","archived":false,"fork":false,"pushed_at":"2015-08-11T22:57:26.000Z","size":1732,"stargazers_count":45,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T15:18:37.463Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marty-wang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-09T22:09:14.000Z","updated_at":"2023-03-09T02:21:47.000Z","dependencies_parsed_at":"2022-09-05T18:30:23.160Z","dependency_job_id":null,"html_url":"https://github.com/marty-wang/react-native-toolkit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marty-wang%2Freact-native-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marty-wang%2Freact-native-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marty-wang%2Freact-native-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marty-wang%2Freact-native-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marty-wang","download_url":"https://codeload.github.com/marty-wang/react-native-toolkit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249138533,"owners_count":21218903,"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-01-05T20:17:05.091Z","updated_at":"2025-04-15T19:30:29.324Z","avatar_url":"https://github.com/marty-wang.png","language":"JavaScript","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"readme":"# React Native Toolkit\n\nStay tuned!\n\nFeel adventurous? Check out examples and get started! :)\n\n## Navigation bar\n\n![Twitter style navigation bar](https://raw.githubusercontent.com/marty-wang/react-native-toolkit/master/Examples/Screenshots/twitter-navbar.gif)\n\n* Custom navigation bar style per scene, including text color, background color, bottom border, shadow and etc\n\n* Custom title, left, right and back components of the navigation bar per scene\"\n\n* Crossfade effect on the navigation bar during scene transition\n\n* Adjustable status bar style to match with the navigation bar style\n\n```\n// NavigationBar prop types\n{\n    barStyle: React.PropTypes.object, // any css style valid for View\n    titleStyle: React.PropTypes.object, // any css style valid for Text\n    backButtonColor: React.PropTypes.string,\n}\n\n// Route prop types\n{\n    title: React.PropTypes.string,\n    customTitle: { component: React.PropTypes.element, passProps: React.PropTypes.object },\n    leftButton: { component: React.PropTypes.element, passProps: React.PropTypes.object },\n    rightButton: { component: React.PropTypes.element, passProps: React.PropTypes.object },\n    backButton: { component: React.PropTypes.element, passProps: React.PropTypes.object },\n    barStyle: React.PropTypes.object,\n    titleStyle: React.PropTypes.object,\n    statusBarStyle: React.PropTypes.string,\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarty-wang%2Freact-native-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarty-wang%2Freact-native-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarty-wang%2Freact-native-toolkit/lists"}