// line 12
export const SPOTIFY_CLIENT_ID = 'babda1a147134d70b64cb301089cfeaa';
// to
export const SPOTIFY_CLIENT_ID = 'your client id';
// line 18
return 'https://us-central1-music-shorts.cloudfunctions.net/api';
// to
return 'your server url';
# terminal location is ./app
yarn
yarn android
# terminal location is ./app
yarn
yarn pod
yarn ios # or yarn ios
# terminal location is ./app
yarn test