huzhanbo1996

Results 13 comments of huzhanbo1996

This PR addresses issues #39100 #43647. @cortinico PTAL

@Sunbreak @NickGerleman @cortinico PTAL

Hi @NickGerleman, some facebook internal Lint/Check failed. Could you give me some guide to fix them?

Hi, @javache As in #44051, you suggests that a fix from Java to C++. But I found out that same as fix on iOS #41955, we can treat reject on...

> Looks good overall, just a few nits Thanks for the advice. Changes updated, PTAL again

react-native link with `dependency.assets` has been removed after RN >= 0.69, so if anyone still wants to keep using new RN, u should use `react-native-asset` instead: [guide](https://stackoverflow.com/questions/41825276/how-to-add-custom-font-in-react-native-android) 1. yarn add...

> @javache has imported this pull request. If you are a Meta employee, you can view this diff [on Phabricator](https://www.internalfb.com/diff/D57205131). Hi @javache, is the CI check OK?

@alvinlalbit @madox2 Could you please try the fix above? Tough per Apple spec, this fix won't work on old iOS version.

> > @alvinlalbit the reproducer you linked is incomplete, it doesn't have your changes on it. > > Hi @blakef , I created the reproducer repo, and my teammate made...

Hi @shamilovtim, I'm looking into this. Blob on RN is String based and does not provide any stream/binary API. Could you describe your usage/need? So we can find out what...