mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
[react-native] Add React.addons.createFragment
This commit is contained in:
1
Libraries/react-native/react-native.js
vendored
1
Libraries/react-native/react-native.js
vendored
@@ -69,6 +69,7 @@ var ReactNative = Object.assign(Object.create(require('React')), {
|
||||
TestUtils: undefined,
|
||||
batchedUpdates: require('ReactUpdates').batchedUpdates,
|
||||
cloneWithProps: require('cloneWithProps'),
|
||||
createFragment: require('ReactFragment').create,
|
||||
update: require('update'),
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user