{"id":16212931,"url":"https://github.com/chnirt/reactnative-best-practice","last_synced_at":"2025-03-19T09:31:04.039Z","repository":{"id":37234100,"uuid":"233986269","full_name":"chnirt/reactnative-best-practice","owner":"chnirt","description":"React Native (ReactJS + ReactNavigation5 + Firebase) codebase containing real world examples (CRUD, auth, advanced patterns, etc).","archived":false,"fork":false,"pushed_at":"2020-02-14T06:31:09.000Z","size":40783,"stargazers_count":62,"open_issues_count":1,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T17:46:53.122Z","etag":null,"topics":["firebase-auth","firebase-storage","react-hook","react-native","react-navigation-v5"],"latest_commit_sha":null,"homepage":"https://github.com/chnirt/reactnative-best-practice","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/chnirt.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":"2020-01-15T03:02:35.000Z","updated_at":"2024-12-10T13:53:46.000Z","dependencies_parsed_at":"2022-08-18T01:10:13.286Z","dependency_job_id":null,"html_url":"https://github.com/chnirt/reactnative-best-practice","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chnirt%2Freactnative-best-practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chnirt%2Freactnative-best-practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chnirt%2Freactnative-best-practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chnirt%2Freactnative-best-practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chnirt","download_url":"https://codeload.github.com/chnirt/reactnative-best-practice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243982141,"owners_count":20378605,"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":["firebase-auth","firebase-storage","react-hook","react-native","react-navigation-v5"],"created_at":"2024-10-10T10:54:02.538Z","updated_at":"2025-03-19T09:30:59.029Z","avatar_url":"https://github.com/chnirt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- \u003cimg src=\"src/assets/demo/sample1.gif\" alt=\"React Native Best Practice\" width=\"250\"/\u003e --\u003e\n\n### Navigator structure\n\n    AppNavigator                        # Stack\n    ├── SplashScreen\n    ├── OnBoardingScreen\n    ├── AuthStackNavigator              # Stack\n    │   ├── LoginScreen\n    │   ├── RegisterScreen\n    │   └── ForgotScreen\n    └── DrawerNavigator                 # Drawer\n        └── DashboardNavigator          # Stack\n            ├── TabNavigator            # BottomTab\n            │   ├── HomeScreen\n            │   ├── MessageScreen\n            │   ├── NotificationScreen\n            │   └── ProfileScreen\n            └── PostScreen\n\n1. react-navigation\n\n- https://reactnavigation.org/docs/en/getting-started.html\n\n2. react-native-vector-icons\n\n- https://oblador.github.io/react-native-vector-icons/\n\n3. react-navigator\n\n- https://readybytes.in/blog/how-to-integrate-tabs-navigation-drawer-navigation-and-stack-navigation-together-in-react-navigation-v2\n\n4. splash-screen\n\n- https://whatdidilearn.info/2019/01/13/how-to-implement-a-splash-screen-in-react-native.html\n\n5. Intro page sample\n\n- https://github.com/Jacse/react-native-app-intro-slider#configuring-buttons\n\n- https://www.google.com/search?q=image+intro+screen\u0026safe=active\u0026sxsrf=ACYBGNQ4HBo5bTsobkFd9wiwbXJGe_0h9g:1579317769273\u0026source=lnms\u0026tbm=isch\u0026sa=X\u0026ved=2ahUKEwi80f-UmYznAhUEyIsBHQNIDh0Q_AUoAXoECAwQAw\u0026biw=1680\u0026bih=971#imgrc=no5KEDQqYmSD0M:\n\n6. Color name\n\n- https://htmlcolorcodes.com/color-names/\n\n7. Intergate with Apollo graphql (@apollo/react-hooks, apollo-link)\n\n- https://www.apollographql.com/docs/react/integrations/react-native/#gatsby-focus-wrapper\n- https://www.apollographql.com/docs/react/api/react-hooks/#gatsby-focus-wrapper\n- https://www.apollographql.com/docs/link/\n\n8. Validation (Formik, Yup)\n\n- https://jaredpalmer.com/formik/docs/guides/validation\n\n9. SAP Mobile Design\n\n- https://blogs.sap.com/2018/05/25/labs-preview-sap-business-bydesign-plans-new-mobile-apps-for-smartphones/\n\n10. Sticky header\n\n- https://stackoverflow.com/questions/55264425/is-there-a-fixed-header-or-sticky-header-for-react-native\n\n11. Design UI\n\n- https://www.youtube.com/watch?v=TkuQAjnaSbM\n\n12. Asset free UI - UX\n\n- https://www.vecteezy.com/vector-art/251964-mobile-payment-online-service-for-modern-business-website-socia\n\n13. Vector\n\n- https://icons8.com/ouch/search/network\n- https://www.freepik.com/free-vectors/illustrations\n\n14. AddButton\n\n- https://itnext.io/react-native-tab-bar-is-customizable-c3c37dcf711f\n\n15. Logo App\n\n- https://dribbble.com/shots/6365319-s-chat-bubbles-logo\n\n16. Disable Rotate\n\n- https://aboutreact.com/react-native-disable-screen-rotation/\n\n17. Image from\n\n- https://dribbble.com/search/red%20gif\n\n18. Permissions\n\n- https://github.com/react-native-community/react-native-permissions\n\n19. Image Picker\n\n- https://github.com/react-native-community/react-native-image-picker\n\n20. Image Gif not fire Android\n\n- https://stackoverflow.com/questions/57089042/react-native-0-60-0-0-60-x-android-for-animated-gif-support\n\n21. Custom tabbar\n\n- https://dev.to/hrastnik/lets-create-a-custom-animated-tab-bar-with-react-native-3496\n\n22. Handle ID javascript with firebase\n\n- https://stackoverflow.com/questions/56144736/react-native-firebase-display-array-of-objects-using-flatlist\n\n23. Folder structure READ.ME\n\n- https://github.com/kriasoft/Folder-Structure-Conventions/blob/master/README.md\n\n24. Firestore\n\n- https://medium.com/firebase-developers/should-i-query-my-firebase-database-directly-or-use-cloud-functions-fbb3cd14118c\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchnirt%2Freactnative-best-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchnirt%2Freactnative-best-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchnirt%2Freactnative-best-practice/lists"}