eyale

Results 15 comments of eyale

> My environment > > ``` > react-native: 0.51.0 > react-native-fetch-blob: 0.10.8 > react-native-fs: 2.8.3 > ``` > I was trying to download a file using below snippet in iOS...

I'm faced same issue with layout - Xcode console, says that this is Constraints bug, so I've fixed it with this code ``` sharePositionOrigin: Rect.fromLTWH( box.size.width.toDouble(), box.size.height.toDouble() / 1.6, 10,...

Do we have any solution for this issue??? @kokitang @MatBdry @iancartis ?

based on your answer: > Your date={new Date()} is > to maximumDate so change date={new Date()} to date={myMaxDate} my code is ``` ```

I'm using it with mauron85/react-native-background-geolocation It works good now. Tested on Pixel 2 and Samsung S8

Very funny. I had issue only on Android background mod. On iOS I have no issue with background. Anyway on iOS it works good too. ``` const id = BackgroundTimer.setInterval(tick,...

I don't reason why you should not.

> `mauron85/react-native-background-geolocation` > is needed about 300$ for release building android . not exact. This package is free. But there are `transistorsoft/react-native-background-geolocation` that is paid one.

> runBackgroundTimer BackgroundTimer.setInterval(tick, delay)

Very strange I'm using `BackgroundTimer.setInterval` and it's work as is should. I have component that returns `null` https://reactjs.org/docs/conditional-rendering.html#preventing-component-from-rendering. ``` function useInterval(callback, delay) { const savedCallback = useRef(); // Remember the...