André Costa Lima

Results 35 issues of André Costa Lima

### TODO - [ ] Add types for `react-native-fetch-api` - [ ] Integrate `rn-test` with `aegir` to run tests for both iOS and Android - [ ] Finish CI and...

**Feature Request** Follow-up of: https://github.com/facebook/jest/issues/5363 `.toHaveBeenCalledTimely` accepts an array of temporal differences in milliseconds which specify the maximum time in between invocations to a mock. The matcher fails when at...

New Matcher

**Do you want to request a *feature* or report a *bug*?** It's a question, actually. 🙏 **What is the current behavior?** I'm developing a Node application which uses Metro's API,...

## Description I'm using `FileReader.readAsDataURL` to consume a `Blob` returned by RN's networking layer as an `ArrayBuffer` to implement `FileReader.readAsArrayBuffer` (https://github.com/facebook/react-native/issues/21209) and it has been working just fine, at least...

Needs: Triage :mag:

Proposal for high priority RFP idea: [Simple Storage Webapp](https://github.com/filecoin-project/devgrants/blob/master/rfps/new-wave-3-rfps.md#simple-storage-webapps). @vasco-santos @hugomrdias @satazor @marcooliveira @filipediasf `category:app-dev` `proposal-type:rfp`

We should not depend on [inexorabletash/text-encoding](https://github.com/inexorabletash/text-encoding), which is deprecated, and use [zxing-js/text-encoding](https://github.com/zxing-js/text-encoding) instead.

help wanted

Track: https://github.com/charpeni/react-native-url-polyfill/pull/267

help wanted

Add `peerDependenciesMeta` to package.json for all polyfills as follows: ``` "peerDependenciesMeta": { "react-native-fetch-api": { "optional": true } } ```

enhancement
help wanted

This library is no longer maintained and the repository has been archived. See [deprecation notice](https://github.com/react-navigation/react-native-safe-area-view#react-native-safe-area-view). We need to refactor the code to use [`react-native-safe-area-context`](https://github.com/th3rdwave/react-native-safe-area-context/) only.

See `global.ErrorUtils.setGlobalHandler`. Example: ```js import { ExceptionsManager } from 'react-native'; global.ErrorUtils.setGlobalHandler((e, isFatal) => { if (__DEV__) { // In DEV, pass the error to the standard ExceptionsManager // This way...