react-native/React
Martin Kralik 8f07b01ac8 move `RCTBatchedBridge` interface to a private header
Summary:Interface to `RCTBatchedBridge` was being declared in two different implementation files. This is suboptimal, since it makes it hard to mock that class in a test.
So I've merged and moved these two definitions in `RCTBridge+Private.h`, so it's still obvious it's a private class, but can be included if you really need it.

Reviewed By: javache

Differential Revision: D3126135

fb-gh-sync-id: 173e4c5c2925be387b92deb7f99952ca7bf28588
fbshipit-source-id: 173e4c5c2925be387b92deb7f99952ca7bf28588
2016-04-01 06:54:49 -07:00
..
Base move `RCTBatchedBridge` interface to a private header 2016-04-01 06:54:49 -07:00
Executors Stop the runloop from invalidate instead of dealloc 2016-03-30 08:12:18 -07:00
Layout Backed out changeset 14a8c290bb874ab3e954b45f6fb29d71d019adc2. 2016-03-16 08:53:25 -07:00
Modules RN: Packager URL defaults to port 8081 if no port in bundleURL 2016-03-30 12:38:19 -07:00
Profiler Revert FBReactKit: use indirect jumps to external functions 2016-03-30 16:40:23 -07:00
React.xcodeproj Fix OSS project configuration 2016-03-30 03:12:27 -07:00
Views Fix arc focus build 2016-03-22 10:58:29 -07:00