Error occurred when fetching sidebar data
Login Page
assets/Login
town.png +0 -0
src
components
DrawerContent
DrawerContent.tsx +2 -2
Text
Text.tsx +1 -1
Title
styles.tsx +2 -2
config
Theme.tsx +20 -19
interfaces
LoginPageProps
LoginPageProps.interface.tsx +6 -0
RegisterUser
RegisterUser.interface.tsx +2 -2
UserModel
UserModel.interface.tsx +17 -0
pages
LoginPage
LoginPage.tsx +100 -0
styles.tsx +99 -0
PlaceDetails
PlaceDetails.tsx +34 -10
styles.tsx +27 -4
RegisterUser
RegisterUser.tsx +1 -1
services
RegisterUserService.tsx +0 -14
UsersService.tsx +55 -0
Navigation.tsx +24 -0
assets/Login/town.png
0 → 100644
+ 0
- 0

310.68 KiB
assets/Login/town.png
0 → 100644
+ 0
- 0

310.68 KiB
@@ -9,7 +9,7 @@ import { colors, fonts } from '../../config/Theme';
@@ -45,7 +45,7 @@ export default function DrawerContent(props) {
+ 1
- 1
@@ -2,7 +2,7 @@ import React from "react";
+ 2
- 2
@@ -9,6 +9,6 @@ export const Title = styled(Text)<TitleProps>`
+ 20
- 19
+ 6
- 0
@@ -8,7 +8,7 @@ export interface IRegisterUser {
+ 17
- 0
src/pages/LoginPage/LoginPage.tsx
0 → 100644
+ 100
- 0
src/pages/LoginPage/styles.tsx
0 → 100644
+ 99
- 0
\ No newline at end of file
+ 34
- 10
@@ -6,6 +6,7 @@ import { colors } from "../../config/Theme";
@@ -14,7 +15,8 @@ import {
@@ -73,20 +75,19 @@ export default class PlaceDetails extends React.Component<PlaceDetailsProps> {
@@ -94,8 +95,33 @@ export default class PlaceDetails extends React.Component<PlaceDetailsProps> {
@@ -118,8 +144,6 @@ export default class PlaceDetails extends React.Component<PlaceDetailsProps> {
+ 27
- 4
@@ -41,18 +42,40 @@ export const ButtonSelected = styled(TouchableOpacity)`