-
### What happened?
The interstitial format for iphone 16, 16 pro and 16 pro max cannot be pressed, so the user can't dismiss the Ad unit.
### Platforms
Only on iOS
### React Native Info
ā¦
-
v13 dropped a month ago
```
npm i react-native-qrcode-svg
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: royaltee@0.0.1
npm ERR!ā¦
-
The React components have specific ways to handle color that don't align with the published svg package. As we consider multi-color support, one way or another, we should align and consider having theā¦
-
Hi!
First off, thanks for a great plugin!
When I added it to our React/TypeScript project I got errors on our imports of svg files. The error was this:
```
Module parse failed: C:\path\node_moduā¦
-
Issue
Describe your issue here
Hello everyone i have problem with firebase analytics tracking for Android.My application is React Native.On Android i dont receive in_app_purchase event.
Javascrā¦
-
**Describe the bug**
After installing dooboo ui by running `npm install dooboo-ui` I had to manually install the `@emotion/native` and `react-native-svg` packages. When trying to use the Accordion anā¦
-
### Link to the code that reproduces this issue
https://github.com/theblondealex/scss-reproduction
### To Reproduce
1. Clone the repo
2. Install dependencies
3. Run the dev server
4. Open the brā¦
-
After adding the 7th item to pie chart, the order of the items is disturbed. Before adding the 7th item all items are shown in ascending order.
react: 16.13.1
react-device-detect: 1.14.0
react-doā¦
-
### Package
@carbon/react
### Browser
_No response_
### Operating System
_No response_
### Package version
1.61.0
### React version
_No response_
### Automated testing tool and ruleset
Manuā¦
-
```
build: {
sourcemap: true,
rollupOptions: {
output: {
manualChunks(id) {
if (id.includes('node_modules')) {
return id
ā¦