Git Product home page Git Product logo

reactnd-udacifitness-complete's Introduction

Archival Note

We are archiving this repository because we do not want learners to push personal development to the current repository. If you have any issues or suggestions to make, feel free to:

UdaciFitness

This repository contains code featured in Udacity's React Nanodegree program.

Feel free to follow along with the branches as shown in the classroom.

reactnd-udacifitness-complete's People

Contributors

hbkwong avatar tylermcginnis avatar uanjali avatar veronikabenkeser 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  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  avatar  avatar  avatar  avatar

reactnd-udacifitness-complete's Issues

import { white } from colors.js, not helpers.js

Hi,

In this commit: https://github.com/udacity/reactnd-UdaciFitness-complete/commit/78657a10caa7e483bf9016208e4abe5a60911533

import { white } from '../utils/helpers' in EntryDetail.js should be import { white } from '../utils/colors'

Thanks.

app-prep branch doesn't produce working APK

I ran yarn install on the app-prep branch, then ran exp build:android - once completed, I downloaded the APK onto my Samsung S7 and installed it. Then I opened the app and it said:

Something went wrong.

Sorry about that. Press the reload button to try again.

I went down to the "View error log" link and clicked it.

Uncaught Error: undefined is not an object (evaluating 'this._component.getScrollableNode')
value@cached-bundle-experience-%40benchanviolin%2Fudacfitness305675822-20.0.0:311
Time: 9:58:51 Fatal Error

Uncaught Error: Can't find variable: Permissions
value@cached-bundle-experience-%40benchanviolin%2Fudacfitness305675822-20.0.0:735
Time: 9:58:51 Fatal Error

I tried exporting my own Flash Cards app to APK and installed it, and I see similar errors:

Uncaught Error: undefined is not an object (evaluating 'this._component.getScrollableNode')
value@cached-bundle-experience-%40benchanviolin%2Fflashcardsbenchan-1454248609-20.0.0:310
Time: 10:02:18 Fatal Error

Uncaught Error: undefined is not an object (evaluating 'e._component.setNativeProps')
n@cached-bundle-experience-%40benchanviolin%2Fflashcardsbenchan-1454248609-20.0.0:310
Time: 10:02:18 Fatal Error

Uncaught Error: undefined is not an object (evaluating 'console.group(r.type)')
@cached-bundle-experience-%40benchanviolin%2Fflashcardsbenchan-1454248609-20.0.0:600
Time: 10:02:18 Fatal Error

Uncaught Error: undefined is not an object (evaluating 'console.group(r.type)')
@cached-bundle-experience-%40benchanviolin%2Fflashcardsbenchan-1454248609-20.0.0:600
Time: 10:02:18 Fatal Error

Is this an easy thing to fix? I'm surprised that it happened to this UdaciFitness app, so I feel like there may be something wrong with my exp build command somehow, with Expo itself.

Could you post a working APK of the UdaciFitness app and explain anything else that I might be missing? I'm anticipating that others will run into the same issues I'm facing here.

Thank you!

Android device not able to view live directional feedback

Permissions.getAsync(Permissions.LOCATION)

I was testing this on my samsung using expo on my phone and expo IDE on my laptop and the only status being returned by getAsync is denied. This makes it impossible to test this functionality on a phone.
Expo on my samsung phone has permission to access Camera, Location and Calendar. This code needs to branch to determine if an android os and if so ask not get permissions at least for development testing purposes.

screenshot_20180810-110223

Deprecated classes

7:21:45 AM
▶The StackNavigator function name is deprecated, please use createStackNavigator instead
7:21:46 AM
▶TabNavigator is deprecated. Please use the createBottomTabNavigator or createMaterialTopTabNavigator instead.

Typo in /utils/helpers.js

              tomorrow.setMintutes(0)

              Notifications.scheduleLocalNotificationAsync(

should be

              tomorrow.setMinutes(0)

              Notifications.scheduledLocalNotificationsAsync(

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.