{"id":"vp0.tab-split-bills","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.","kind":"app_template","meta":{"com.vp0.kind":"app_template","com.vp0.category":"Finance","com.vp0.platform":"ios","com.vp0.contentId":"cc39c677-633e-4f73-8796-02c2d1712c3a","com.vp0.simulator":{"target":"react-native","embedUrl":null,"provider":null,"entrypoint":"App.tsx","buildStatus":null,"simulatable":true},"com.vp0.sourceHash":"sha256:cfb5deb5d2126e64bc0f931d80fb23b3e7b423f222a3dc3b37a9a4931f53ca0f","com.vp0.contentType":"template","com.vp0.sourceToken":"vp0_b160549143e2dfdfb3444a08","com.vp0.defaultLanguage":"react-native","com.vp0.availableLanguages":["react-native"]},"name":"tab-split-bills","slug":"tab-split-bills","tags":["Finance","Social","Minimal"],"type":"registry:block","files":[{"path":"App.tsx","type":"registry:page","rawUrl":"https://api.vp0.com/designs/tab-split-bills/raw?language=react-native&path=App.tsx","target":"app/App.tsx","content":"import React from 'react';\nimport { View, Text, ScrollView, StyleSheet, SafeAreaView } from 'react-native';\n\nconst FRIENDS = [\n  { name: 'Leah', avatar: '🦊', bal: 24.5 },\n  { name: 'Marcus', avatar: '🐻', bal: -12.0 },\n  { name: 'Priya', avatar: '🦉', bal: 8.75 },\n  { name: 'Tom', avatar: '🐧', bal: -31.2 },\n];\nconst ITEMS = [\n  { name: 'Dinner at Nori', who: 'You paid', amt: 96.0, icon: '🍣' },\n  { name: 'Cab home', who: 'Marcus paid', amt: 24.0, icon: '🚕' },\n  { name: 'Groceries', who: 'You paid', amt: 52.4, icon: '🛒' },\n];\n\nexport default function App() {\n  return (\n    <SafeAreaView style={s.safe}>\n      <ScrollView contentContainerStyle={s.scroll} showsVerticalScrollIndicator={false}>\n        <Text style={s.kicker}>WEEKEND TRIP</Text>\n        <Text style={s.h1}>You are owed</Text>\n        <Text style={s.big}>$41.25</Text>\n        <View style={s.friends}>\n          {FRIENDS.map((f) => (\n            <View key={f.name} style={s.friend}>\n              <View style={s.av}><Text style={{ fontSize: 24 }}>{f.avatar}</Text></View>\n              <Text style={s.fname}>{f.name}</Text>\n              <Text style={[s.fbal, { color: f.bal < 0 ? '#FF7A7A' : '#22C55E' }]}>{(f.bal < 0 ? '-$' : '+$') + Math.abs(f.bal).toFixed(2)}</Text>\n            </View>\n          ))}\n        </View>\n        <Text style={s.section}>Recent</Text>\n        {ITEMS.map((it, i) => (\n          <View key={i} style={s.item}>\n            <View style={s.itemIcon}><Text style={{ fontSize: 20 }}>{it.icon}</Text></View>\n            <View style={{ flex: 1 }}>\n              <Text style={s.itemName}>{it.name}</Text>\n              <Text style={s.itemWho}>{it.who}</Text>\n            </View>\n            <Text style={s.itemAmt}>{'$' + it.amt.toFixed(2)}</Text>\n          </View>\n        ))}\n      </ScrollView>\n    </SafeAreaView>\n  );\n}\n\nconst s = StyleSheet.create({\n  safe: { flex: 1, backgroundColor: '#071416' },\n  scroll: { padding: 22, paddingTop: 60 },\n  kicker: { color: '#06B6D4', fontSize: 12, fontWeight: '700', letterSpacing: 2 },\n  h1: { color: '#9FE9F5', fontSize: 17, fontWeight: '600', marginTop: 8 },\n  big: { color: '#fff', fontSize: 46, fontWeight: '800', letterSpacing: -1, marginTop: 2 },\n  friends: { flexDirection: 'row', justifyContent: 'space-between', marginTop: 24 },\n  friend: { alignItems: 'center', flex: 1 },\n  av: { width: 56, height: 56, borderRadius: 28, backgroundColor: '#0E2429', alignItems: 'center', justifyContent: 'center', borderWidth: 1, borderColor: '#16363D' },\n  fname: { color: '#C9EEF3', fontSize: 13, marginTop: 8 },\n  fbal: { fontSize: 13, fontWeight: '700', marginTop: 3 },\n  section: { color: '#fff', fontSize: 18, fontWeight: '700', marginTop: 30, marginBottom: 10 },\n  item: { flexDirection: 'row', alignItems: 'center', backgroundColor: '#0C1E22', borderRadius: 16, padding: 14, marginBottom: 12 },\n  itemIcon: { width: 44, height: 44, borderRadius: 13, backgroundColor: '#0E2429', alignItems: 'center', justifyContent: 'center', marginRight: 14 },\n  itemName: { color: '#EDEDF2', fontSize: 16, fontWeight: '600' },\n  itemWho: { color: '#5E8A90', fontSize: 13, marginTop: 2 },\n  itemAmt: { color: '#EDEDF2', fontSize: 16, fontWeight: '700' },\n});\n","language":"react-native"}],"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.","title":"Tab — Split Bills","assets":[{"url":"https://storage.vp0.com/vp0/covers/cc39c677-633e-4f73-8796-02c2d1712c3a/71cb81fb-69c3-4dae-8ca8-fab949aac782/full.webp","kind":"cover","lqip":"hucBAwCNzwiJh3kymXl/ifc=","width":804,"height":1748,"variants":{"avif":"https://storage.vp0.com/vp0/covers/cc39c677-633e-4f73-8796-02c2d1712c3a/71cb81fb-69c3-4dae-8ca8-fab949aac782/avif.avif","card":"https://storage.vp0.com/vp0/covers/cc39c677-633e-4f73-8796-02c2d1712c3a/71cb81fb-69c3-4dae-8ca8-fab949aac782/card.webp","full":"https://storage.vp0.com/vp0/covers/cc39c677-633e-4f73-8796-02c2d1712c3a/71cb81fb-69c3-4dae-8ca8-fab949aac782/full.webp","thumb":"https://storage.vp0.com/vp0/covers/cc39c677-633e-4f73-8796-02c2d1712c3a/71cb81fb-69c3-4dae-8ca8-fab949aac782/thumb.webp"}},{"url":"https://storage.vp0.com/vp0/clips/11/db41f347-2a87-42c2-9866-e6ef139529cd/clip.mp4","kind":"video","variants":{"mp4":"https://storage.vp0.com/vp0/clips/11/db41f347-2a87-42c2-9866-e6ef139529cd/clip.mp4","webm":"https://storage.vp0.com/vp0/clips/11/db41f347-2a87-42c2-9866-e6ef139529cd/clip.webm","poster":"https://storage.vp0.com/vp0/clips/11/db41f347-2a87-42c2-9866-e6ef139529cd/poster.jpg"}}],"author":"@vp0","$schema":"https://api.vp0.com/schema/vp0-bundle.v1.json","license":null,"targets":[{"name":"react-native","entrypoint":"App.tsx"}],"version":"1.0.0","category":"Finance","platform":"ios","createdAt":"2026-05-25T19:40:49.024Z","createdBy":"vp0","importUrl":"https://vp0.com/source/tab-split-bills","styleTags":["Minimal"],"updatedAt":"2026-05-25T19:40:49.024Z","categories":["Finance","Social"],"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/tab-split-bills (machine-readable JSON manifest: https://api.vp0.com/designs/tab-split-bills/manifest). Design: \"Tab — Split Bills\" — Share expenses with friends and settle up without the awkward math.. Match the layout and styling exactly; it's an iOS UI starter, so add my own data/logic afterward.","sourceHash":"sha256:cfb5deb5d2126e64bc0f931d80fb23b3e7b423f222a3dc3b37a9a4931f53ca0f","contentType":"template","description":"Share expenses with friends and settle up without the awkward math.","manifestUrl":"https://api.vp0.com/designs/tab-split-bills/manifest","sourceToken":"vp0_b160549143e2dfdfb3444a08","dependencies":{},"installHints":{"cli":"npx vp0 add tab-split-bills --target react-native","mcp":"claude mcp add vp0 -- npx -y vp0-mcp","shadcn":"npx shadcn@latest add https://api.vp0.com/r/tab-split-bills.json","openInV0":"https://v0.dev/chat/api/open?url=https://api.vp0.com/r/tab-split-bills.json","defaultTarget":"react-native"},"schemaVersion":"vp0-bundle.v1","aiInstructions":"This is an iOS app UI starter for Expo React Native (\"Tab — Split Bills\").\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.","componentsUsed":[],"installCommand":null,"defaultLanguage":"react-native","devDependencies":{},"availableLanguages":["react-native"],"registryDependencies":[]}