ABCDEFGHIJKLMNOPQRSTUVWX
1
Note: This template is based on who has completed REACTJS training or have the knowledge of react js
2
#TopicsStart DateEnd DateTask Level Efforts (in hrs)StatusComments
3
Referenceshttps://facebook.github.io/react-native/docs/getting-started.html
4
5
1What is React Native ?8 hrs
6
2Setup Basics
7
2.1Basic setup of React Native by using CRNA
8
2.2Understanding react native
9
2.3Executing simple project using CRNA
10
2.4Understand need of Executing react-script1 hr
11
2.5Understanding react native component modules3 hrs
12
2.6Style in react native
Styled Component
3 hrshttps://facebook.github.io/react-native/docs/style.htmlhttps://www.styled-components.com/docs/basics
13
14
3Understand concept of navigator and creating screens8 hrs
15
16
4How to create Navigation in React Native5 hrs
17
18
5Practical
19
5.1Fetch Weather data and display it in component 8 hrs
20
Including creating components
21
API Integration(actions).
22
Reducers
23
5.2Create Navigations8 hrs
24
Understand how to create scenes and jump on specific scene
25
26
27
Note
28
Please follow this link for versioning an Android App :
29
http://droidmentor.com/versioning-an-android-app-how-and-why/
30
31
Ceating signed-apk and release-apk
32
https://facebook.github.io/react-native/docs/signed-apk-android.html
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100