Welcome to my field notes!
Field notes are notes I leave myself as I go through my day to day work. The hope is that other people will also find these notes useful. Note that these notes are unfiltered and unverified.
React Native
- For developing on a cloud server, use the
expo start --tunnel
option. It worked well enough when I tried it with the example app. Hopefully it does incremental updates so the development process doesn’t slow as we continue. - Still need a mac on the ground for an iOS target, so it’s not a full solution for developing native apps on the cloud, but it will do.