Skip to content

Commit dc72152

Browse files
Lakhwinder SinghLakhwinder Singh
authored andcommitted
index files added for each folder
1 parent f5f4ff7 commit dc72152

9 files changed

Lines changed: 15 additions & 0 deletions

File tree

template/App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {StyleSheet, Text, View} from 'react-native';
1111
import colors from './src/styling/colors';
1212

1313
const App = () => {
14+
setTimeout(() => {}, 2000);
1415
return (
1516
<View style={styles.sectionContainer}>
1617
// EDIT AS YOU LIKE

template/src/assets/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Contains the information about the folder and its items
2+
// For example: Assets folder = Contains all images
3+
// and icons and all other files in the folder

template/src/containers/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Contains the information about the folder and its items
2+
// For example: Assets folder = Contains all images
3+
// and icons and all other files in the folder

template/src/hooks/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Contains the information about the folder and its items
2+
// For example: Assets folder = Contains all images
3+
// and icons and all other files in the folder

template/src/i18n/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Exports are managed from here. This folder contains the language files

template/src/navigation/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Contains the information about the folder and its items

template/src/screens/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Contains the information about the folder and its items and manage exports

template/src/store/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Contains the information about the folder and its items

template/src/utils/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Contains the information about the folder and its items and manage exports

0 commit comments

Comments
 (0)