Skip to content

Commit 17fab50

Browse files
committed
create .gitignore file
1 parent a245084 commit 17fab50

File tree

4 files changed

+44
-29
lines changed

4 files changed

+44
-29
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
.DS_Store

README.md

Lines changed: 42 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,24 @@ After you get an idea about React Native, now it's time to start setting up the
3030
- 📌 [Android Setup](https://www.decoide.org/react-native/docs/android-setup.html)
3131
- 📌 [React Native Environment set up on Mac OS with Xcode and Android Studio](https://medium.com/@pabasarajayawardhana/react-native-environment-set-up-on-mac-os-with-xcode-and-android-studio-324e64c8552e)
3232

33-
# Tutorials
34-
Tutorials, will get help you to learn how things really work,with Tutorials you will get the experience and start learning
3533
#⚙️ Debugging
36-
This is an important phase in the software development, dubugging helps you identify bugs and solve them.
37-
In React Native, Debuggin can be done using some JavaScript debuggin tools like the developer tools in the Browser but not limited to that, there are some other tools that are specific to the React Native.
38-
39-
### 📖 Articles
34+
Here are some content that will help you learn how to debug a React Native app ⬇️.
4035

4136
- 📌 [Tools for debuggin React Native](https://www.sitepoint.com/tools-for-debugging-react-native/)
4237
- 📌[Debuggin in React Native](https://reactnative.dev/docs/debugging)
4338
- 📌[How To Debug React Native Apps Like A Pro? (Tools And Best Practices)](https://www.ideamotive.co/blog/how-to-debug-your-react-native-apps-like-a-pro)
4439
- 📌 [Debugging in React Native: Flipper vs React Native Debugger vs Reactotron](https://www.fullstacklabs.co/blog/debugging-react-native-apps-flipper-vs-react-native-debugger-vs-reactotron)
4540

4641

47-
### Debuggin tools
42+
### Debugging tools
4843
- [React Native Debugger](https://github.com/jhen0409/react-native-debugger)
4944
- [Flipper](https://fbflipper.com/)
5045
- [reactotron](https://github.com/infinitered/reactotron)
5146

5247

5348

5449
#💅 Styling
55-
Styling is in Important step in React Native development.
50+
Learn how to do styling in React Native with these resources below:
5651
### 📖 Articles
5752
- 📌 [Styling in React Native](https://blog.bitsrc.io/styling-in-react-native-c48caddfbe47)
5853
- 📌 [React Native style docs](https://reactnative.dev/docs/style)
@@ -86,9 +81,21 @@ Styling is in Important step in React Native development.
8681
- 📌 [How To Use Routing with React Navigation in React Native](https://www.digitalocean.com/community/tutorials/react-react-native-navigation)
8782
- 📌 [Building a React Native App With Complex Navigation Using React Navigation](https://medium.com/@jan.hesters/building-a-react-native-app-with-complex-navigation-using-react-navigation-85a479308f52)
8883

89-
# 🔑 Authentication
90-
- [How to Add Authentication to React Native in Three Steps Using Firebase](https://www.freecodecamp.org/news/how-to-add-authentication-to-react-native-in-three-steps-using-firebase/)
91-
# Animations
84+
# 🔑 Authentication
85+
<img src="./images/authentication.png"/>
86+
87+
88+
89+
- 📌 [How to Add Authentication to React Native in Three Steps Using Firebase](https://www.freecodecamp.org/news/how-to-add-authentication-to-react-native-in-three-steps-using-firebase/)
90+
- 📌 [Add Authentication to your React Native App](https://www.ory.sh/react-native-authentication-login-signup/)
91+
- 📌 [Create a React Native App with Login in 10 Minutes](https://developer.okta.com/blog/2019/11/14/react-native-login)
92+
- 📌 [React Native Authentication Flow, the Simplest and Most Efficient Way](https://levelup.gitconnected.com/react-native-authentication-flow-the-simplest-and-most-efficient-way-3aa13e80af61)
93+
- 📌 [Adding Authentication to Your React Native App Using JSON Web Tokens](https://auth0.com/blog/adding-authentication-to-react-native-using-jwt/)
94+
- 📌 [How to set up email authentication with React Native, react-navigation, and Firebase](https://blog.logrocket.com/how-to-set-up-email-authentication-with-react-native-react-navigation-and-firebase/)
95+
- 📌 [Implementing secure passwordless authentication in React Native apps with Auth0](https://blog.logrocket.com/secure-passwordless-authentication-react-native-auth0/)
96+
97+
#🪄 Animations
98+
9299
- 📌 [How to use Reanimated 2 (a beginners guide)](https://medium.com/react-native-school/how-to-use-reanimated-2-a-beginners-guide-b18b41dc74cc)
93100
- 📌 [Making Animations In React Native— The Simplified Guide](https://blog.bitsrc.io/making-animations-in-react-native-the-simplified-guide-6580f961f6e8)
94101
- 📌 [Top 5 Animation Libraries in React Native](https://blog.bitsrc.io/top-5-animation-libraries-in-react-native-d00ec8ddfc8d)
@@ -99,13 +106,14 @@ Styling is in Important step in React Native development.
99106

100107

101108

102-
# UI libraries
109+
### UI libraries for styling
103110
- 📌 [How to build React Native UI app with Material UI](https://blog.codemagic.io/how-to-build-react-native-ui-app-with-material-ui/)
104111
- 📌 [Top 5 Animation Libraries in React Native](https://blog.bitsrc.io/top-5-animation-libraries-in-react-native-d00ec8ddfc8d)
105112
- 📌 [Comparing React Native UI libraries](https://blog.logrocket.com/comparing-react-native-ui-libraries/)
106113

107114

108115
# Deployment and publishing to the app stores
116+
109117
- 📌 [How to Deploy a React Native IOS app on the App Store](https://readybytes.in/blog/how-to-deploy-a-react-native-ios-app-on-the-app-store)
110118
- 📌 [Build an iOS App with React Native and Publish it to the App Store](https://developer.okta.com/blog/2019/04/05/react-native-ios-app-store)
111119
- 📌 [Uploading Apps to the Apple App Store and Google Play](https://docs.expo.io/distribution/uploading-apps/)
@@ -122,27 +130,32 @@ Styling is in Important step in React Native development.
122130

123131
# ⚠️ Common issues
124132

125-
# 🔭 Advanced
126-
#🪤 Build fun things and Real project with React Native
133+
134+
#🪤 Build fun things and real project with React Native
135+
Now, after getting your hands in React Native it's time to build and practice what you learned, here are some fun projects to work on:
127136

128137
- 📌 [“Can it be done in React Native?” — a case for declarative gestures and animations](https://medium.com/@wcandillon/can-it-be-done-in-react-native-a-case-for-declarative-gestures-and-animations-823ae04f306b)
129138
- 📌 [Can it be done in React Native? Revolut chart using D3](https://levelup.gitconnected.com/can-it-be-done-in-react-native-revolut-chart-using-d3-52cecfe93639)
130139
- 📌 [Can this be done in React Native? Building the Chrome iOS TabBar](https://levelup.gitconnected.com/can-this-be-done-in-react-native-chrome-ios-tabbar-c76e5698dfb7)
131140
- 📌[Building Serverless Mobile Applications with React Native & AWS](https://medium.com/react-native-training/building-serverless-mobile-applications-with-react-native-aws-740ecf719fce)
132-
# Articles
133-
# React Native devs to to follow
134141

135-
- [William Candillon](https://medium.com/@wcandillon)
136-
- [Aman Mittal](https://blog.logrocket.com/author/amanmittal/)
137-
- [Catalin Miron ](https://twitter.com/mironcatalin)
138-
- [Evan Bacon](https://twitter.com/Baconbrix)
139-
- [Satyajit Sahoo](https://twitter.com/satya164)
140-
- [Jonny Burger](https://github.com/JonnyBurger)
141-
- [Leo Natan](https://github.com/LeoNatan)
142-
- [Nicolas Charpentier](https://github.com/charpeni)
143-
- [Spencer Carli](https://github.com/spencercarli)
144-
- [Nader Dabit](https://github.com/dabit3)
145-
- [Eli White](https://github.com/TheSavior)
146-
# books
147-
# Tools
142+
143+
# React Native devs to to follow
144+
It's important that you keep always updated with React Native news and learning new things to grow your experice, here are some folks in React Native that will benefits you with your React Native journy:
145+
146+
- 🔸 [William Candillon](https://medium.com/@wcandillon)
147+
- 🔸 [Aman Mittal](https://blog.logrocket.com/author/amanmittal/)
148+
- 🔸 [Catalin Miron ](https://twitter.com/mironcatalin)
149+
- 🔸 [Evan Bacon](https://twitter.com/Baconbrix)
150+
- 🔸 [Satyajit Sahoo](https://twitter.com/satya164)
151+
- 🔸 [Jonny Burger](https://github.com/JonnyBurger)
152+
- 🔸 [Leo Natan](https://github.com/LeoNatan)
153+
- 🔸 [Nicolas Charpentier](https://github.com/charpeni)
154+
- 🔸 [Spencer Carli](https://github.com/spencercarli)
155+
- 🔸 [Nader Dabit](https://github.com/dabit3)
156+
- 🔸 [Eli White](https://github.com/TheSavior)
157+
158+
159+
# 📚 Books
160+
# 🛠 Tools
148161

images/authentication.png

45.9 KB
Loading

0 commit comments

Comments
 (0)