Skip to content

Commit 30c1a05

Browse files
committed
Updated readme to look better on GitHub
1 parent 55fc853 commit 30c1a05

2 files changed

Lines changed: 9 additions & 12 deletions

File tree

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
</div>
44

55

6-
# <center>React made Native easy</center>
6+
<h1 align='center'>React made Native easy</h1>
77
<p align='center'>Written by <a href='http://rahulgaba.com'>Rahul Gaba</a> and <a href='http://atulr.com'>Atul R</a></p>
88

9-
10-
#### <center>React/Redux best practices + React Native + Robust DevOps pipeline<br/>↘️ ⬇️ ↙️<br/>A fine native app for iOS, Android (and Web).</center>
9+
<h4 align='center'>React/Redux best practices + React Native + Robust DevOps pipeline<br/>↘️ ⬇️ ↙️<br/>A fine native app for iOS, Android (and Web).</h4>
1110

1211

1312
>A reference for building production grade applications which are easy to test, maintain and extend to multiple platforms. This book is for the Web developers who have already got their hands dirty with react and ES6 and want to build complex native apps.
@@ -32,23 +31,21 @@ The knowledge is based on the experience of working with React Native apps for a
3231
- react-native developers who want to extend their codebase to support other platforms by just following some code conventions.
3332

3433
<br/>
35-
<center><i>We will be building an application while learning react-native. So be ready to get your hands dirty.</i></center>
36-
37-
<div style="text-align:center">
38-
<br/>
34+
<p align='center'><i>We will be building an application while learning react-native. So be ready to get your hands dirty.</i>
35+
<br/>
36+
<br/>
3937
<img src="/assets/images/0/getset.gif" style="width: 80%;display:inline-block;" hspace="20"/>
40-
</div>
41-
38+
</p>
4239

43-
### Authors
40+
<h3 align='center'>Authors</h3>
4441
<center>
4542
{% GitHubContributors %}
4643
{% endGitHubContributors %}
4744
</center>
4845

4946
<hr/>
5047

51-
##### [Download a .pdf, .epub, or .mobi]() //TODO add link
48+
##### [Download a .pdf, .epub, or .mobi](https://www.gitbook.com/book/react-made-native-easy/react-made-native-easy/details)
5249
##### [Contribute, stars, suggestions, and fixes on github](https://github.com/react-made-native-easy/react-made-native-easy.github.io)
5350

5451
<hr/>

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Summary
22

3-
* [Introduction 🎉](README.md)
3+
* [Introduction](README.md)
44
* [React Native Internals 📡](3-react-native-internals/3.1-react-native-internals.md)
55
* [Setting up the project 🌈](4-setting-up-the-project/4.1-installing-react-native.md)
66

0 commit comments

Comments
 (0)