Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Exports] Expose more modules for authors of custom components #196

Closed
wants to merge 1 commit into from
Closed

Conversation

ide
Copy link
Contributor

@ide ide commented Mar 25, 2015

Added some more exports to React that are either necessary or often useful for component authors.

@arasmussen arasmussen force-pushed the master branch 5 times, most recently from 9b61be2 to 41453a5 Compare March 26, 2015 02:57
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');
```
@ide
Copy link
Contributor Author

ide commented Mar 26, 2015

This is in better shape now. I also exported React itself so that you can write just one destructuring assignment expression:

var {
  React,
  StyleSheet,
  View,
} = require('react-native');

@ide
Copy link
Contributor Author

ide commented Mar 26, 2015

Superseded by #262

@ide ide closed this Mar 26, 2015
ayushjainrksh referenced this pull request in MLH-Fellowship/react-native Jul 2, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant