mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-06-19 01:55:59 +08:00
Recently the default export was removed from react-native-web. In some scenarios it is possible to still get to this import path which does not work anymore. Removing the `.default` fixes commonjs imports from index. Close #1341