Giter VIP home page Giter VIP logo

challengeel's Introduction

Eureka Labs Technical Challenge

This is my finalized Image Viewer project using React Native with Typescript

Dev: Germán Gómez 🇦🇷

1. Download or Clone this repository

Open terminal

git clone https://github.com/gg-ballin/challengeEL.git
git checkout develop

2. Install dependencies

Once you've already cloned the project, run: npm i or yarn

iOS Specific

Install pods

  cd ios && pod install

Additional required steps

Is required for this project tu use node version 19 or lower to run:

nvm use 19

After that, you can start the metro bundler with:

yarn start

3. Run the project

iOS

yarn ios

Android

yarn android

Common errors and how to tackle them

  • Android Gradle plugin requires Java 17 to run. You are currently using Java 15.

If you are having issues with Java versions, you should install the Java Version 17 in your Android Studio. In my case I've used coretto-17(17.0.9). Once that is set, you can run the app. There is a command called yarn fix-java that can bypass this error in runtime. You can check it out in package.json.

  • Watchman issues If your metro bundler keeps shutting down, run:
watchman watch-del-all
rm -f /usr/local/bin/watchman
rm -rf /usr/local/Cellar/watchman/2023.04.10.00/bin/watchman

External libraries used

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.