mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-07 22:42:13 +08:00
1cff06dca3b7bfe4311fb83bdba992f9eeb25853
Summary: The way RCT_EXPORT_MODULE currently works, any module that is included as a pod also needs react itself to be included as a pod. npm seems to be the preferred way to get the latest copy of react (compared to github directly or the cocoapods repo) so what this diff enables is including react as a pod if it was installed via npm. Closes https://github.com/facebook/react-native/pull/1057 Github Author: James Ide <ide@jameside.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
Description
Languages
JavaScript
40.2%
Java
24.7%
Objective-C
14.3%
C++
13.5%
Objective-C++
3.9%
Other
3.3%