-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(#49): User Story: As a new rider, I want to provide my personal …
…information to create an account. - fixes regarding shared components
- Loading branch information
1 parent
8543790
commit 4c94f46
Showing
44 changed files
with
795 additions
and
560 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
import { MapView } from '@rnmapbox/maps'; | ||
import { View } from 'react-native'; | ||
import { PermissionBlocker } from 'react-native-morro-taxi-rn-components'; | ||
import { InputPhone, PermissionBlocker } from 'react-native-morro-taxi-rn-components'; | ||
|
||
export default function Home() { | ||
// // useBackgroundLocation(); // TODO: Implement useBackgroundLocation hook | ||
// useForegroundLocation(); | ||
|
||
return ( | ||
<View style={{ flex: 1 }}> | ||
{/* <PermissionBlocker> */} | ||
<MapView /> | ||
{/* </PermissionBlocker> */} | ||
<PermissionBlocker> | ||
<InputPhone /> | ||
</PermissionBlocker> | ||
</View> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.