Hannu Tapanila
Hannu Tapanila
- This PR adds `getOriginalMap()` getter to this lib GoogleMap interface, which returns original GoogleMap (`com.google.android.gms.maps.GoogleMap`) - With help of this new function, you can use this library with other...
I use FragNav with AHBottomNavigation to implement bottom tab navigation in my app. So very basic usage of FragNav here. I noticed that my tab fragments lifecycle methods `onActivityCreated` and...
Im seeing several following crashes on Google Play console. ``` java.lang.IllegalArgumentException: at com.mapbox.mapboxsdk.maps.renderer.MapRenderer.onSurfaceChanged (MapRenderer.java:67) at com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer.onSurfaceChanged (TextureViewMapRenderer.java:48) at com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewRenderThread.run (TextureViewRenderThread.java:269) ``` react-native-mapbox-gl: 6.1.0 react-native: 0.52.2 device: android
If I do not specify `lifecycle` for `Scarlet.Configuration`, `SocketIoClient` is not connecting. My dagger module which creates Scarlet ``` @Module class MykModule { @Singleton @Provides fun provideScarletConfiguration(app: Application): Scarlet.Configuration {...
I tried to install TiShadow to my Win10, got the following error: ``` C:\Users\user\AppData\Roaming\npm\node_modules\tishadow\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws\node_modules\nan\nan.h(409): error C2039: 'ExternalAsciiStringResource': is not a member of 'v8::String' [C:\Users\user\AppData\Roaming\npm\node_modules\tishadow\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws\build\bufferutil.vcxproj] C:\Users\user\.node-gyp\4.3.1\include\node\v8.h(2081): note: see declaration of 'v8::String'...