Ralisson Mattias
Ralisson Mattias
Same problem here, is there any old version that useFont worked? I'm testing the library for the first time
> > Same problem here, is there any old version that useFont worked? I'm testing the library for the first time > > Don’t think so. For the time being...
> > > > Same problem here, is there any old version that useFont worked? I'm testing the library for the first time > > > > > > >...
Same problem here in RN 0.69.4
It also happens here on windows
I'm getting this on RN 0.71, any solution?
Yeah, I was looking at the recent changes and found a refactor. After reversing the changes, it works fine. Version: `^5.0.0-alpha.9` Ref: [The PR](https://github.com/gorhom/react-native-bottom-sheet/commit/1a8928f51cd2b032a2d2d4252e2edcd76f9e32a6) ```patch diff --git a/node_modules/@gorhom/bottom-sheet/src/hooks/useScrollable.ts b/node_modules/@gorhom/bottom-sheet/src/hooks/useScrollable.ts index...
I have a similar problem without expo and newArch. The problem occurs when the application is reloading ``` react-native: 0.73.2 react-native-reanimated: ^3.6.1 ``` 
@jankosecki Did you find any quick solution for this?
I had the same problem, but this resolved it for me: 1. Open Android Studio 2. Open your app android folder 3. Click on `File > Invalidate Caches` 4. Select...