react-native/React/Base
Robert Payne b72acc2313 Add support for exporting Swift modules
Summary:
External modules are any Objective-C class in which the implementation is private. This currently will be most useful for Swift classes but also has potential to allow exposing methods on 3rd party libraries to the bridge.
Closes https://github.com/facebook/react-native/pull/982
Github Author: Robert Payne <robertpayne@me.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-23 09:20:18 -08:00
..
RCTAssert.h Added RCT_DEBUG 2015-04-21 05:24:10 -08:00
RCTAssert.m Cleanup 2015-04-11 14:19:49 -08:00
RCTBridge.h [FBRhinos] add sms cmd for device configuration 2015-04-22 16:10:40 -08:00
RCTBridge.m Fixed broken struct arguments 2015-04-22 13:25:53 -08:00
RCTBridgeModule.h Add support for exporting Swift modules 2015-04-23 09:20:18 -08:00
RCTCache.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTCache.m [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTConvert.h Bump .buckversion to 6cdb82cb7493a86c39d0f0dc3c102d0f470f55de. 2015-04-23 08:24:08 -08:00
RCTConvert.m Removed debug code from release builds 2015-04-21 09:47:21 -08:00
RCTDefines.h Added RCT_DEBUG 2015-04-21 05:24:10 -08:00
RCTDevMenu.h Improved logging and dev menu 2015-04-19 12:56:22 -08:00
RCTDevMenu.m [ReactNative] Better profiling API + Fix overlaping events 2015-04-20 04:57:28 -08:00
RCTEventDispatcher.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTEventDispatcher.m [Scroll] Include content insets in scroll events 2015-04-09 08:45:58 -08:00
RCTFrameUpdate.h [ReactNative] Use a single DisplayLink held by the bridge 2015-04-15 07:07:48 -08:00
RCTInvalidating.h [React Kit] Remove embarrassing TODOs 2015-03-26 10:33:05 -08:00
RCTJavaScriptExecutor.h [ReactNative] Move VSync bound events to JS thread 2015-04-22 07:01:48 -08:00
RCTJavaScriptLoader.h Improved logging and dev menu 2015-04-19 12:56:22 -08:00
RCTJavaScriptLoader.m [FBRhinos] add sms cmd for device configuration 2015-04-22 16:10:40 -08:00
RCTKeyCommands.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTKeyCommands.m Cleanup 2015-04-11 14:19:49 -08:00
RCTLog.h Removed debug code from release builds 2015-04-21 09:47:21 -08:00
RCTLog.m Removed debug code from release builds 2015-04-21 09:47:21 -08:00
RCTProfile.h Added RCT_DEBUG 2015-04-21 05:24:10 -08:00
RCTProfile.m [ReactNative] Move VSync bound events to JS thread 2015-04-22 07:01:48 -08:00
RCTRedBox.h Removed debug code from release builds 2015-04-21 09:47:21 -08:00
RCTRedBox.m Removed debug code from release builds 2015-04-21 09:47:21 -08:00
RCTRootView.h Improved logging and dev menu 2015-04-19 12:56:22 -08:00
RCTRootView.m [RootView] Fix positioning of the root view content (frame -> bounds) 2015-04-22 16:21:49 -08:00
RCTSparseArray.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTSparseArray.m [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTTouchHandler.h [ReactNative] Send batched calls from objc to js every frame + add bridge profiling 2015-04-17 04:01:02 -08:00
RCTTouchHandler.m [ReactNative] Send batched calls from objc to js every frame + add bridge profiling 2015-04-17 04:01:02 -08:00
RCTUtils.h Added RCT_DEBUG 2015-04-21 05:24:10 -08:00
RCTUtils.m Added non-class-scanning-based approach fror registering js methods 2015-04-08 05:45:20 -08:00