Anders Steiner

Results 15 issues of Anders Steiner

Any plans on upgrading to babel 7?

The docs says react-native-svg is optional to install. That is not true. It has to be installed but the linking part is optional.

I cant seem to change the port when running `sls offline`. No documentation on it either. ``` sls offline --httpPort 3000 ``` does not work for azure functions but it...

As mentioned in issue #716 `pipenv lock --requirements --keep-outdated ` command no longer works and throws an error since `--requirements` flag has been deprecated and is now removed in latest...

Create a local notification with tag ```js PushNotification.localNotification({ channelId: 'DELIVERY', id: '123', tag: 'DELIVERY', title: "Title", message: "Message" }); ``` Try to cancel it with the id as documented: ```js...

Stale

Add file ignored by watch if folder does not already contain a file matching the files pattern when running `grunt watch`. **Gruntfile.js** ``` javascript /*global module:false*/ module.exports = function(grunt) {...

Is there any changelog or where can I see the differences between `@mauron85/react-native-background-geolocation` and this lib?

First I think this issue may maybe belong somewhere else. But I am not sure where and clueless in how to solve it. I am trying to use node library...

bug

Is there a way to supply or disable `packagerOptions` in `serverless.yml` ``` esbuild: packagerOptions: scripts: - rm -rf node_modules/sharp - SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm install --arch=x64 --platform=linux --libc=glibc sharp ``` when running...

bug

Looks like most issues with this lib has been fixed but not released. So current master branch actually works with latest react native. Please can you just create a new...