-
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…
-
- [X] Review the documentation: https://github.com/oblador/react-native-vector-icons
- [X] Search for existing issues (including closed issues): https://github.com/oblador/react-native-vector-icons/i…
-
### Description
Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: library "libreanimated.so" not found, js engine: hermes [Component Stack]
ERROR Warning: TypeError:…
-
### Describe the bug
I'm migrating from **_repack_** to _**repack with rspack.**_
Here is the babel-load rule when using with webpack.
```
{
test: /\.[cm]?[jt]sx?$/,
include: [
…
-
Hi, I have created new React Native project, but @expo/vector-icons folder not available
and I cant use icons with this command ;
import { Ionicons } from '@expo/vector-icons';
tried a lot of…
-
### `package.json` file
```json
{
"name": "projectbread",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-p…
-
### Description
I had 2 issues
Build got crashed after the splash screen in testflight (Release version)
"react-native": "^0.75.1"
Xcode Version 16.0
Mac os version 15.1
After upgrade buil…
-
#PACKAGE.JSON
{
"name": "Blind-Helper",
"version": "3.7.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",…
-
请按以下格式提供问题的相关信息。
## 问题的具体描述
一开始 yarn react-native run-android 后 Build Successsful
后来改了下package.json , 运行 npm i 后, 再运行 yarn react-native run-android , 结果就卡在这里不动了
## 请描述完整的环境/版本信息
pac…
-
### Minimal reproducible example
Render any react-native-vector-icons on Expo 50 web
### Summary
After upgrading to Expo 50, our react-native-vector-icons on our web build stopped rendering - both …