Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

MCVE to reproduce fetch bug in React Native v0.56 with giphy-js-sdk-core v1.0.3

License

Notifications You must be signed in to change notification settings

rodrigobdz/giphy-js-rn-fetch-bug

Repository files navigation

Giphy Core SDK for JS Fetch Bug

MCVE (Minimal, Complete, and Verifiable example) for giphy-js-sdk-core issue #22.

Description

The import of isomorphic-fetch in giphy-js-sdk-core@1.0.3 breaks in React Native.

Steps to reproduce

  1. Setup project

    react-native init AwesomeProject
    cd AwesomeProject
  2. Install giphy-js-sdk-core

    yarn add giphy-js-sdk-core
  3. Import giphy-js-sdk-core in App.js

    -
    + import GphApiClient from 'giphy-js-sdk-core'
  4. Run app

    react-native run-ios

License

MIT © 2018 Rodrigo Bermúdez Schettino

About

MCVE to reproduce fetch bug in React Native v0.56 with giphy-js-sdk-core v1.0.3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published