Skip to content

Commit

Permalink
✏️ change app name
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashshah committed Mar 14, 2022
1 parent 67a5bcc commit bebc0a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion expense-app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { AppRoutes } from "./constants/AppRoutes";
import { AuthenticationRoutes } from "./constants/AuthenticationRoutes";
import MainNavigator from "./constants/MainNavigator";

import { Onboard, Login, Signup, Home } from "./screens";
import { Onboard, Login, Signup } from "./screens";
import useFirstLaunch from "./hooks/useFirstLaunch";
import Loading from "./components/Loading";
import AuthContextProvider from "./store/AuthContext";
Expand Down
2 changes: 1 addition & 1 deletion expense-app/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"expo": {
"name": "expense-app",
"name": "Expense Tracker",
"slug": "expense-app",
"version": "1.0.0",
"orientation": "portrait",
Expand Down
3 changes: 0 additions & 3 deletions expense-app/screens/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ const Settings = () => {
<View style={styles.container}>
<Text style={styles.title}>Currency:</Text>
<Text style={styles.sub}>Rupees ₹</Text>
<TouchableOpacity>
<Text style={styles.button}>Change currency</Text>
</TouchableOpacity>
</View>
<View style={styles.container}>
<Share />
Expand Down

0 comments on commit bebc0a3

Please sign in to comment.