Blake Friedman

Results 13 comments of Blake Friedman

Thanks @cortinico and @thymikee. @thymikee sure, I guess we can guarantee that **template** `0.75.` works with **react-native** `0.75.`. If folks want to step outside of that, then they're going to...

Hi @Biki-das, thanks for the PR. We'll get back to you on this when we're in a position to give useful feedback (so no need to ping). I'm gathering more...

> Trying to get my head around the logic of installing pods under various conditions. Is this a temporary step? Because it moves some of the logic to the core,...

The RFC has been incredibly valuable for driving a lot of discussion between Meta, Callstack and Expo that wouldn’t have occurred without this work. We were fortunate to attend App.js...

@henrymoulton thank you that's interesting. Do you have control groups on that release (0.69/0.71 being the only change)? Do you think changes (like [this one](https://github.com/oblador/react-native-performance/commit/6ed5a2b966c176f88bcfd0589e17826887137241) could skew the comparison. Just...

This looks similar to this reported issue: https://github.com/facebook/react-native/issues/38140#issuecomment-1614755738, can you read that thread if that's useful to unblock yourself.

> > This looks similar to this reported issue: [#38140 (comment)](https://github.com/facebook/react-native/issues/38140#issuecomment-1614755738), can you read that thread if that's useful to unblock yourself. > > I've read that threat but that...

Just to add a bit more colour to this, it looks like direct debugging [doesn't support sourcemap urls](https://bugs.webkit.org/show_bug.cgi?id=145150). I wonder how difficult it would be to add support for the...

Looking at your code, this doesn't look like a react-native issue (all the warning pasted are a red herring). From a quick look of your code, you're using `ws` instead...

I couldn't reproduce this locally with the steps you've provided: > npx react-native@latest init RN0720RC0 --version 0.72.0-rc.0 > cd RN0720RC0 && npx react-native run-ios