NxRoot

Results 7 comments of NxRoot

Ive found a workaround for this bug, works only depending on the implementation, this was happening when i applied filters to a list and it re-renders. My workaround to have...

Create a class for your item 1. Define your `max-width` and `min-width` ``` .carouselItem{ max-width: 230px; min-width: 230px; } ``` Add 2 props to Carousel 1. Use `itemClass` to use...

Same problem here when trying to setup permissions for microphone, it just crashes after packaging. - Using a fresh install from the [official documentation](https://www.electronforge.io/templates/typescript-+-webpack-template) - Using the default [osxSign](https://www.electronforge.io/guides/code-signing/code-signing-macos#customizing-entitlements) configuration....

Perhaps anyone can help me out with this, im trying to use the microphone input. But it seems that the `.app` executable itself doesnt have the same behaviour as the...

You need to use a reference and call the `clear` or the `rewind` function. ```jsx import { useRef } from 'react'; import { StyleSheet, View, TouchableOpacity, Text } from 'react-native';...

Right click `.uproject` file inside the project folder --> Switch Engine Version --> Select 5.2/5.3. Then open the project. That doesn't work?