-
### Summary
@keith-kurak we talked a little about doing something about this.
RN CLI supports detecting additional out of tree platforms and automatically adding them to the metro config. The 2…
-
**Do you want to request a *feature* or report a *bug*?**
Feature
**What is the current behavior?**
Environment variables set outside of metro server are not available in the initial bundle of th…
-
How do I enable JSX syntax for .js extension.
I'm trying react-native-paper but getting compilation error. Is there an official doc on how to do this via vite config or some other settings?
```b…
-
**Do you want to request a *feature* or report a *bug*?**
Feature
**What is the current behavior?**
No plugin support
**What is the expected behavior?**
Add a `plugins` option which can b…
-
**Do you want to request a *feature* or report a *bug*?**
Report a bug
**What is the current behavior?**
I am upgrading from RN 0.70.7 to RN 0.73.9. I followed the [React Native Upgrade Helpe…
-
### Minimal reproducible example
https://github.com/expo/expo/issues/28545
### What platform(s) does this occur on?
Android, iOS
### Where did you reproduce the issue?
in a development build, in …
-
Facing below error when i tried to implement it, Can anyone help us to sort it out?
error: RangeError: Maximum call stack size exceeded
at RegExp.exec ()
at tokenize (/Users/comp/work/m…
-
```
metro build index.js --platform ios --dev true --out output.js --bundle-output ios/main.jsbundle -c
metro.config.js --reset-cache
…
-
**Describe the bug**
When starting up metro after migrating to Expo 51, carousel fails during initialization.
**Screenshots**
```
Metro error: Cannot access 'computedOffsetXValueWithAutoFi…
-
### Current Behavior
Unable to use lazy-loading React feature with react-native
This line will cause error
```tsx
const SharedLayoutLazy = React.lazy(() => import('@happynrwl/shared-ui-layout'))…