Chris Hines

Results 7 issues of Chris Hines

Paths using the name of my root directory package.json aren't included in dependency calculations package.json: ``` { "name": "myproject", "version": "0.0.1", ... } ``` Upon calling `madge --orphans --basedir ./...

bug
core

### Current behavior The tabPress event is emitted but the listener does not catch the event. ### Expected behavior Listener should be trigger on tabPress emit. ### Reproduction https://snack.expo.dev/@cjhines/custom-header-event-listener ###...

bug
platform:android
platform:ios
repro provided

Is there a reason for this? The latest `install` version doesn't include the Podspec fixes.

### Problem Description I'm getting the following error while calling `downloadFile` with `avmoroz/react-native-fs`. Anyone encountered it or can offer some advice? I also tried `wwimmo/react-native-fs` with no luck. ``` RNFS.dll!winrt::impl::consume_Windows_Foundation_IPropertyValue::Type()...

bug
Needs: Attention :wave:
Extensions
External

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/docs/blob/master/CODE_OF_CONDUCT.md). -...

bug

In my iOS project I have a pod dependency which I am specifying like so: ``` pod 'PromisesSwift' ``` For some reason, the dependency `PromisesObjC` is appearing twice in the...

# Description of the issue I have a bulk download function which is saving many files to `DocumentDirectoryPath`. After migrating from a different version of the library, I began getting...

P2
Windows