react-native/React
Nick Lockwood 7996c32211 Unregistered modules will now only error when called, not on bridge init
Summary:
Occasionally people create RCTBridgeModule subclasses or base classes that are not intended to be accessed from JS, and so they don't export them. This was previously flagged as an error by the system. I've now downgraded this error to a warning at startup, and deferred the redbox error until the module is directly accessed by native or JS code.
2015-07-27 08:58:47 -08:00
..
Base Unregistered modules will now only error when called, not on bridge init 2015-07-27 08:58:47 -08:00
Executors [ReactNative][Profiler] Fix NSProcessInfo instacrash on iOS7 2015-07-20 19:36:13 -08:00
Layout Fixed layout bug 2015-05-13 13:24:36 -07:00
Modules [StatusBar] Add ability to toggle the network activity indicator in the status bar + example in UIExplorer 2015-07-23 16:22:56 -08:00
React.xcodeproj Unregistered modules will now only error when called, not on bridge init 2015-07-27 08:58:47 -08:00
Views [ReactNative] Fix crash when reload during profile (attempt #2) 2015-07-22 11:02:32 -08:00