@@ -57,6 +57,11 @@ Styling is in Important step in React Native development.
5757- 📌 [ Styling in React Native] ( https://blog.bitsrc.io/styling-in-react-native-c48caddfbe47 )
5858- 📌 [ React Native style docs] ( https://reactnative.dev/docs/style )
5959- 📌 [ React Native styling tutorial with examples] ( https://blog.logrocket.com/react-native-styling-tutorial-with-examples/ )
60+ - 📌 [ Demystifying Flexbox in React Native] ( https://blog.bitsrc.io/demystifying-flexbox-in-react-native-4b62979fa9ea )
61+ - 📌 [ Getting Started With React Native Flexbox Layout] ( https://programmingwithmosh.com/react-native/getting-started-with-react-native-flexbox-layout/ )
62+ - 📌 [ A Mini-Course on React Native Flexbox] ( https://medium.com/the-react-native-log/a-mini-course-on-react-native-flexbox-2832a1ccc6 )
63+ - 📌 [ Understanding Flexbox in React Native] ( https://blog.reactnativecoach.com/understanding-flex-in-react-native-b34dfb4b16d1 )
64+ - 📌 [ Applying and Organizing Styles in React Native] ( https://freecontent.manning.com/applying-and-organizing-styles-in-react-native/ )
6065
6166### 📚 Styling libraries
6267- 📒 [ react-native-extended-stylesheet] ( https://github.com/vitalets/react-native-extended-stylesheet )
@@ -65,11 +70,31 @@ Styling is in Important step in React Native development.
6570- 📒 [ react-native-tailwindcss] ( https://github.com/TVke/react-native-tailwindcss )
6671
6772
73+ # 🖌 Building React native components
74+
75+ - 📌 [ Easily Build Forms in React Native] ( https://medium.com/react-native-development/easily-build-forms-in-react-native-9006fcd2a73b )
76+ - 📌 [ uilding React Native forms with UI components
77+ ] ( https://blog.logrocket.com/build-better-forms-with-react-native-ui-components/ )
78+ - 📌 [ How to create Custom Component in React native?] ( https://www.skcript.com/svr/how-to-create-custom-component-in-react-native/ )
79+ - [ Custom Component in React Native] ( https://www.fastfwd.com/custom-component-in-react-native/ )
80+ - 📌[ Create native UI component in React Native] ( https://medium.com/@yrezgui/create-native-ui-component-in-react-native-6f4b7fe4cc95 )
81+
82+
6883# UI libraries
84+ - 📌 [ How to build React Native UI app with Material UI] ( https://blog.codemagic.io/how-to-build-react-native-ui-app-with-material-ui/ )
85+ - 📌 [ Top 5 Animation Libraries in React Native] ( https://blog.bitsrc.io/top-5-animation-libraries-in-react-native-d00ec8ddfc8d )
86+ - 📌 [ Comparing React Native UI libraries] ( https://blog.logrocket.com/comparing-react-native-ui-libraries/ )
87+
88+
6989# Tutorials to build react Projects
7090# Articles
7191# books
7292# Tools
93+
7394# deployment and publishing to the app stores
95+ - 📌 [ 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 )
96+ - 📌 [ 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 )
97+ - 📌 [ Uploading Apps to the Apple App Store and Google Play] ( https://docs.expo.io/distribution/uploading-apps/ )
98+
7499# common issues
75100
0 commit comments