1export function isRunningInExpoGo() {
2  return false;
3}
4
5export function getExpoGoProjectConfig() {
6  return null;
7}
8