{"$schema":"https://api.vp0.com/schema/vp0-bundle.v1.json","schemaVersion":"vp0-bundle.v1","id":"vp0.roam-travel","title":"Roam — Trip Planner","type":"registry:block","version":"1.0.0","author":"@vp0","categories":["Travel"],"styleTags":["Colorful","Planner"],"category":"Travel","registryDependencies":[],"docs":"This is an iOS app UI starter built with React Native. Paste the design link into your AI app builder (Claude Code, Rork, Lovable) and ask it to start from this design. Add your own backend/data logic. These are UI starters.","license":null,"kind":"app_template","createdAt":"2026-05-25T19:40:49.360Z","updatedAt":"2026-05-25T19:40:49.360Z","installHints":{"defaultTarget":"react-native","mcp":"claude mcp add vp0 -- npx -y vp0-mcp","shadcn":"npx shadcn@latest add https://api.vp0.com/r/roam-travel.json","cli":"npx vp0 add roam-travel --target react-native","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/roam-travel.json"},"sourceHash":"sha256:6f255d5463a8b3a3203d709f9fb666b3f2ce424d354a3fca87494939565414b2","meta":{"com.vp0.contentId":"ca7c32ff-297a-4aeb-8ec9-fcdff3feb1ad","com.vp0.platform":"ios","com.vp0.availableLanguages":["react-native"],"com.vp0.defaultLanguage":"react-native","com.vp0.contentType":"template","com.vp0.kind":"app_template","com.vp0.category":"Travel","com.vp0.sourceToken":"vp0_bab4a52d93c4c8466639f641","com.vp0.sourceHash":"sha256:6f255d5463a8b3a3203d709f9fb666b3f2ce424d354a3fca87494939565414b2","com.vp0.simulator":{"target":"react-native","entrypoint":"App.tsx","simulatable":true,"buildStatus":null,"embedUrl":null,"provider":null}},"name":"roam-travel","slug":"roam-travel","sourceToken":"vp0_bab4a52d93c4c8466639f641","contentType":"template","platform":"ios","description":"A day-by-day travel itinerary with a trip header and timeline.","createdBy":"vp0","tags":["Travel","Colorful","Planner"],"availableLanguages":["react-native"],"defaultLanguage":"react-native","targets":[{"name":"react-native","entrypoint":"App.tsx"}],"files":[{"language":"react-native","path":"App.tsx","type":"registry:page","target":"app/App.tsx","rawUrl":"https://api.vp0.com/designs/roam-travel/raw?language=react-native&path=App.tsx","content":"import React from 'react';\nimport { View, Text, ScrollView, StyleSheet, SafeAreaView } from 'react-native';\n\nconst PLAN = [\n  { time: '09:00', title: 'Sagrada Família', note: 'Pre-booked tickets', icon: '⛪' },\n  { time: '12:30', title: 'Lunch at La Boqueria', note: 'Tapas + market walk', icon: '🥘' },\n  { time: '15:00', title: 'Park Güell', note: 'Golden hour photos', icon: '🌅' },\n  { time: '20:00', title: 'Dinner in El Born', note: 'Reservation at 8', icon: '🍷' },\n];\n\nexport default function App() {\n  return (\n    <SafeAreaView style={s.safe}>\n      <ScrollView contentContainerStyle={s.scroll} showsVerticalScrollIndicator={false}>\n        <View style={s.hero}>\n          <Text style={s.heroEmoji}>🇪🇸</Text>\n          <Text style={s.heroTitle}>Barcelona</Text>\n          <Text style={s.heroSub}>May 18 to 22 · Day 2 of 5</Text>\n        </View>\n        <Text style={s.section}>Today</Text>\n        {PLAN.map((p, i) => (\n          <View key={i} style={s.row}>\n            <View style={s.timeCol}>\n              <Text style={s.time}>{p.time}</Text>\n              {i < PLAN.length - 1 && <View style={s.line} />}\n            </View>\n            <View style={s.card}>\n              <Text style={s.cardIcon}>{p.icon}</Text>\n              <View style={{ flex: 1 }}>\n                <Text style={s.cardTitle}>{p.title}</Text>\n                <Text style={s.cardNote}>{p.note}</Text>\n              </View>\n            </View>\n          </View>\n        ))}\n      </ScrollView>\n    </SafeAreaView>\n  );\n}\n\nconst s = StyleSheet.create({\n  safe: { flex: 1, backgroundColor: '#051018' },\n  scroll: { padding: 22, paddingTop: 60 },\n  hero: { backgroundColor: '#08263A', borderRadius: 24, padding: 26, marginBottom: 24 },\n  heroEmoji: { fontSize: 44 },\n  heroTitle: { color: '#fff', fontSize: 34, fontWeight: '800', marginTop: 10 },\n  heroSub: { color: '#6FB8E0', fontSize: 15, marginTop: 6 },\n  section: { color: '#fff', fontSize: 18, fontWeight: '700', marginBottom: 16 },\n  row: { flexDirection: 'row' },\n  timeCol: { width: 58, alignItems: 'center' },\n  time: { color: '#0EA5E9', fontSize: 13, fontWeight: '700' },\n  line: { width: 2, flex: 1, backgroundColor: '#123349', marginTop: 6, marginBottom: -6 },\n  card: { flex: 1, flexDirection: 'row', alignItems: 'center', backgroundColor: '#0A1C28', borderRadius: 16, padding: 16, marginBottom: 16 },\n  cardIcon: { fontSize: 26, marginRight: 14 },\n  cardTitle: { color: '#fff', fontSize: 16, fontWeight: '700' },\n  cardNote: { color: '#6FA0BC', fontSize: 14, marginTop: 3 },\n});\n"}],"assets":[{"kind":"cover","url":"https://storage.vp0.com/vp0/covers/ca7c32ff-297a-4aeb-8ec9-fcdff3feb1ad/72f861e0-be4d-4a2f-8ba8-fd9dcd2deb5f/full.webp","width":804,"height":1748,"lqip":"RucBCwAqnzeoeHYxu6C4C4o=","variants":{"avif":"https://storage.vp0.com/vp0/covers/ca7c32ff-297a-4aeb-8ec9-fcdff3feb1ad/72f861e0-be4d-4a2f-8ba8-fd9dcd2deb5f/avif.avif","card":"https://storage.vp0.com/vp0/covers/ca7c32ff-297a-4aeb-8ec9-fcdff3feb1ad/72f861e0-be4d-4a2f-8ba8-fd9dcd2deb5f/card.webp","full":"https://storage.vp0.com/vp0/covers/ca7c32ff-297a-4aeb-8ec9-fcdff3feb1ad/72f861e0-be4d-4a2f-8ba8-fd9dcd2deb5f/full.webp","thumb":"https://storage.vp0.com/vp0/covers/ca7c32ff-297a-4aeb-8ec9-fcdff3feb1ad/72f861e0-be4d-4a2f-8ba8-fd9dcd2deb5f/thumb.webp"}},{"kind":"video","url":"https://storage.vp0.com/vp0/clips/22/368fe288-d57b-4b86-8f91-dd980a5c9f7b/clip.mp4","variants":{"mp4":"https://storage.vp0.com/vp0/clips/22/368fe288-d57b-4b86-8f91-dd980a5c9f7b/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/22/368fe288-d57b-4b86-8f91-dd980a5c9f7b/clip.webm","poster":"https://storage.vp0.com/vp0/clips/22/368fe288-d57b-4b86-8f91-dd980a5c9f7b/poster.jpg"}}],"dependencies":{},"devDependencies":{},"componentsUsed":[],"notes":"This is an iOS app UI starter built with React Native. Paste the design link into your AI app builder (Claude Code, Rork, Lovable) and ask it to start from this design. Add your own backend/data logic. These are UI starters.","importUrl":"https://vp0.com/source/roam-travel","manifestUrl":"https://api.vp0.com/designs/roam-travel/manifest","installCommand":null,"aiInstructions":"This is an iOS app UI starter for Expo React Native (\"Roam — Trip Planner\").\nIntegrate it into the user's Expo project as follows:\n1. No extra dependencies are required.\n2. Create the following file(s) and paste each provided \"content\" exactly:\n   - App.tsx\n3. Render the exported component from a screen (e.g. app/(tabs)/index.tsx). It targets iOS — keep SafeAreaView / safe-area insets and the existing styling.\n4. These are UI starters: reproduce the visual layout faithfully, then wire the user's own data/navigation/backend afterward.","promptText":"Recreate this iOS app design in my Expo React Native project. Fetch the full source, dependencies, and step-by-step integration instructions from https://vp0.com/source/roam-travel (machine-readable JSON manifest: https://api.vp0.com/designs/roam-travel/manifest). Design: \"Roam — Trip Planner\" — A day-by-day travel itinerary with a trip header and timeline.. Match the layout and styling exactly; it's an iOS UI starter, so add my own data/logic afterward."}