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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ yarn
53
53
54
54
## Project Structure 🏗️
55
55
56
-
This template provides a well-organized directory structure with a set of pre-configured files to streamline your development process. Here's an overview of the essential components:
56
+
This template provides a well-organized directory structure with a set of preconfigured files to streamline your development process. Here's an overview of the essential components:
57
57
58
58
-`.github`: Contains GitHub Actions workflows for CI/CD.
59
59
-`app`: Contains the screens (utilizing expo-router file naming).
@@ -166,7 +166,7 @@ Pre-configured routing structure for authenticated and guest users. Routes are t
166
166
```typescript
167
167
import { Href } from'expo-router';
168
168
169
-
typeRouteConstructor=<T>(href:Href<T>) =>Href<T>;
169
+
typeRouteConstructor= (href:Href) =>Href;
170
170
const Route:RouteConstructor= (href) =>href;
171
171
172
172
const Routes = {
@@ -281,7 +281,7 @@ These environment variables are injected into the build process using the Infisi
281
281
282
282
### Included Packages and Their Benefits 📦
283
283
284
-
The `react-native-template` includes several packages that extend its capabilities and enrich the development experience. Here’s a brief overview of these packages and what they offer:
284
+
The `react-native-template` includes several packages that extend its capabilities and enrich the development experience. Here's a brief overview of these packages and what they offer:
285
285
286
286
<aname="zod"></a>
287
287
@@ -299,7 +299,7 @@ The `react-native-template` includes several packages that extend its capabiliti
299
299
300
300
#### Lucide-React-Native
301
301
302
-
[Lucide-React-Native](https://github.com/lucide-icons/lucide-react-native) is a fork of the Feather Icons project, specifically tailored for React Native applications. It provides a collection of beautifully crafted, customizable icons which are easy to use in UI development. Using Lucide icons helps maintain consistency and clarity in the app’s design, making the interface more intuitive and visually appealing.
302
+
[Lucide-React-Native](https://github.com/lucide-icons/lucide-react-native) is a fork of the Feather Icons project, specifically tailored for React Native applications. It provides a collection of beautifully crafted, customizable icons which are easy to use in UI development. Using Lucide icons helps maintain consistency and clarity in the app's design, making the interface more intuitive and visually appealing.
0 commit comments