Skip to content

Commit

Permalink
Merge pull request #123 from Sawan-Kushwah/improve/folderStructure
Browse files Browse the repository at this point in the history
Enchance folder structure #111
  • Loading branch information
smilewithkhushi authored Oct 8, 2024
2 parents 99d6341 + 7729ff9 commit ebb1fca
Show file tree
Hide file tree
Showing 39,894 changed files with 4,894,487 additions and 1,486 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 8 additions & 0 deletions .expo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
> Why do I have a folder named ".expo" in my project?
The ".expo" folder is created when an Expo project is started using "expo start" command.
> What do the files contain?
- "devices.json": contains information about devices that have recently opened this project. This is used to populate the "Development sessions" list in your development builds.
- "settings.json": contains the server configuration that is used to serve the application manifest.
> Should I commit the ".expo" folder?
No, you should not share the ".expo" folder. It does not contain any information that is relevant for other developers working on the project, it is specific to your machine.
Upon project creation, the ".expo" folder is already added to your ".gitignore" file.
3 changes: 3 additions & 0 deletions .expo/devices.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"devices": []
}
117 changes: 97 additions & 20 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ import Dashboard from "./src/screens/ExpenseTracker/Dasboard";
import CodingQuiz from "./src/screens/CodingQuiz/CodingQuiz";
import TimerHome from "./src/screens/Timer/TimerHome";
import MusicPlayer from "./src/screens/MusicPlayer/musicplayer";
import MyChatApp from "./src/screens/MyChatApp/MyChatApp";
import SeatingChart from "./src/screens/SeatingChart/SeatingChart";
import WeatherApp from "./src/screens/Weather App/WeatherApp";
import VideoCallingApp from "./src/screens/Video Calling App/VideoCallingApp";
import SosApp from "./src/screens/SOSAlertApp/SosApp";
import Octicons from 'react-native-vector-icons/Octicons'

export default function App() {
Expand Down Expand Up @@ -70,28 +75,32 @@ export default function App() {
<Stack.Screen
name="Image Gallery"
component={Gallery}
options={{ headerShown: true, animation: "slide_from_right" ,
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#FAE7CA'
},
headerBackVisible:true,
headerBackVisible: true,

}}
/>
<Stack.Screen
name="Rock Paper Scissors Game"
component={RPSGame}
options={{ headerShown: true, animation: "slide_from_right" ,
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#FAD8F8'
}, }}
},
}}
/>
<Stack.Screen
name="Book Finder"
component={BookFinder}
options={{ headerShown: true, animation: "slide_from_right",
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#FFE4E1'
Expand All @@ -101,7 +110,8 @@ export default function App() {
<Stack.Screen
name="Calculator"
component={Calculator}
options={{ headerShown: true, animation: "slide_from_right",
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#E8EBE7'
Expand All @@ -112,7 +122,8 @@ export default function App() {
<Stack.Screen
name="Movie Finder"
component={MovieFinder}
options={{ headerShown: true, animation: "slide_from_right",
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#F9D3EB'
Expand All @@ -128,7 +139,8 @@ export default function App() {
<Stack.Screen
name="To Do List"
component={ToDoList}
options={{ headerShown: true, animation: "slide_from_right",
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#BAF0F9'
Expand All @@ -139,7 +151,8 @@ export default function App() {
<Stack.Screen
name="Add Task"
component={AddTaskScreen}
options={{ headerShown: true, animation: "slide_from_right",
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#BAF0F9'
Expand All @@ -150,7 +163,8 @@ export default function App() {
<Stack.Screen
name="Dashboard"
component={Dashboard}
options={{ headerShown: true, animation: "slide_from_right",
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#ABD6CC'
Expand All @@ -161,7 +175,8 @@ export default function App() {
<Stack.Screen
name="Add Expense"
component={AddExpense}
options={{ headerShown: true, animation: "slide_from_right",
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#ABD6CC'
Expand All @@ -172,7 +187,8 @@ export default function App() {
<Stack.Screen
name="QR Scanner"
component={QRScanner}
options={{ headerShown: true, animation: "slide_from_right",
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#A7D1F7'
Expand All @@ -183,7 +199,8 @@ export default function App() {
<Stack.Screen
name="QR Generator"
component={QRCodeGenerator}
options={{ headerShown: true, animation: "slide_from_right",
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#A7D1F7'
Expand All @@ -198,7 +215,8 @@ export default function App() {
<Stack.Screen
name="Tic Tac Toe"
component={TicTacToe}
options={{ headerShown: true, animation: "slide_from_right",
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#F89393'
Expand All @@ -208,7 +226,8 @@ export default function App() {
<Stack.Screen
name="Workout Overview"
component={WorkoutOverview}
options={{ headerShown: true, animation: "slide_from_right",
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#D0FAF8'
Expand All @@ -221,10 +240,11 @@ export default function App() {
options={{ headerShown: false, animation: "slide_from_right" }}
/>

<Stack.Screen
<Stack.Screen
name="Music Player"
component={MusicPlayer}
options={{ headerShown: true, animation: "slide_from_right",
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#E8EBE9'
Expand All @@ -235,7 +255,8 @@ export default function App() {
<Stack.Screen
name="Add Workout"
component={AddWorkout}
options={{ headerShown: true, animation: "slide_from_right",
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#D0FAF8'
Expand Down Expand Up @@ -300,13 +321,69 @@ export default function App() {
<Stack.Screen
name="Coding Quiz"
component={CodingQuiz}
options={{ headerShown: true, animation: "slide_from_right",
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#BBFCCB'
},
}}
/>
<Stack.Screen
name="My Chat App"
component={MyChatApp}
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#FFE4E1'
},
}}
/>
<Stack.Screen
name="SOS App"
component={SosApp}
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#FFE4E1'
},
}}
/>
<Stack.Screen
name="Weather App"
component={WeatherApp}
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#FFE4E1'
},
}}
/>
<Stack.Screen
name="Seating Chart"
component={SeatingChart}
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#FFE4E1'
},
}}
/>
<Stack.Screen
name="Video Calling App"
component={VideoCallingApp}
options={{
headerShown: true, animation: "slide_from_right",
headerTitleAlign: 'center',
headerStyle: {
backgroundColor: '#FFE4E1'
},
}}
/>
</Stack.Navigator>
</NavigationContainer>
</GestureHandlerRootView>
Expand Down
26 changes: 0 additions & 26 deletions SOSAlertApp/App.tsx

This file was deleted.

92 changes: 0 additions & 92 deletions SOSAlertApp/android/gradlew.bat

This file was deleted.

17 changes: 0 additions & 17 deletions SeatingChart/__tests__/App.test.tsx

This file was deleted.

Loading

0 comments on commit ebb1fca

Please sign in to comment.