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
[Exports] Expose more modules for authors of custom components
Added some more exports to React that are either necessary or often useful for component authors.
I also exported React itself so that you can write just one destructuring assignment expression:
```
var {
React,
StyleSheet,
View,
} = require('react-native');
```
0 commit comments