1 min readJan 11, 2019
We found that for simple scenarios, Expo works (i.e. just an information app + a few simple forms). Anytime you want to go beyond that like accessing GPS, Bluetooth, in-app payments, background tasks, etc CRNA is a better choice. In a lot of scenarios, you will still need to write native code to really get that nitty-gritty control.
What did you end up choosing for your project?