John Yang

Results 3 comments of John Yang

There is a workaround with `adjustStyleLoaders`. ``` adjustStyleLoaders(({ use: [, , postcss] }) => { const postcssOptions = postcss.options; postcss.options = { postcssOptions }; }) ``` Remember to put `adjustStyleLoaders`...

In iOS 9, there is a newly added property called "allowsBackgroundLocationUpdates" in CLLocationManager class. And it's default vaule is "NO". So if we want to range beacon in background mode,...

@frostney You're welcome. This is a great module and it helps me a lot! BTW, If you need more information, here's some links I found to handle this problem: [http://stackoverflow.com/questions/30808192/allowsbackgroundlocationupdates-in-cllocationmanager-in-ios9](http://stackoverflow.com/questions/30808192/allowsbackgroundlocationupdates-in-cllocationmanager-in-ios9)...