Skip to content

Commit 9e79ba9

Browse files
committed
2 parents 2145b5d + 0976647 commit 9e79ba9

5 files changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ The knowledge is based on the experience of working with React Native apps for a
3030
- react-native developers who want to extend their codebase to support other platforms by just following some code conventions.
3131

3232
<br/>
33-
<p align='center'><i>We will be building an application while learning react-native. So be ready to get your hands dirty.</i>
34-
<br/>
33+
**We will build a [Note Taker](https://github.com/react-made-native-easy/note-taker) application while learning the concepts. There is a link to the code at the end of every chapter. You can also see the app live if you have [Expo](https://expo.io/) app on your phone.**
34+
35+
**So be ready to get your hands dirty.**
36+
3537
<br/>
38+
<p align='center'>
3639
<img src="/assets/images/0/getset.gif" style="width: 80%;display:inline-block;" hspace="20"/>
3740
</p>
3841

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
Start building the app 😎
88
----
9+
* [See it in action! 🎬](see-it-in-action.md)
910
* [Project Structure 🏢](5-project-structure-and-start-building-some-app/5.0-intro.md)
1011
* [Customizing the project structure](5-project-structure-and-start-building-some-app/5.1-customising-the-structure.md)
1112
* [Creating basic components and writing platform specific code](5-project-structure-and-start-building-some-app/5.2-basic-components-and-platform-specific-code.md)

assets/images/final.png

1000 KB
Loading

references.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* http://reactkungfu.com/2015/07/why-and-how-to-bind-methods-in-your-react-component-classes/
44
* https://medium.com/differential/managing-configuration-in-react-native-cd2dfb5e6f7b
5+
* http://slides.com/rahulgaba/react-native
56
* https://medium.com/the-react-native-log/comparing-the-performance-between-native-ios-swift-and-react-native-7b5490d363e2
67
* https://www.youtube.com/watch?v=8qCociUB6aQ
78
* https://github.com/jondot/awesome-react-native

see-it-in-action.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<h1 align='center'><a href='https://github.com/react-made-native-easy/note-taker'>Your final app </a> will look like this</h1>
2+
3+
<div style="text-align:center">
4+
<img src="/assets/images/final.png" style="display:inline-block;">
5+
</div>

0 commit comments

Comments
 (0)