Ruslan Baybekov

Results 25 comments of Ruslan Baybekov

I will close issue when will be fixed

@jarvisluong @Victorcassiano wanna to disallow gestures `< 0` and `> width`. I think it's some additional logic here https://github.com/reactrondev/react-native-web-swiper/blob/6d007d23ccefd33936b0a7fe90d66f58142c2a03/src/Swiper.js#L110-L112

something like this: ```jsx var allow = false; const changeRequest = vertical ? gestureState.dy : gestureState.dx; // if not is last slide -> allow move right // if not is...

@jarvisluong I really don't care ))) I don't even work with react anymore. I just explained what @Victorcassiano want.

Oh... Sorry. This error returned from `requestPhoneNumber` but not `startSmsRetriever`

@DanielZambranoC ```go type Obs struct { XMLName xml.Name `xml:"obs"` IndexDateString string `xml:"indexDateString"` StatusCode string `xml:"statusCode"` Value string `xml:"value"` } type Response struct { XMLName xml.Name `xml:"GetSeriesResponse"` GetSeriesResult struct { XMLName...

and yes, you can shortcut `XMLName` tags like this: ```go type Response struct { XMLName xml.Name `xml:"GetSeriesResponse"` GetSeriesResult struct { Series struct { FameSeries struct { Obs []Obs `xml:"obs"` }...

@tiaguinho this issue is stale and resolved. You can close it, I think...