Git-point: Question about seeing changes while developing

Created on 8 Oct 2017  路  3Comments  路  Source: gitpoint/git-point

Hi! I've got the app running locally via yarn start:ios:logger but I'm wondering what's the fastest way to see changes I make in the app. When I've generated a React Native app via the create-react-native-app script, as soon as I save a source file, the app rebuilds and I see the changes in the Simulator. Is Ctrl-C'ing in the terminal and then re-running the yarn command the fastest way to develop? Thanks!

question

Most helpful comment

All 3 comments

Follow-up question: what's the best way to log data or debug the app while developing it?

Yep Cmd+D will be your friend :)

Enabling Live Reload will have the app rebuild as soon as you save any changes. If you prefer, you can have it disabled and use Cmd+R to reload the application to see you newer changes. Hot Reload is supposed to actually render your application _without_ a reload which is awesome, but haven't noticed it working too well with our navigation stack :raised_hands:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jouderianjr picture jouderianjr  路  5Comments

housseindjirdeh picture housseindjirdeh  路  3Comments

housseindjirdeh picture housseindjirdeh  路  5Comments

Antoine38660 picture Antoine38660  路  3Comments

TautFlorian picture TautFlorian  路  4Comments