Navigation

Buttons

Buttons drive user interactions: primary buttons highlight key actions, while secondary buttons offer alternatives.

AA

WCAG 2.1 accessibility compliant

Primary

Label

Label

Label

Primary / Pressed

Label

Label

Label

Secondary

Label

Label

Label

Secondary / Pressed

Label

Label

Label

Black

Label

Label

Label

Black / Pressed

Label

Label

Label

Text

Label

Label

Label

Text / Pressed

Label

Label

Label

Social

Sign in with Google

Sign in with Facebook

Sign in with Microsoft

Social / Pressed

Sign in with Google

Sign in with Facebook

Sign in with Microsoft

React Native

<Button variant='default' textSize='md'>
Default
</Button>
<Button variant='secondary' textSize='md'>
Secondary
</Button>
<Button variant='black' textSize='md'>
Black
</Button>
<Button variant='link' textSize='md'>
Text Link
</Button>

{/* Social Login Buttons */}
<View className='w-full'>
<Button variant='secondary' textSize='md' className='w-full mb-4' icon={<GoogleIcon />}>
  Sign in with Google
</Button>

<Button
  variant='secondary'
  textSize='md'
  className='w-full mb-4'
  icon={<FacebookIcon />}
>
  Sign in with Facebook
</Button>

<Button variant='secondary' textSize='md' className='w-full' icon={<MicrosoftIcon />}>
  Sign in with Microsoft
</Button>

View on Expo Go

Expo Go is a sandbox that enables you to quickly experiment with building native Android and iOS apps. It's the fastest way to get started. Download any version of it below.

Download Expo Go

Assets Panel

Each component is listed in the assets panel for easy access. We keep components visible and avoid nesting them in too many subfolders. For complex components, their building blocks are located in the respective sub-components folder.

View further documentation.

Local Styles

Local styles in Figma are available when the Design System is enabled.To apply, Select any of these presets from the Figma Local styles panel.

View further documentation.

Colour modes

You can toggle between light and dark modes by selecting the ‘Mode’ dropdown in the Figma ‘Design’ panel to the right. To apply, select Light or Dark from the Mode dropdown selector.

Mobile App Starter Kit

·

©

2025

All rights reserved, Studio Hola.

Mobile App Starter Kit

·

©

2025

All rights reserved, Studio Hola.

Mobile App Starter Kit

·

©

2025

All rights reserved, Studio Hola.