ANDRES MADERA

Results 9 comments of ANDRES MADERA

Any idea on witch version this fix will be introduced? The new version native-base 3.4.18 still dont fix this bug Still getting this warning: ``` Warning: Internal React error: Attempted...

Same issue here on axios 1.1.0, let's hope there's another solution to the downgrade

> Had this issue with axios 1.1.2 in react native and was able to resolve it by replacing > > `import axios from 'axios'` with `const axios = require('axios').default;` I...

> i have posted the solution for same please check it out > […](#) > On Sat, 8 Oct, 2022, 11:35 pm ANDRES MADERA, ***@***.***> wrote: Had this issue with...

Instead of ignoring all warnings, probably the best approach will be add on index.js import { LogBox } from 'react-native'; LogBox.ignoreLogs(['new NativeEventEmitter']); However, it is not a fix, the future...

Well calculateSignalLevel basicly works like this ``` const calculateSignalLevel = (rssi, numLevels) => { const MAX_RSSI = -55; const MIN_RSSI = -90; if (rssi = MAX_RSSI) { return numLevels -...

Yeah same, on android is working, but on IOS, cant be build or debug