GithubHelp home page GithubHelp logo

sssajjad007 / boilerapp-expo Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.83 MB

JavaScript 4.08% Starlark 4.90% Java 44.24% CMake 0.71% C++ 18.60% Shell 1.23% Ruby 6.01% Objective-C 1.00% Objective-C++ 16.77% TypeScript 2.48%

boilerapp-expo's Introduction

  1. create project: expo init MyApp -t expo-template-bare-minimum
  2. add typescript
  3. use this command to create tsconfig.json file in root directory for windows ~ ni tsconfig.json use this command to create tsconfig.json file in root directory for unix ~ touch tsconfig.json
  4. use this command to change the extension of App.js to App.tsx ~ mv App.js App.tsx or ~ ren App.js App.tsx
  5. run this command to install (typescript, @types/react, @types/react-native) packages ~ npx expo start ( tsconfig.json file will be created automatically )
  6. ~ yarn add -D ts-node typescript
  7. ~ expo install @expo/webpack-config
  8. create webpack.config.ts and metro.config.ts files in root directory and copy the code from this repo
  9. add react-navigation v6 react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context react-redux mmkv axios hook-form
  10. create react-native.config.js file in root directory and copy the code from this repo
  11. create assets folder in root directory and add fonts or images
  12. add react-dom and react-native-web packages for web support

boilerapp-expo's People

Contributors

sssajjad007 avatar

Watchers

 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.