Skip to content

Commit

Permalink
RN: Expose unstable_batchedUpdates on react-native
Browse files Browse the repository at this point in the history
Reviewed By: spicyj

Differential Revision: D5284484

fbshipit-source-id: bdc0a1c3babfa1a5c3343f084bdd5d4ff4f2d46a
  • Loading branch information
yungsters authored and grabbou committed Jul 7, 2017
1 parent b5674f2 commit 12f945f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/react-native/react-native-implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ const ReactNative = {
get TimePickerAndroid() { return require('TimePickerAndroid'); },
get TVEventHandler() { return require('TVEventHandler'); },
get UIManager() { return require('UIManager'); },
get unstable_batchedUpdates() { return require('ReactNative').unstable_batchedUpdates; },
get Vibration() { return require('Vibration'); },
get VibrationIOS() { return require('VibrationIOS'); },

Expand Down

0 comments on commit 12f945f

Please sign in to comment.