Skip to content

Commit c1a036d

Browse files
committed
Added note taker GitHub link in readme
Added final-app page
1 parent a65b188 commit c1a036d

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
@@ -50,6 +50,7 @@ Start building the app 😎
5050
* [Custom Native Modules 🍮](16-custom-native-modules/16.0-intro.md)
5151
* [Android Native Modules](16-custom-native-modules/16.1-android-native-module.md)
5252
* [iOS Native Modules](16-custom-native-modules/16.2-ios-native-module.md)
53+
* [See it in action! 🎬](final-app.md)
5354
<!-- * [Migrating to WEB](17-migrating-to-web/17.0-intro.md)
5455
* [Interface File](17-migrating-to-web/17.1-interface-file.md)
5556
* [Rewrite all Dumb components](17-migrating-to-web/17.2-rewrite-all-dumb-components.md)

assets/images/final.png

1000 KB
Loading

final-app.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>

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

0 commit comments

Comments
 (0)