Basic setup of screens. No connection with backend
This commit is contained in:
parent
8e0a267423
commit
e49de778c3
17 changed files with 9977 additions and 237 deletions
3
components/map/map.tsx
Normal file
3
components/map/map.tsx
Normal file
|
@ -0,0 +1,3 @@
|
|||
import MapView from 'react-native-maps';
|
||||
|
||||
export default MapView;
|
3
components/map/map.web.tsx
Normal file
3
components/map/map.web.tsx
Normal file
|
@ -0,0 +1,3 @@
|
|||
import MapView from "@teovilla/react-native-web-maps";
|
||||
|
||||
export default MapView;
|
|
@ -5,5 +5,5 @@ import { type IconProps } from '@expo/vector-icons/build/createIconSet';
|
|||
import { type ComponentProps } from 'react';
|
||||
|
||||
export function TabBarIcon({ style, ...rest }: IconProps<ComponentProps<typeof Ionicons>['name']>) {
|
||||
return <Ionicons size={28} style={[{ marginBottom: -3 }, style]} {...rest} />;
|
||||
return <Ionicons size={24} style={[{ marginBottom: -30 }, style]} {...rest} />;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue