UNPKG

react-native-gigya-sdk

Version:
12 lines 325 B
import sendApiCall from './sendApiCall'; export default function (data) { return new Promise(async (resolve, reject) => { try { const response = await sendApiCall('accounts.setAccountInfo', data); resolve(response); } catch (e) { reject(e); } }); } //# sourceMappingURL=setAccountInfo.js.map