-
代码中
.vue文件
```
@Component({})
class MyA extends Vue {
....
}
```
.tsx文件
```
@Component
export default class MyB extends Vue {
}
```
以上两种文件会报错:
```
v16.13.0\node_modules\@ifre…
-
### Description
After upgrading to the latest React Native + react-native-reanimated, running the app in development gives a very unhelpful `invalid expression` error without specifying what the ex…
-
Takeover from https://github.com/hola-soy-milk/upleveled-react-native-expo/issues/14
Many students struggle to dynamically display images in React Native, and often attempt to use `require` along w…
-
### Describe the bug
When I try to make a bundle for production (with minify enabled), and I include any imports to StoryBook, I get this error:
```
error node_modules/@storybook/preview-ap…
-
### Do you understand that any discussions or questions opened as issues in the core Expo repository will be closed?
Yes
-
### Description
React Native: 0.74.1
react-native-reanimated: 3.12.1
Gradle: 8.6
JDK: 17.0.3.1
Running: react-native bundle --platform android
Fails with:
error node_modules/react-native-…
-
Hey, again! @regexhq/owners
### ref #2 for outsiders
We should discuss the strategy, cuz lot questions popups in my mind.
## Adoption, share, discovery
- That inviting everyone to the org which have…
-
error index.js: Cannot read properties of undefined (reading 'match').
TypeError: Cannot read properties of undefined (reading 'match')
at countLines (C:\Lavoro\GitHub\ePublic\AppNuova\LaMiaCitt…
-
I have a React Native app (
-
Many students struggle to dynamically display images in React Native, and often attempt to use `require` along with `props` to dynamically source images. However, this is incompatible with dynamic pat…