David Jones

Results 10 comments of David Jones

@malithjkmt For me (I'm on an M1 mac) I had to [enable Swift support](https://github.com/Agontuk/react-native-geolocation-service/blob/master/docs/setup.md#2-enable-swift-support) and also [remove library search paths](https://github.com/Agontuk/react-native-geolocation-service/issues/226#issuecomment-740101556) for the project.

Downgrading to 7.6.1 fixes the start sizing issues for me.

@olinations I ran into the same issue. I'm using Wix React Native Navigation for navigation and I realized that I needed to enable both orientations in the settings. That may...

This problem isn't limited to ScrollView—I'm also seeing it with FlatList and [MapView](https://github.com/react-native-maps/react-native-maps#readme). However, I'm using [React Navigation](https://reactnavigation.org/) and I found that this problem only occurs when the BlurView component...

This is exactly the behavior I was looking for.

I'm also experiencing this issue. This is the command I'm using: ``` sass --watch main.scss main.css ``` The first time I save it works great. Every subsequent save results in...

The problem is also described here: https://stackoverflow.com/questions/35942340/sass-watch-command-compiles-scss-files-before-full-sftp-upload > This is because, when the file upload takes time, sass compiles the scss file (on the server) before it is fully uploaded...

The Fitbit API is an example of a service that requires Basic Auth. https://dev.fitbit.com/docs/oauth2/#access-token-request There's currently no way to add custom headers when calling `getOAuthAccessToken`?

Hi @sewpafly. Great plugin! We're planning on using this for a fairly large project and we need Retina support as well (otherwise content editors would have to crop every thumbnail...