https://github.com/futsalshuffle/ps_native
Prestashop mobile app built with React Native
https://github.com/futsalshuffle/ps_native
mobile prestashop prestashop-1-6 prestashop-1-7 prestashop-free-module prestashop-module react react-native reactnative
Last synced: 5 months ago
JSON representation
Prestashop mobile app built with React Native
- Host: GitHub
- URL: https://github.com/futsalshuffle/ps_native
- Owner: FutsalShuffle
- Created: 2021-01-25T14:38:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T03:15:13.000Z (over 4 years ago)
- Last Synced: 2023-06-26T22:29:12.947Z (about 3 years ago)
- Topics: mobile, prestashop, prestashop-1-6, prestashop-1-7, prestashop-free-module, prestashop-module, react, react-native, reactnative
- Language: PHP
- Homepage:
- Size: 4.3 MB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
By default this project runs on a website
http://lelerestapi.na4u.ru/
## How to run it (At least for Android devices)
- install Prestashop module from /backend directory (archive it to ZIP first)
- place your website link to /module/lelerestapi in Config.js (Keep in mind, your website need to have SSL in order for it to work on a final .apk/ios build)
- npm install
- yarn install
- npx react-native run-android (android)
## Already working:
- JWT authorization/register (can't use prestashop cookies/context!)
- Categories, Products with images (slider on product page)
- Cart (add to cart, total cart)
- Placing an order (Can set delivery address, can't choose payment method or carrier)
- Custom page powered by EditorJS in module setings
## TODO:
- Favourite products (Page with a list of current FP + make a button on product page work, backend should be working already)
- Better architecture
- Orders history in profile page
- Carriers on order page