You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The packager server uses browser versions of an NPM package when available (e.g., for uuid). On Windows, this replacement behavior is not working correctly. Here's a simple repro:
var uuid = require('uuid');
Do this in anywhere in your react-native app and it will fail to pick up the browser version of that package.
This is on Windows 10, react-native@0.31.0, node@6.2.1. Will confirm if still exists in 0.32.0-rc.0.
The text was updated successfully, but these errors were encountered:
The packager server uses browser versions of an NPM package when available (e.g., for uuid). On Windows, this replacement behavior is not working correctly. Here's a simple repro:
Do this in anywhere in your react-native app and it will fail to pick up the browser version of that package.
This is on Windows 10, react-native@0.31.0, node@6.2.1. Will confirm if still exists in 0.32.0-rc.0.
The text was updated successfully, but these errors were encountered: