forked from hiteshchoudhary/React-native-projects
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a5010e
commit b2df12f
Showing
4 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## Must Read Guide till project one | ||
|
||
Submit your articles here via a Pull Request. Make sure your article is on Hashnode and should add a value. Don't make PR just for the sake for making it. | ||
|
||
--- | ||
1. [your article](link) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# React Native Learning guide | ||
|
||
Welcome to ultimate guide to learn react native mobile app development. This series is freely available on internet with videos, source code and written guides. This series is made possible because of our sponsor of this series, [Hashnode](https://hashnode.com) | ||
![Hashnode logo](./rn.png) | ||
|
||
--- | ||
## About [Hashnode](https://hashnode.com) ![Hashnode logo](./Logo%20Dark.png) | ||
Home for tech writers and readers. The hassle-free blogging platform for engineers, thought-leaders, and the dev community! | ||
Blog on a custom domain, own your content and share your ideas with the world. | ||
|
||
--- | ||
## Videos | ||
All video of this series are arranged in playlist and can be found here. | ||
|
||
[React Native Videos](https://www.youtube.com/watch?v=kGtEax1WQFg&list=PLRAV69dS1uWSjBBJ-egNNOd4mdblt1P4c) | ||
|
||
All future videos will be added to the playlist. | ||
|
||
--- | ||
## Community | ||
We are trying to build a community so that your questions and issues can be answered by other learners and you can build a community of mobile app developers. For this we are using Discord. You can join Discord server here. | ||
|
||
[Join Discord](https://hc.lco.dev/discord) | ||
|
||
--- | ||
## How to contribute | ||
|
||
Contribution is simple in this project. There are 2 major ways to contribute: | ||
1. By joining Discord and help others to solve their bugs or share your projects. | ||
2. By writing articles of your learning on [Hashnode](https://hashnode.com). With each video, I will assign some task to study or code and you can share them via articles. You can share these articles in respective contribution files such as Project-one-contribution.md etc. Please don't send any Pull Request to change Readme file or code files till we finish this series. | ||
|
||
We constantly check all articles shared to us and feature them. Please DO NOT SEND PR to feature you on readme. Thanks. | ||
|
||
--- | ||
## Must read from Hashnode | ||
|
||
1. [Installation Guide for React Native (Linux)](https://josephjosedev.hashnode.dev/installation-guide-for-react-native-linux) | ||
|
||
2. [React Native: Prerequisites & Installation](https://mohitharge.hashnode.dev/react-native-prerequisites-installation) | ||
|
||
3. [Understanding Main-axis and Cross-axis in React-Native](https://sharetogrow.hashnode.dev/introduction-to-stylesheet-and-understanding-main-axis-and-cross-axis-in-react-native) |