2015-02-07 updates

- Fixes reference to ReactPackager middleware | Tyler Smalley
- [ReactKit] Fix bug where <Text /> did not refresh (in RCTText) | Alex Akers
- Removed duplication in react-native.js | Nick Lockwood
- [ReactNative] Patch up ReactPerf to work again | Ben Alpert
This commit is contained in:
Christopher Chedeau
2015-02-07 11:22:53 -08:00
parent 9674c99a33
commit 462c7ed8ef
5 changed files with 36 additions and 48 deletions

View File

@@ -67,7 +67,7 @@ function openStackFrameInEditor(req, res, next) {
}
function getAppMiddleware(options) {
return ReactPackager.catalystMiddleware({
return ReactPackager.middleware({
dev: true,
projectRoot: options.projectRoot,
blacklistRE: blacklist(false),