Albert Still

Results 8 comments of Albert Still

hey Chris I wasn't 100% what to do for whole day tracking, but because the [docs](https://transistorsoft.github.io/react-native-background-geolocation/interfaces/config.html#schedule) give an example of `"2,4,6 20:00-00:00",// Mon, Web, Fri: 8pm to midnight (next day)`,...

thanks @christocracy I think I've solved the issue by stopping the existing schedule before starting a new updated one. I thought I could update the schedule with `setConfig` once I...

Still working on a fix for my last message. The app still seems to track the day after even though it's only enabled to track the day before. My root...

Hey @james-s-turner, we're working on the same thing! I have an example [repo](https://github.com/albertstill/css-multiple-extracts/blob/d3a78bbc8fb9a5169e697f7505f81f9f029c089f/webpack.config.js). I got `ExtractTextPlugin#extract` compiling with `combineLoaders`, because `ExtractTextPlugin#extract` returns an array of loader configs `combineLoaders` can stringify....

Also for the interim at my company I'm just creating multiple Webpack configs each with their own [theme](https://github.com/DomainGroupOSS/create-react-app/blob/08676d14bf677a103b8208e237178dbc71a9f833/packages/react-scripts/scripts/build-library.js#L101), `webpack` accepts an array of configs.

I believe it's the `f?` in `)).catch(f=>f?.type!=="cance`, Webpack might be assuming the code in `node_modules` is compiled to a basic version of ECMAScript and it's parsing gets confused by the...