eltcoin / eltwallet

Non-custodial decentralized mobile wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: http error: API key is not valid (401)

yongloon opened this issue · comments

Not able to run the application on the ios simulator
react-native run-ios

Already fill in the api key in .env

screen shot 2018-04-25 at 12 19 57 am

Hey @nyl9488, it looks like Sentry is not happy. The value for the iOS build is hardcoded in ios/sentry.properties, you can edit this file manually or run the Sentry configuration wizard with react-native link, it will bring you to a web app to chose the app you want to link with Sentry. Otherwise, you can't just remove Sentry with react-native unlink react-native-sentry (not sure if this works perfectly, you may have to delete files and build scripts manually)

I've just removed Sentry native integration in dedccd5 😉