Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atef-najar/react-native-shop-ui
A react native clothes shopping app UI.
https://github.com/atef-najar/react-native-shop-ui
android ecmascript2015 ios javascript native-base react-native typescript
Last synced: about 4 hours ago
JSON representation
A react native clothes shopping app UI.
- Host: GitHub
- URL: https://github.com/atef-najar/react-native-shop-ui
- Owner: atef-najar
- License: gpl-3.0
- Created: 2017-08-27T18:18:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T08:09:26.000Z (over 5 years ago)
- Last Synced: 2024-10-15T10:42:53.068Z (29 days ago)
- Topics: android, ecmascript2015, ios, javascript, native-base, react-native, typescript
- Language: JavaScript
- Homepage:
- Size: 1.22 MB
- Stars: 1,084
- Watchers: 43
- Forks: 311
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SHOP UI React-Native Template with Native Base
## Introduction
> A creative and modern clothes shopping app design for react-native using the native-base UI components.
It works well with both IOS and Android.## Availables pages
> This is the list of the availables pages with this source code:
* [Home](./src/page/Home.js)
* [Shop](./src/page/Category.js)
* [Single product](./src/page/Product.js)
* [Product gallery](./src/page/ImageGallery.js)
* [Cart](./src/page/Cart.js)
* [Search](./src/page/Search.js)
* [WishList](./src/page/WishList.js)
* [Newsletter](./src/page/Newsletter.js)
* [Contact](./src/page/Contact.js)
* [Find us (A map)](./src/page/Map.js)
* [Login](./src/page/Login.js)/[Sign up](./src/page/Signup.js)
* [Payment](./src/page/Checkout.js)### Coming Soon
* Profile## Installation
> Follow these steps to install and test the app:
```
git clone [email protected]:ATF19/react-native-shop-ui.git
cd react-native-shop-ui
npm install
```> For iOS users:
```
react-native run-ios
```> For Android users
```
react-native run-android
```## Download a demo
> You can download the demo APK by [Clicking here](https://www.dropbox.com/s/42l8vvq61xx6bzh/shop.apk "Download Shop APK")
## Screenshots
Click [here](screenshots/README.md)
## Documentation
Updating the codebase will require changes to the `.js` files in the [src/](./src/) folder. Individual pages can be edited by editing the `.js` files in [src/page/](./src/page/). Re-usable components can be edited by editing the `.js` files in [src/component/](./src/component/).
To contribute your changes to the main repository, create a pull request from your fork [here](https://github.com/ATF19/react-native-shop-ui/compare?expand=1) (click the `compare across forks` link make your repository the source repository)
## Contact
> If you have any problem you can contact me at: **[email protected]**