-
Currently, to custom avatar/name in a channel with multi-users. I have to write custom components (MessageAvatar and MessageFooter) for them.
Common case to see is: I have a group chat with employe…
-
Is this the right way to import the component?
`import { NativePressableScale } from 'react-native-pressable-scale'`
Getting the error:
```
error: Error: While trying to resolve module `react…
-
There is a package ([react-native-web](https://github.com/necolas/react-native-web)), to display react native components to a browser.
This would be a great feature
-
This if the first problem encountered when using anything in the react-native npm directly:
> ERROR in ../node_modules/react-native/index.js 12:7
Module parse failed: Unexpected token (12:7)
File…
-
Hi,
I am building a custom component on top of ContentComponent. I have mostly done, but got stuck on updating the schema.
My code follows below:
```
import ImageComponentDisplay from './ImageCo…
-
`react-native` version - "0.74.1",
`react-native-pdf` version - "^6.7.5"
"react-native-blob-util" version - "^0.19.8",
I'm using EXPO and I'm trying to use 'react-native-pdf' package to open pdf…
-
### What happened?
I have configured jitsi react native sdk for android and ios both. the issue which i am facing at mobile app are given below.
Issue:
One user is joined from web as a moderator an…
-
# What & Why
It would be nice to render Laminar components into platform-native UI widgets on iOS and Android platforms, similar to what you can do with [React Native](https://reactnative.dev/). Na…
raquo updated
9 months ago
-
### Describe the problem
Various ways of how to iterate/get all children of a Svelte component have been discussed in #5381 or #4455. However, there does not seem to be a way to determine the current…
-
## Description
`paths` option in `tsconfig.json` doesn't work.
I defined these paths:
```json
"paths": {
"@components/*": ["components/*"],
"@general/*": ["general/*"]
}
```
And tried…