Eduardo Pisapia
Eduardo Pisapia
👋 Madge( @5 and @6) is not reporting a cycle I do run `madge --circular src/**/*` .madgerc ``` { "baseDir": "./src", "fileExtensions": [ "ts", "tsx", "js", "jsx" ], } ```...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Modify a file with a `no-restricted-import` rule disabled like...
Hi There is an edge case in the `no-restricted-disable` rule when the `require-description` is enable The `no-restricted-disable` doesn't catch the disable line when there is a break line in the...
Hi there 👋 I saw a few references of the OrderedSet and Abseil SDK in the Podfiles installed by `ReactNativeTwillioVideoWebrtc`, wondering if the new [Apple - Privacy manifest files](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests) is...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/react-native-auth0#readme), [Examples](https://github.com/auth0/react-native-auth0/blob/master/EXAMPLES.md), and [FAQ](https://github.com/auth0/react-native-auth0/blob/master/FAQ.md) and have not found a suitable solution or answer. - [X] I have looked into the [API...
**Describe the bug** We have configured "Danger" as a required step in the CI. It works as expected in Pull Request and After the merge process, but we face a...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Code of Conduct - [X] I agree to follow this project's Code of...
When upgrading from 4.13.0 to 4.13.1, start facing a TypeError due to a recent mock update https://github.com/th3rdwave/react-native-safe-area-context/pull/449 Following the guide, I included the `react-native-safe-area-context` to my transformIgnorePatterns ``` transformIgnorePatterns: [...