Tony Gentilcore

Results 6 comments of Tony Gentilcore

So, actually, both WDS major versions resolve to the same HPM version, 0.17.3 (because they depend on `~0.17.1` which allows the patch version to float). Working: ``` └─┬ [email protected] ......

Nice, I can confirm that this config gets me going again! ```js devServer: { https: { spdy: { protocols: ['http/1.1'], }, }, proxy: { '/my-backend': { changeOrigin: true, pathRewrite: {'^/my-backend':...

+1, same issue here. It only repros in Android, iOS works fine for me. Sometimes the contents render, sometimes they don't. When they don't render, the inspector show that the...

This is a sad, sad hack, but adding this to a parent of `Swiper` fixes the issue for me: ```js componentDidMount() { this.forceUpdate() } ``` Hopefully this gives a clue...

I got this error while using a `Modal` and the solution at https://github.com/yamill/react-native-orientation/issues/246#issuecomment-347427696 fixed it for me.

Same issue here on android, react-native-geolocation: 2.0.2, react-native: 0.61.5. ``` Error: @react-native-community/geolocation: NativeModule.RNCGeolocation is null. ``` Has anyone found a fix/workaround?