johnbroaddusivccv / native-shopify

Taking a look at React Natives built in components. A mobile app similar to Amazons wishlist.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

native-shopify

Taking a look at React Natives built in components. A mobile app similar to Amazons wishlist.

Installation && Usage

Use the package manager npm to install native-shopify. It is installed with Node.js


Make sure react-native-cli is installed globally on your machine.

  • On Mac run
sudo npm i -g react-native-cli

  • On Windows
  • I first had to install chocolatey to run certain commands through the admin shell.

Run this command through the Admin Shell to install chocolatey

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

run this to see if it installed correctly

choco
choco install -y nodejs.install python2 jdk8
  • For addition information about adding Android studios SDK to the PATH as an Eviromental Variable & Adding the SDKs platform-tools to the PATH as an Enviromental variable.

git init
git clone https://github.com/johnbroaddusivccv/native-shopify.git
cd native-shopify
cd shoppinglist
npm install

In Addition

Depending on your operating system.

  • You can use this via Emulation one of a few ways.
    • On Mac download Xcode and follow the Installation Wizard once complete run..
react-native run-ios
  • On Windows download Android Studios and follow the Installation Wizard once complete run..
react-native run-android

License

MIT

About

Taking a look at React Natives built in components. A mobile app similar to Amazons wishlist.


Languages

Language:JavaScript 41.5%Language:Objective-C 21.0%Language:Ruby 14.4%Language:Java 13.5%Language:Starlark 9.6%