-
npm install -g expo-cli
-
npm install
-
expo start
-
expo start --no-dev
#####(expo developer tools will be opened in browser, scan QR code with Expo app on device)
- ###IMPORTANT: 'Love track' functionality returns 'invalid method signature' error - Don't know why this error is returned as long as I was able to retrieve session key by calling
getMobileSession
API by using the same api signature (api_sig
). API signature is generated according to Last.fm API documentation