{"id":22923245,"url":"https://github.com/khriztianmoreno/ecommerce-react-native","last_synced_at":"2025-07-06T15:04:31.176Z","repository":{"id":42354921,"uuid":"111113112","full_name":"khriztianmoreno/ecommerce-react-native","owner":"khriztianmoreno","description":"The ideal starter kit / app script with all the needed UI elements alongwith MobX and NativeBase to build your iOS and Android e-commerce app like Mona / JackThreads / Canopy / Flipp","archived":false,"fork":false,"pushed_at":"2023-01-23T22:25:52.000Z","size":42420,"stargazers_count":95,"open_issues_count":13,"forks_count":54,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-01T04:32:45.526Z","etag":null,"topics":["mobx","mobx-react","nativebase","react-native"],"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/khriztianmoreno.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":"2017-11-17T14:33:25.000Z","updated_at":"2025-03-04T23:02:31.000Z","dependencies_parsed_at":"2023-01-24T19:17:56.487Z","dependency_job_id":null,"html_url":"https://github.com/khriztianmoreno/ecommerce-react-native","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/khriztianmoreno%2Fecommerce-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khriztianmoreno%2Fecommerce-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khriztianmoreno%2Fecommerce-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khriztianmoreno%2Fecommerce-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khriztianmoreno","download_url":"https://codeload.github.com/khriztianmoreno/ecommerce-react-native/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253837463,"owners_count":21971984,"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":["mobx","mobx-react","nativebase","react-native"],"created_at":"2024-12-14T08:14:51.255Z","updated_at":"2025-05-12T23:12:56.682Z","avatar_url":"https://github.com/khriztianmoreno.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ecommerce React Native\n\nThe ideal starter kit / app script with all the needed UI elements alongwith MobX and NativeBase to build your iOS and Android e-commerce app like Mona / JackThreads / Canopy / Flipp\n\n## Installation\n\n### System Requirements:\n\n- Globally installed node\u003e= 6\n- Globally installed npm\u003e= 3\n\n- Install packages for Full Version\n\n```shell\ncd App\nnpm install\nor\nyarn\n```\n\n- To simulate for iOS\n    - Method One:\n        - Run `npm start` in your terminal.\n        - Scan the QR code in your Expo App.\n    - Method Two:\n        - Type `npm run ios` in your terminal.\n\n- To simulate for Android\n    - Method One:\n        - Run `npm start` in your terminal.\n        - Scan the QR code in your Expo App.\n    - Method Two:\n        - Make sure you have an Android emulator installed and running.\n        - Type `npm run android` in your terminal.\n\n## Start Building Your App\n\nThis App guides you throughout building your app, providing the steps and procedure to customize.\n\n### How to add new component\n\n- Create a new folder, say `newComponent` and place it under `/js/src` .\n- Create a new file `index.js` , within this folder.\n- Name the class same as that of folder name.\n\n```js\nclass NewComponent extends Component {\n    ...\n}\n```\n\n### How to add new styleSheet\n\n- Create a new file `styles.js` , place it under `/js/src/newComponent`.\n- `import` newly created StyleSheet into the Component.\n\n```js\nimport styles from './styles';\nclass NewComponent extends Component {\n    ...\n}\n```\n\nHappy coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhriztianmoreno%2Fecommerce-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhriztianmoreno%2Fecommerce-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhriztianmoreno%2Fecommerce-react-native/lists"}