Skip to content

PercyMichael/raffle

Repository files navigation

Welcome to your Expo app 👋

This is an Expo project created with create-expo-app.

Get started

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a fresh project

When you're ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.

/** @type {import('tailwindcss').Config} / module.exports = { content: ["./app/**/.{js,jsx,ts,tsx}", "./components/**/*.{js,jsx,ts,tsx}"], theme: { extend: { colors: { primary: '#215273', secondary: '#FDFDFD', bgcolor: '#55C595', btncolor: '#FFFFFF', txtcolor: '#282828', paymentbg: '#E2DFDF', bglight: '#55C59566', darkbg: '#028374', actionbtn: '#F1F2F7', inactivebtn: "#B7B7B7", }, fontFamily: { plight: ["Poppins-Light", "sans-serif"], pregular: ["Poppins-Regular", "sans-serif"], pextra: ["Poppins-ExtraLight", "sans-serif"], pmedium: ["Poppins-Medium", "sans-serif"], } }, }, plugins: [], }

raffle

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published