Skip to content

Commit

Permalink
Merge branch 'develop' into feature/fix-work-login
Browse files Browse the repository at this point in the history
  • Loading branch information
dotM87 committed Apr 15, 2024
2 parents 0afb443 + ed25599 commit ee1736c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 53 deletions.
52 changes: 3 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@
"react-native-popup-menu": "^0.16.1",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.29.0",
"react-native-svg": "^15.1.0",
"react-native-vector-icons": "^10.0.3",
"react-native-view-shot": "^3.8.0",
"remixicon": "^4.2.0",
"zustand": "^4.5.2"
"zustand": "^4.5.2",
"expo-sharing": "~11.10.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
Expand Down
6 changes: 6 additions & 0 deletions src/navigation/AppNavigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import BillScreen from '../screens/BillScreen'
import ClientPaymentScreen from '../screens/ClientPaymentScreen';
import PayScreen from '../screens/PayScreen';
import AutomaticPayScreen from '../screens/AutomaticPayScreen';
import FacturaScreen from '../screens/FacturaScreen';
import ProfileScreen from '../screens/ProfileScreen';
import ActivationScreen from '../login/ActivationScreen';
import LoginScreen from '../login/LoginScreen';
Expand Down Expand Up @@ -113,6 +114,11 @@ function StackNavigator() {
name="Factura"
component={FacturaScreen}
/>
<Stack.Screen
name="Factura"
component={FacturaScreen}
options={{ headerShown: false }}
/>
<Stack.Screen
name='ProfileScreen'
component={ProfileScreen}
Expand Down

0 comments on commit ee1736c

Please sign in to comment.