Files
react-native-web/packages
Nicolas Gallagher 69bd0f631d [change] Remove default ES Module export
Remove the default export that was provided for compatibility with legacy
imports of React Native CommonJS modules. These patterns are no longer
supported:

```
import ReactNative from 'react-native';
const ReactNative = require('react-native');
```

Fix #1258
Close #1277
2019-03-11 13:12:24 -07:00
..
2019-03-07 11:32:33 -08:00
2019-03-07 11:32:33 -08:00
2019-03-07 11:32:33 -08:00