Skip to content

Commit 8bf02f1

Browse files
committed
add styling section
1 parent 90915e4 commit 8bf02f1

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

README.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React-Native-developer-roadmap
1+
# React Native Developer Roadmap
22
<img src="./images/undraw_developer_activity_bv83.png"/>
33
This is a complete guide to be A React Native. this repo contain all the resouces you need to master the React Native art,(Articles, Tutorials, Youtube Videos)
44

@@ -31,9 +31,40 @@ After you get an idea about React Native, now it's time to start setting up the
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

3333
# Tutorials
34-
# Debuggin
34+
Tutorials, will get help you to learn how things really work,with Tutorials you will get the experience and start learning
35+
#⚙️ 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
40+
41+
- 📌 [Tools for debuggin React Native](https://www.sitepoint.com/tools-for-debugging-react-native/)
42+
- 📌[Debuggin in React Native](https://reactnative.dev/docs/debugging)
43+
- 📌[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+
- 📌 [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)
45+
46+
47+
### Debuggin tools
48+
- [React Native Debugger](https://github.com/jhen0409/react-native-debugger)
49+
- [Flipper](https://fbflipper.com/)
50+
- [reactotron](https://github.com/infinitered/reactotron)
51+
52+
3553

3654
# Styling
55+
Styling is in Important step in React Native development.
56+
### 📖 Articles
57+
- 📌 [Styling in React Native](https://blog.bitsrc.io/styling-in-react-native-c48caddfbe47)
58+
- 📌 [React Native style docs](https://reactnative.dev/docs/style)
59+
- 📌 [React Native styling tutorial with examples](https://blog.logrocket.com/react-native-styling-tutorial-with-examples/)
60+
61+
### 📚 Styling libraries
62+
- 📒 [react-native-extended-stylesheet](https://github.com/vitalets/react-native-extended-stylesheet)
63+
- 📒 [styled-components](https://styled-components.com/docs/basics#react-native)
64+
- 📒 [react-native-CSS](https://github.com/sabeurthabti/react-native-css)
65+
- 📒 [react-native-tailwindcss](https://github.com/TVke/react-native-tailwindcss)
66+
67+
3768
# UI libraries
3869
# Tutorials to build react Projects
3970
# Articles

0 commit comments

Comments
 (0)