Code Monkey home page Code Monkey logo

track-app's Introduction

ignition

ignition hacks 2023 project

Start the development server

npx expo start

  • to use, download the Expo Go app

Documentation

https://reactnative.dev/docs/environment-setup?guide=quickstart&platform=android

Note

This app is using Expo Go: Expo Go: Expo provides cloud build services, which means you can build your app binaries (APK for Android and IPA for iOS) in the cloud without needing to set up local environments. This is especially beneficial for developers without a Mac, as they can still build iOS applications. Expo Go: If you start with Expo and later realize you need more flexibility, you can "eject" to a bare React Native project. This allows you to add custom native code and modules.

Use Tailwind

  1. Run tailwind-rn in development mode:

    $ npm run dev:tailwind

  2. Import TailwindProvider and tailwind.json in the root of your app

import {TailwindProvider} from 'tailwind-rn'; import utilities from './tailwind.json';

  1. Wrap the root of your app into TailwindProvider:

  2. Use Tailwind

import {useTailwind} from 'tailwind-rn';

const MyComponent = () => { const tailwind = useTailwind();

 return <Text style={tailwind('text-blue-600')}>Hello world</Text>;

};

track-app's People

Contributors

abhijnam avatar angeladev333 avatar joutad avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.