Skip to content

Commit 6a48349

Browse files
byronlukfacebook-github-bot
authored andcommitted
added utfsequence to react-native exports (#20955)
Summary: Fixes #20935 Added UTFSequence module to React-Native exports. Put it under // APIs but I'm not certain if it belongs there. Pull Request resolved: #20955 Differential Revision: D13396903 Pulled By: cpojer fbshipit-source-id: 29cb2ee1431132bd7ca4973fecb0025cd6303a14
1 parent ddc3471 commit 6a48349

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Libraries/react-native/react-native-implementation.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,9 @@ module.exports = {
282282
get unstable_batchedUpdates() {
283283
return require('ReactNative').unstable_batchedUpdates;
284284
},
285+
get UTFSequence() {
286+
return require('UTFSequence');
287+
},
285288
get Vibration() {
286289
return require('Vibration');
287290
},

0 commit comments

Comments
 (0)