Environment
-
react-native -v:
react-native-cli: 2.0.1
react-native: 0.49.5
-
npm ls rnpm-plugin-windows:
rnpm-plugin-windows@0.2.8
-
npm ls react-native-windows:
react-native-windows@0.49.0-rc.2
-
node -v:
v8.1.3
-
npm -v:
5.0.3
-
yarn --version:
1.2.0
Then, specify:
- Target Platform Version(s):
10.0.14393
- Target Device(s):
Desktop
- Development Operating System:
Windows 10
- Visual Studio Version:
Visual Studio 2017
Steps to Reproduce
First see facebook/react-native#16585
After fixing Blob issue , in windows I get new error
TypeError: Cannot read property 'createFromParts' of undefined
at new Blob (node_modules\react-native\Libraries\Blob\Blob.js:99)
BlobModule is not implemented
Expected Behavior
see facebook/react-native#16585
Actual Behavior
As BlobModule is not implemented . fetch API is missing arraybuffer function for response
Environment
react-native -v:react-native-cli: 2.0.1
react-native: 0.49.5
npm ls rnpm-plugin-windows:rnpm-plugin-windows@0.2.8
npm ls react-native-windows:react-native-windows@0.49.0-rc.2
node -v:v8.1.3
npm -v:5.0.3
yarn --version:1.2.0
Then, specify:
UWP
10.0.14393
Desktop
Windows 10
Visual Studio 2017
Steps to Reproduce
First see facebook/react-native#16585
After fixing Blob issue , in windows I get new error
BlobModule is not implemented
Expected Behavior
see facebook/react-native#16585
Actual Behavior
As BlobModule is not implemented . fetch API is missing arraybuffer function for response