Giter Site home page Giter Site logo

hawk-eyes's Introduction

Sample Snack app

Open the App.js file to start writing some code. You can preview the changes directly on your phone or tablet by clicking the Run button or use the simulator by clicking Tap to Play. When you're done, click Save and share the link!

When you're ready to see everything that Expo provides (or if you want to use your own editor) you can Export your project and use it with expo-cli.

All projects created in Snack are publicly available, so you can easily share the link to this project via link, or embed it on a web page with the Embed button.

If you're having problems, you can tweet to us @expo or ask in our forums.

Snack is Open Source. You can find the code on the GitHub repo.


First Timer

Run this command:

npm install

This shall download all the dependencies and takes a while.

For subsequent development run this:

npm start

For Windows user with iPhone available

  1. Download @Expo App in your iPhone.

  2. Clone the repository from github:

    git clone [url]

  3. Go into Hawk-Eyes directory. (use cd)

  4. Run:

    npm install expo-cli --global

    This shall install expo-cli on your local machine.

  5. Run:

    npm install

    This shall install all the required dependencies for your app to run properly.

    Note: all the dependencies are listed in app.json file

  6. Run the command and scan the QR code in the web server promted on your browser.

    npm start

  7. You should be redirected to your Expo App and able to see your app on your iPhone.

  8. Each time you update your files on your local machine you should see your phone being updated.

Adding dependencies

Dependencies mean all the third-party modules such as Firebase, Redux, Thunk, etc.

Run command with this format:

npm install -S [dependency-name]

Example:

`npm install -S firebase'

This will update the node modules file and you should have no problem importing the module for use.

hawk-eyes's People

Contributors

gj0407790 avatar tcqian avatar

Stargazers

Hon Hao Chen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.