Git Product home page Git Product logo

study_react_native_mobile's Introduction

React Native Study

> For Whom?

This study is for programmers who have been studying React Native with the course, https://www.udemy.com/course/the-complete-react-native-and-redux-course/ in Udemy. I commented for everything that i had not understood in the code. you can follow the course easily with my record. Most of the comments are written in Korean so you got to know how to speak Korean at least. (I will update for English version later)

If there are some people who have not taken the course yet but just wanna study RN with my toy projects, it's totally fine. I will let you know how to start in Description

โ€ป I highly recommend you to learn RN with the course! It's the great course that I never seen before

> Description

First, most of basic skills are in rn-start. after studying rn-start, the order of projects that you gonna study is food -> blog -> tracks. ( you don't need to jsonserver, track-server at all because, it's the part of back-end)

Here is the order of file that you should check for rn-starter.

  1. App.js

  2. HomeScreen.js in screens

  3. Follow all screens within Button in HomeScreen.js one by one from top to bottom

    Example)

    <Button 
     	onPress={() => props.navigation.navigate("Components")}
        title='Go to Components Demo'/>
    
    <TouchableOpacity
    	onPress={() => props.navigation.navigate("List")}>
       	<Text>Go to List Demo</Text>
        <Text>Test Button</Text>
    </TouchableOpacity>
    
    <Button 
    	onPress={() => props.navigation.navigate("Image")}
        title='Go to ImageScreen Demo'/>
    
    <Button 
    	onPress={() => props.navigation.navigate("Counter")}
    	title='Go to Counter Demo'/>
    
    

    the code above is in the HomeScreen. you just follow the screen in the Button in order! here, go to ComponentsScreen first. next, go to ListScreen so on.

$ Tell me if you have any troubles through my email ([email protected])

study_react_native_mobile's People

Contributors

l1xux 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.