Steps to reproduce, 1. Create a React Native project. ``` react-native init test_diff cd test_diff npm install --save diff ``` 2. Modify `index.ios.js` file, and add the following line. ``` import {diffChars} from "diff"; ``` 3. Now run the React Native packager. ``` react-native run-ios ``` 4. Error shows up. See attached. <img width="394" alt="screen shot 2017-01-25 at 4 56 50 pm" src="https://cloud.githubusercontent.com/assets/375248/22311240/8be16226-e320-11e6-9b72-4aeb067e028f.png">