Giter Site home page Giter Site logo

evanbacon / lego-expo Goto Github PK

View Code? Open in Web Editor NEW
84.0 8.0 9.0 2.29 MB

Play with Lego bricks anywhere using Expo

Home Page: https://ldr.netlify.com/

License: MIT License

JavaScript 100.00%
react react-native react-native-web expo lego threejs react-navigation demo unicorn

lego-expo's Introduction

Welcome to Lego Expo ๐Ÿ‘‹

Twitter: baconbrix Github: evanbacon Medium: baconbrix License: MIT

Product: demo

Play with Lego bricks anywhere with Expo!

๐Ÿ  Try it now!

Setup

npm install

Usage

expo start --web

Author

๐Ÿ‘ค Evan Bacon

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a โญ๏ธ if this project helped you!

๐Ÿ“ License

Copyright ยฉ 2019 Evan Bacon.
This project is MIT licensed.

lego-expo's People

Contributors

dependabot[bot] avatar evanbacon avatar nicknovoselov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lego-expo's Issues

-bash: expo: command not found

Dear Evan,

After cloned and installed npm when I run the command expo start --web in Terminal, I am getting error like expo command not found.

In package.json the scripts are like this:

  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web",
    "build": "expo build:web",
    "eject": "expo eject",
    "test": "jest --watchAll",
    "update-webpack-config": "cp -r ../../expo-cli/packages/webpack-config/ node_modules/\\@expo/webpack-config/",
    "deploy": "netlify deploy --prod --dir web-build"
  },

What I'm doing wrong here? Pls suggest. Thank you in Advance!

npm dependency errors

I want to build Lego-Expo with Docker using the following Dockerfile:
`FROM node:15.3.0-buster
ADD src/Lego-Expo /opt/lego/run
RUN cd /opt/lego/run; npm install

ENTRYPOINT ["/bin/bash"]
CMD ["/opt/lego/expo", "start", "--web"]`

It resulted in the following build errors:

Step 1/5 : FROM node:15.3.0-buster 15.3.0-buster: Pulling from library/node 756975cb9c7e: Already exists d77915b4e630: Already exists 5f37a0a41b6b: Already exists 96b2c1e36db5: Already exists c495e8de12d2: Pull complete 2bce46b9261b: Pull complete 92746f5214c2: Pull complete 67bd014febbe: Pull complete 3fee6ff62a08: Pull complete Digest: sha256:de740145826214f8096ad38b4b25765a6a1280baea4262e97174f5c426a5919e Status: Downloaded newer image for node:15.3.0-buster ---> 9c40276d04d2 Step 2/5 : ADD src/Lego-Expo /opt/lego/run ---> 431dc2165fa2 Step 3/5 : RUN cd /opt/lego/run; npm install ---> Running in db0f79cb5cca npm WARN ERESOLVE overriding peer dependency npm WARN Found: [email protected] npm WARN node_modules/react npm WARN react@"16.8.3" from the root project npm WARN 10 more (@expo/samples, react-native, react-dom, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"16.0.0-alpha.6" from [email protected] npm WARN node_modules/expo/node_modules/react-native-reanimated npm WARN react-native-reanimated@"1.0.1" from [email protected] npm WARN node_modules/expo npm WARN ERESOLVE overriding peer dependency npm WARN Found: [email protected] npm WARN node_modules/expo/node_modules/react-native npm WARN npm WARN Could not resolve dependency: npm WARN peer react-native@"^0.44.1" from [email protected] npm WARN node_modules/expo/node_modules/react-native-reanimated npm WARN react-native-reanimated@"1.0.1" from [email protected] npm WARN node_modules/expo npm WARN ERESOLVE overriding peer dependency npm WARN Found: [email protected] npm WARN node_modules/expo-three/node_modules/expo-asset npm WARN expo-asset@"^6.0.0" from [email protected] npm WARN node_modules/expo-three npm WARN expo-three@"^4.0.6" from the root project npm WARN npm WARN Could not resolve dependency: npm WARN peer expo-asset@"~4.0.0" from [email protected] npm WARN node_modules/expo-three/node_modules/expo-asset-utils npm WARN expo-asset-utils@"^1.0.0" from [email protected] npm WARN node_modules/expo-three npm notice npm notice New minor version of npm available! 7.0.14 -> 7.1.0 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v7.1.0> npm notice Run npm install -g [email protected]` to update!
npm notice
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: [email protected]
npm ERR! node_modules/expo-three/node_modules/expo-file-system
npm ERR! peer expo-file-system@"~4.0.0" from [email protected]
npm ERR! node_modules/expo-three/node_modules/expo-asset-utils
npm ERR! expo-asset-utils@"^1.0.0" from [email protected]
npm ERR! node_modules/expo-three
npm ERR! expo-three@"^4.0.6" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer expo-file-system@"^5.0.1" from @expo/[email protected]
npm ERR! node_modules/expo-three/node_modules/@expo/browser-polyfill
npm ERR! @expo/browser-polyfill@"^0.1.0" from [email protected]
npm ERR! node_modules/expo-three
npm ERR! expo-three@"^4.0.6" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /root/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-12-08T19_36_37_948Z-debug.log
`

Which node version should I use?
Do I have to adjust package.json ?

Thanks!

Cheers,
Martin

Weekly Digest (23 January, 2020 - 30 January, 2020)

Here's the Weekly Digest for EvanBacon/Lego-Expo:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository EvanBacon/Lego-Expo to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (26 January, 2020 - 2 February, 2020)

Here's the Weekly Digest for EvanBacon/Lego-Expo:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository EvanBacon/Lego-Expo to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

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.