Hafiz Muhammad Bilal
Hafiz Muhammad Bilal
can this slider be used while developing app using expo? if yes then how? because I'm facing this error https://github.com/bartgryszko/react-native-circular-slider/issues/46
can this slider be used while developing app using expo? if yes then how? because I'm facing this error https://github.com/bartgryszko/react-native-circular-slider/issues/46
Try using `Promise` syntax instead of `async await`: ```js var axios = require("axios"); const fetch = () => { return new Promise((resolve, reject) => { axios .get("https://api.github.com/repos/sCrypt-Inc/compiler_dist") .then((response) => {...
clicking on it takes me to the client file:
@stffabi exactly. any workaround you'll suggest?