Skip to content

elicwhite/react-native-blob-repro

Repository files navigation

This is a repro for the react native issue at facebook/react-native#18440

This is made up of a react-native app created with create-react-native-app and an express server that returns an invalid response.

In order to run this you have to start both the express server and the react native app.

For the server:

cd server && yarn && yarn start

For the react native app:

yarn && yarn run ios && yarn start

You should see a redbox that looks like this:

image

Releases

No releases published

Packages

No packages published