Git Product home page Git Product logo

darren-sweeney-app's Introduction

Darren Sweeney react-native app

Project setup

STEP 1: Create a github repo for your new project:

Navigate to the folder you just created then install checkout the new repo you created

git clone https://github.com/darrensw777/darren-sweeney-app.git .

Now create the expo app in the same folder:

npx create-expo-app

Step 2: Let's add some libraries we know we're going to need:

npm install @react-navigation/native @react-navigation/stack @react-navigation/bottom-tabs react-native-gesture-handler react-native-reanimated
npm install --save-dev @types/react-native @types/react-navigation @types/react-navigation/stack @types/react-navigation/bottom-tabs
npm install -D @tsconfig/react-native @types/jest @types/react @types/react-test-renderer typescript

Create ts config file:

In the root of the app, create file tsconfig.json
Add this content:
{
  "extends": "@tsconfig/react-native/tsconfig.json"
}

Step 3: A little bit of a set up:

Add images and fonts folders to the assets directory.
Create a new directory at root named src
Create directories in new src folder: screens, components, navigation, utils

darren-sweeney-app's People

Contributors

darrensw777 avatar

Watchers

 avatar  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.