ebulku

Results 13 comments of ebulku

The easiest way is to change the version of react-native-progress with the PR# fixing this issue in package.json file and run `npm update` `"react-native-progress": "oblador/react-native-progress#pull/258/head"`

The easiest way is to change the version of react-native-progress with the PR# fixing this issue in package.json file and run `npm update` `"react-native-progress": "oblador/react-native-progress#pull/258/head"`

Change line 187 `Exit` to `Exit`

Hi @RabiCodie, did you fix that? I am facing the similar problem.

Try to add this in your main `_layout` file. I am using this in all my new projects with expo 49: ``` import { NativeWindStyleSheet } from "nativewind"; NativeWindStyleSheet.setOutput({ default:...

You can add this in your styles.css ```css [data-wenk]:after { font-family: 'Rubik'; /* Set your font family */ } ```

> I ran into the same issue, so I created my own version of this library that works with React 19 and improves various aspects of usage. You can check...