-
I have a React component (using the MUIv5 styling framework) that works prior to my attempt to incorporate ReactImageUploading.
I have wrapped the (functional) component in `ReactImageUploading` as…
-
# Check List
- [x] Que es React
- [x] Como funciona? Demo en template
- [x] Time to Code
## Que es React?
- [x] Llibrería JS, JSX, historia (facebook), Componentes Clases, ES6. Componentes …
-
### Current behavior
Given a basic app generated via 'Create React App' with React-Navigation integrated does not support Linkage on Web. When running locally links do not work properly on page loa…
-
I get this error:
```
server.jsx : updateState for /podcast
using cache for contributors
get_podcasts_from_cache
server.jsx : updateState for /careers/city/chicago
using cache for contributors
No ima…
-
Not sure if it's a next or nextra thing, but when I do `bun run build`, the built content doesn't contain the new content.
I have to remove `.next` folder before it picks up the new content.
Bel…
-
### Current behaviour
I am trying to tap on a button that is rendered inside a portal. I am using [@gorhom/portal](https://github.com/gorhom/react-native-portal) portal implementation. I can see th…
-
Hello everyone,
i have installed the last version of react native debugger, the connection work correctely but when i want dive in the tree of component for verify the props, my application …
-
### Which OS ?
MAC OS
### Version
Which versions are you using:
^1.6.0-nightly.3
- react-native-swiper v?
- react-native v0.59.5
Hello Guys,
I am using Swiper like this:
```
renderThumb…
-
usage code:
```
import svgxhr from 'webpack-svgstore-plugin/src/helpers/svgxhr';
import React, { PropTypes } from 'react';
const __svg__ = {
path: './svg/**/*.svg',
name: '/images/svg/[hash].ico…
-
Hello, I have an image gallery component where users can swipe through images built with [react-native-tab-view](https://github.com/react-native-community/react-native-tab-view) inside a [react-native…