Alan Tirado

Results 8 comments of Alan Tirado

This is also happening with Ubuntu 14.04 node: v0.10.26 grunt: v0.4.1 grunt-contrib-watch: v0.4.4 The add event is never triggered. Once I rerun the grunt task (using sails.js) and I change...

Seeing this on: ``` "react-native": "0.74.1", "react-native-image-picker": "7.1.2", ```

Is there an actual fix? I updated the version of Jade in our package.json but it is not working. Only way i found was to use npm-shrinkwrap.

https://github.com/philschatz/fetch-vcr/pull/32 I set up this PR to address the issue.

Would be nice to handle these the way Jest snapshots work and colocate them: `cassetteName: "foo"`. Will try and spin up a PR with this

bump. Is this something that could happen? I also need to use this on an alpine based image

We have a hybrid app where we in our ApplicationController we are: ```kotlin private fun initReactNative() { SoLoader.init(this, false) ApplicationLifecycleDispatcher.onApplicationCreate(this) reactNativeHost.reactInstanceManager.createReactContextInBackground() } ``` but then use a `ReactActivity`: ```kotlin class...