File tree Expand file tree Collapse file tree 2 files changed +3
-2402
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2402
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,12 @@ Follow the below steps to get your license key:
3030** Step 5:** In this file ` /src/config/config.js ` , please update the API_URL and licenseKey
3131
3232``` jsx
33- GOOGLE_LOCATION_API_KEY : ' *******************' , // NOSONAR
34- API_URL : ' https://console .mirrorfly.com/' , // NOSONAR ADDED mirrorfly console URL to avoid crash in Android
35- licenseKey : ' *****************' , // NOSONAR
33+ GOOGLE_LOCATION_API_KEY : ' *******************' , // Please update with a valid Google Location API Key
34+ API_URL : ' https://api-preprod-sandbox .mirrorfly.com/api/v1 ' , // Please replace with the valid API_URL, obtained from the MirrorFly console
35+ LICENSEKEY : ' ******************* ' , // Please update with the valid licenseKey, obtained from the MirrorFly console
3636
3737```
3838
39-
4039** Step 6:** Then run the application using the command ` npm start -- --reset-cache `
4140
4241** Step 7:** To integrate the sample app ` src ` folder with your existing application please follow the upcoming steps
You can’t perform that action at this time.
0 commit comments