Giter Site home page Giter Site logo

react-native-boilerplate's Introduction

Reinstall existing packages

If you want to reinstall packages (e.g. after deleting the nodue_module), you should use yarn

Install a new packages:

expo install ${namePackage}

React Native Debugger

You can use the React Native Debugger that works out of the box with expo, or you can download the React Native Debugger app. As of the date this written, the app has some advantages, such as the ability to see your network requests. See article below for more info.

https://medium.com/@tetsuyahasegawa/how-to-integrate-react-native-debugger-to-your-expo-react-native-project-db1d631fad02

Deploy the test flight

  1. Update the version in app.json
  2. Build through expo build:ios Note: if you use the free deployment functionality for deploying it can take a while before it is finished. The cli will provide a link to see the status of this build.
  3. Follow the instruction and download the ipa file
  4. Open the Transporter desktop app
  5. Drag and drop the the .ipa file in the Transport er app
  6. Send file to App Store
  7. Go to https://appstoreconnect.apple.com/login
  8. Go to the MyApp app and click on the tab "Testflight" and deploy.
  9. Open the Testflight app on your mobile and download/update the app

https://docs.expo.io/submit/ios/

Deploy and test on the simulator

Testing it in the simulator, instead of directly in testflight might give you more information on what is going wrong, whenever there is a bug in the build file.

  1. Run expo build:ios -t simulator Note: if you use the free deployment functionality for deploying it can take a while before it is finished. The cli will provde a link to see the status of this build.
  2. Download the build file
  3. Open the home screen of the simulator.
  4. Drag and drop the build file in the simulator

Usefull commands

  • Checkout expo cli version: expo --version
  • To update global packages: yarn global upgrade <package name>

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.