devsales

Results 8 comments of devsales

I just tried out some animations with Reanimated and apparently importing `import Animated, { SlideInRight } from 'react-native-reanimated'` also causes the app to crash when reloading the Metro server. Since...

@liunian-zy yes, I'm using realm. Thanks for the suggestion. I tried installing the rc version - 11.0.0-rc.2, but sadly it didn't help. The app crashes even on the initial start...

> > add `adjustToContentHeight` props with `true` value and set height using `childrenStyle` props > > hacky but working and fixed height is preserved. > > for example replace >...

I'm having a performance issue with the Calendar & CalendarList components. It takes a long time to render and re-render (see video below). I haven't tested it on a real...

I'm using expo and tried to downgrade the expo SDK to v. 46 in order to use RN 0.69. I didn't notice any difference...

@danibonilha no, I haven't tried `NewCalendarList`. However I did test `CalendarList` on a real iOS device (iPhone 12) and the performance was better. It's not perfect but it was usable....

Is there a way to reuse a token across multiple collections? I have many collections but they use the same OAuth provider. So now I have to get a token...