Code Monkey home page Code Monkey logo

react-native-workshop's Issues

Map View

Just example code in the gitbook and nothing in the app.

Gesture Handling

Some examples of the panResponder and a blurb about the touch event lifecycle. The React Native book has a good explanation: screen_shot_2016-04-01_at_3 58 27_pm

Navigation Section updates

  • Add a visual summary for Navigation section, very hard to tie everything together
  • Add a comment above the state => state || action.payload (something to explain other reducers maintain state, and not stack reducer, so state is always null)

Master fails on first start

Have to checkout another branch, build and then switch back to master. We should probably just make 1-hello-world the main branch.

update gitbook for keyboard spacer

The spacer is only required on iOS, so the code example should be updated to account for this.

const Spacer = Platform.OS === 'ios' ? <KeyboardSpacer /> : null;

Filter List

Add a text input to the bottom of the pokedex view which will be used to filter the list of pokemon

Break down ListView section

Add a short intro to ListView and then break down the section into 4 tasks:

  • ListView
  • SearchBar (with an intro for textInput)
  • KeyboardSpacer
  • Wire up goTo

Search / input broken on Android builds.

Keyboard / text input visually broken on Android builds. It seems to work functionally โ€” just not visually. Not sure what's happening here, but the iOS version looks much more graceful:

screen shot 2016-05-16 at 4 51 42 pm

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.