app-expo-cli 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -70,19 +70,25 @@ my-awesome-app/
70
70
 
71
71
  আপনার প্রজেক্টের সাথে এই প্রয়োজনীয় প্যাকেজগুলো অটোমেটিক কনফিগার হয়ে যাবে:
72
72
 
73
- State Management: @reduxjs/toolkit & react-redux
73
+ **- State Management: @reduxjs/toolkit এবং react-redux**
74
74
 
75
- Networking: axios
75
+ **- Networking: axios**
76
76
 
77
- Storage: @react-native-async-storage/async-storage
77
+ **- Storage: @react-native-async-storage/async-storage**
78
78
 
79
- Graphics: react-native-svg
79
+ **- Graphics & UI: react-native-svg, react-native-render-html, এবং react-native-webview**
80
+
81
+ **- Forms & Validation: formik এবং yup**
82
+
83
+ **- Features & Utilities: expo-image-picker ও react-native-otp-entry**
80
84
 
81
85
  ### 🤝 Contributing
82
86
 
83
87
  আপনি যদি এই টেমপ্লেটে কোনো পরিবর্তন বা নতুন ফিচার যোগ করতে চান, তবে অবশ্যই একটি Pull Request ওপেন করবেন।
84
88
 
85
- GitHub: https://github.com/arifbiswas/app-expo-cli
89
+ GitHub (CLI): https://github.com/arifbiswas/app-expo-cli
90
+
91
+ GitHub (Library): https://github.com/arifbiswas/lib
86
92
 
87
93
  ## 👤 Author
88
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "app-expo-cli",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "A powerful CLI to bootstrap Expo projects with professional architecture",
5
5
  "keywords": [
6
6
  "expo",