Evan Bacon

Results 113 issues of Evan Bacon

The JS engines that we use with React Native do not support import/export syntax so we essentially offload the changes in this PR to be performed locally on every user's...

added nativewind to the demo for native.

# Why - feedback from App.js workshops with @gabimoncha where his bash profile had a legacy setting to disable experimental fetch, this caused expo start to fail cryptically in Expo...

bot: suggestions
bot: fingerprint compatible

# Why In SDK 52 and greater, we should try to enable `experimentalImportSupport` by default. This feature converts import/export syntax to use Metro runtime equivalents in a secondary Babel pass....

bot: suggestions
bot: fingerprint changed

- Metro has a [single string value](https://github.com/facebook/metro/blob/6e716997fa22b65b0c78931fc6eb648fb9b2f5a1/packages/metro-config/src/defaults/index.js#L94) that it uses for registering assets, and this value isn't multi-platform. - When an asset is found by Metro, this value is used...

bug: react-native

I'm adding React Server Components support to Expo Router, and need basic support added to React Native Web. This PR contains a cleaned up version of the patches I've been...

## Summary - The source maps for Expo CLI are off by 1, but only in development. The cause is that source maps are generated differently between the server endpoint...

CLA Signed
Shared with Meta

## Description Add basic support for React Server Components support. Related PRs for more context: - https://github.com/necolas/react-native-web/pull/2678 - https://github.com/th3rdwave/react-native-safe-area-context/pull/502 - https://github.com/software-mansion/react-native-svg/pull/2287 ## Changes - Added basic React Server Component support...

# Why - react-native and react-native-safe-area-context both have "use client" annotations. - use shared server module. # How - Blocked on https://github.com/necolas/react-native-web/pull/2680 # Test Plan # Checklist - [ ]...

bot: suggestions
bot: fingerprint compatible