-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
- Loading branch information
Showing
1 changed file
with
0 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters