chore: build
This commit is contained in:
@@ -123,7 +123,6 @@ export async function calculateRoute(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fallback: straight line
|
|
||||||
if (coordinates.length === 0) {
|
if (coordinates.length === 0) {
|
||||||
coordinates.push(origin, destination);
|
coordinates.push(origin, destination);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,7 +34,6 @@ const logoGrosSemi = require("../../../assets/logo-gros-semi.png");
|
|||||||
const { width: SCREEN_WIDTH } = Dimensions.get("window");
|
const { width: SCREEN_WIDTH } = Dimensions.get("window");
|
||||||
const CARD_WIDTH = SCREEN_WIDTH - 48;
|
const CARD_WIDTH = SCREEN_WIDTH - 48;
|
||||||
|
|
||||||
// Les catégories sont chargées dynamiquement depuis l'API
|
|
||||||
|
|
||||||
type Nav = NativeStackNavigationProp<ClientStackParamList>;
|
type Nav = NativeStackNavigationProp<ClientStackParamList>;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user