Skip to content

Commit

Permalink
id
Browse files Browse the repository at this point in the history
  • Loading branch information
EliFrankel committed Mar 31, 2024
1 parent df8376e commit a477705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/client/Locomotion/src/services/MccMnc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const getMccMnc = async () => {
return mccMnc;
};


const getMobileIsoCode = async () => {
const isoCode = await CarrierInfo.isoCountryCode();
return isoCode.toUpperCase();
Expand Down

0 comments on commit a477705

Please sign in to comment.