You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 📌 [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)
32
32
33
-
# Tutorials
34
-
Tutorials, will get help you to learn how things really work,with Tutorials you will get the experience and start learning
35
33
#⚙️ 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 ⬇️.
40
35
41
36
- 📌 [Tools for debuggin React Native](https://www.sitepoint.com/tools-for-debugging-react-native/)
42
37
- 📌[Debuggin in React Native](https://reactnative.dev/docs/debugging)
43
38
- 📌[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)
44
39
- 📌 [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)
@@ -86,9 +81,21 @@ Styling is in Important step in React Native development.
86
81
- 📌 [How To Use Routing with React Navigation in React Native](https://www.digitalocean.com/community/tutorials/react-react-native-navigation)
87
82
- 📌 [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)
88
83
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
+
<imgsrc="./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
+
92
99
- 📌 [How to use Reanimated 2 (a beginners guide)](https://medium.com/react-native-school/how-to-use-reanimated-2-a-beginners-guide-b18b41dc74cc)
93
100
- 📌 [Making Animations In React Native— The Simplified Guide](https://blog.bitsrc.io/making-animations-in-react-native-the-simplified-guide-6580f961f6e8)
94
101
- 📌 [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.
99
106
100
107
101
108
102
-
# UI libraries
109
+
###UI libraries for styling
103
110
- 📌 [How to build React Native UI app with Material UI](https://blog.codemagic.io/how-to-build-react-native-ui-app-with-material-ui/)
104
111
- 📌 [Top 5 Animation Libraries in React Native](https://blog.bitsrc.io/top-5-animation-libraries-in-react-native-d00ec8ddfc8d)
- 📌 [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)
110
118
- 📌 [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)
111
119
- 📌 [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.
122
130
123
131
# ⚠️ Common issues
124
132
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:
127
136
128
137
- 📌 [“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)
129
138
- 📌 [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)
130
139
- 📌 [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)
131
140
- 📌[Building Serverless Mobile Applications with React Native & AWS](https://medium.com/react-native-training/building-serverless-mobile-applications-with-react-native-aws-740ecf719fce)
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:
0 commit comments