Edwin Chan

Results 5 comments of Edwin Chan

In case this helps anyone... I was using [this](https://github.com/antoniocarlon/MapUtils) code, and also ran into the above message (NewFromStream returned null). That was using a file downloaded from OpenMapTile as well....

Thanks @braandl, really appreciate the help! It looks promising debugging in the simulator, but only seems to work on the second try because the first time it wakes up it's...

> Hi @rantwijk ! > It appears that typings for [@react-native-community/async-storage](https://github.com/react-native-community/async-storage/blob/LEGACY/types/index.d.ts#L54) and [react-native](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-native/index.d.ts#L6841) are different 😔 > We will get back to you as soon as we will fix it....

In our case the types (eg. `@types/react`, `@types/react-dom`) got updated to v18 by accident, when react-native was `0.64.3` which includes React v17. Switched to the below, no more JSX component...

Thanks for linking to the ProGuard issue! I knew my issue was ProGuard related, and searching for `RNTrimmerManager.getVideoInfo` led me here, whereas the other issue didn't show up at all.