Flix

Results 14 comments of Flix

will you add this feature @smeijer ?

it's about the `onPress` it self, you can see in my video at 8th second i've spam button but the `onPress` not trigger even the opacity has already show up

Did you mean by adding `message |` before the function? I've tried it too though but the color still doesn't turn into green On Fri, 16 Feb 2024, 01:05 Ranga...

[Article suggest](https://www.reactnative.guide/12-svg-icons-using-react-native-vector-icons/12.1-creating-custom-iconset.html)

sorry to ping @johnf, but is there any ETA when this feature release?

hi @atlj I forgot how do i fix the issue, as I remember, I need to run a command `Developer: Reload Window` from my vscode. I just tried to replicate...

I managed to fix it using this step 1. run `yarn add -D eslint-plugin-prettier` 2. edit `.eslintrc.js` file to: ```diff module.exports = { root: true, - extends: '@react-native', + extends:...

@Linuhusainnk I'm not asking how to use it, I'm asking why `fontWeight` is not apply when using custom font? the font itself support all `fontWeight` from 100-900

@fabriziobertoglio1987 yes, the issue still persist. i don't really understand why we need `react-native-improved` to fix this issue, is it not possible to fix into `react-native` core, so you need...