Mike Rodham

Results 10 comments of Mike Rodham

Yeah, I've just run in to this issue as we use mainly windows computers at work, so when I'm building the app on a Mac for iOS I'd like my...

I have absolutely no C# experience unfortunately otherwise I'd love to have helped out.

> I really recommend just using `html2canvas` - it's more customizable, faster, and reliable. No need to generate the image multiple times, all elements are included in the first one....

@pbfrias17 & @laukaichung What are you using for a `local_uri` as I'm saving files from my server to my device using RNFetchBlob and then generating local uri's with those files...

I've found that this package does not work with "required/local" images. You cannot use `` instead however, you can use your required images just using the standard image library. Since...

I'm using [https://github.com/leecade/react-native-swiper](react-native-swiper) which essentially is a `ScrollView` and uses the same props & expanded props. I have a modal I can swipe **UP** or **DOWN** and my swiper can...

I'm trying to use it with React Native, also running in to the same issue.

I solved it by using regular moment and creating my own interval. ``` setInterval( () => { this.setState({ curTime : moment().format('HH:mm A'), curDate : moment().format('dddd Do MMMM') }) },1000) ```

@nating I have that exact same thing happening here, tried ECL L, Q, M and H. `` My iPhone XS Max does not pick them up, but it does pick...

I'm not using position relative, in fact just display: block; and it's on the other side of the page. Edit: Yes it was, the position relative was on the 4th...