app-expo-cli 1.0.9 → 1.1.1

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.
package/README.md CHANGED
@@ -100,7 +100,7 @@ GitHub: https://github.com/arifbiswas
100
100
 
101
101
  NPM: https://www.npmjs.com/package/app-expo-cli
102
102
 
103
- ### 🌐 Social Links
103
+ <!-- ### 🌐 Social Links -->
104
104
 
105
105
  <!-- আপনি চাইলে এখানে আরও সোশ্যাল লিংক যোগ করতে পারেন:
106
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "app-expo-cli",
3
- "version": "1.0.9",
3
+ "version": "1.1.1",
4
4
  "description": "A powerful CLI to bootstrap Expo projects with professional architecture",
5
5
  "keywords": [
6
6
  "expo",
@@ -7,7 +7,7 @@ import Animated, { FadeInDown, FadeInUp } from "react-native-reanimated";
7
7
 
8
8
  import { ImageAssets } from "@/assets/images";
9
9
  import { router } from "expo-router";
10
- import tw from "../../../myApp/src/lib/tailwind";
10
+ import tw from "../lib/tailwind";
11
11
 
12
12
  // Import tw from twrnc
13
13