anospoldigot / E-commerce-mobile-app

React native starter kit for an e-commerce mobile app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Native-Ecommerce

A template for a ecommerce mobile app using React Native.

Features

  • Splash Screen
  • Onboarding Screens
  • Login
  • Signup
  • Cart
  • Add To Cart
  • Remove Cart
  • Category
  • Best Selling
  • Profile
  • Search
  • Order History
  • Wish List

Screens Recording

Video

Requirements

See Getting Started to install requirement tools.

Stack

Libraries

Get Started

1. Installation

On the command prompt run the following commands

$ git clone https://github.com/musabbihanoor/E-commerce-mobile-app.git

$ cd E-commerce-mobile-app/

$ npm install

3. Simulate for Android

  • Make sure you have an Android emulator installed and running.

  • Run the following command in your terminal.

$ react-native run-android

Rename Project

Rename react-native app with just one command

react-native-rename

This package assumes that you created your react-native project using react-native init.

Installation

yarn global add react-native-rename
or
npm install react-native-rename -g

Switch to new branch first

better to have back-up

git checkout -b rename-app

Usage

react-native-rename <newName>

With custom Bundle Identifier (Android)

react-native-rename <newName> -b <bundleIdentifier>

Example

react-native-rename "Shopping App"

With custom Bundle Identifier

react-native-rename "Shopping App" -b com.junedomingo.shoppingapp

About

React native starter kit for an e-commerce mobile app


Languages

Language:JavaScript 74.0%Language:Java 16.6%Language:C++ 4.1%Language:Objective-C++ 2.6%Language:Objective-C 1.4%Language:Ruby 0.9%Language:Starlark 0.3%Language:CMake 0.2%