react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

Remove unicode conversion functions from def files.

Open hansenyy opened this issue 6 years ago • 0 comments

Currently, both react-native-win32.dll and react.uwp.dll export Unicode conversion functions. This is due to older versions of react native's relying on non-standard Unicode conversions. The non-standard behavior has been removed, and we should remove those functions from the dll exports.

hansenyy avatar Oct 10 '19 23:10 hansenyy