russmenum

Results 13 comments of russmenum

I eventually got there ```js const [map, setMap] = React.useState(null) const onLoad = React.useCallback(function callback(map) { const bounds = new window.google.maps.LatLngBounds(); map.fitBounds(bounds); setMap(map) }, []) setMapZoom(map.zoom) ``` Aso ```map.mapUrl``` and...

I get that devs got to eat too, but since this library does not work and only addresses bugs when paid, I found this [one](https://github.com/luggit/react-native-config) Simple and works, no need...

Do we have any movement on this? Trying to debug what the heck is wrong with a POST that cant be logged is a nightmare

@Abfareye given that these are happaning on new app fresh installs how would ``` react-native unlink reactotron-react-native 2)npm unlink reactotron-react-native 3)npm uninstall --save reactotron-react-native ``` help? There is nothing to...

@mpadel78 the docs are [here ](https://openbase.com/js/google-maps-react/documentation) But I ended up switching to @react-google-maps/api a maintained ver of react-google-maps

it seems there is an additional error with the google co-dependencies. On the Intel Mac, ```pod install``` can complete, and you get to the above. On an M1 Mac, you...

If I do this ```javascript BackgroundGeolocation.logger.emailLog('[email protected]').then((success) => { console.log('[emailLog] SUCCESS'); }).catch((error) => { console.log('[emailLog] ERROR: ', error); }); ``` Is it using their email? LIke their outbox would show them...

Any news here trying to migrate from ```tipsi-stripe``` and the lack of Native Pay tokens like we had there may be a problem. The migration guide assume no one was...

> This work is in progress here: #1164 :) I saw that linked to at the top, and that it is failing review at this time... So is this ```tipsi-stripe```...

> Question though- how are you using `tipsi-stripe` if you're using Expo? It is not available in the managed workflow. This is a messy app core update. Have an app...