Moti Zilberman

Results 73 comments of Moti Zilberman

The `test_js` failure here looks like mostly snapshot changes (due to benign changes in the formatting of Babel's output) plus some issue I don't immediately understand with resolving `@babel/preset-flow` in...

@ryanlntn > What do you think about something like `Platform.is('ios')` that just wraps the `Platform.OS` condition? My main question here is "why?" What does this achieve from a user's perspective...

I'd like to claim this issue please 😃 Will start working on it later this week.

Hi @Stupidism! Thanks for trying out the tool and reporting these issues. Can you please elaborate on the specific issue you're seeing with that repo? Which file and which linting...

I would strongly recommend against using a side-effectful Metro transformer (it breaks pretty fundamental assumptions in Metro re: caching), and I'd ask that we don't recommend such an approach officially....

I believe this is fixable with a tweak to `react-native`'s `InitializeCore` module. There are side-effects in `AppRegistry` that never run if an error gets thrown very early in user code...

@blakef Should we just remove RAM bundles from the page in this PR? Or is there a plan to keep some "how to RAM bundle" docs around as part of...

Hmm, one reason not to remove all mention of RAM bundles is that it would break existing links from the Metro docs. https://metrobundler.dev/docs/configuration#gettransformoptions ![image](https://github.com/facebook/react-native-website/assets/2246565/51ded1b7-cdc2-4b8d-8eb2-61e52fb725d1)

cc @robhogan for awareness of the RAM bundles discussion and implications on Metro's docs

Discussed with @blakef further online. Assuming the RAM bundle feature isn't going away in 0.74, it makes sense to land this PR *with* RAM bundle docs and then follow up...