Navipro70

Results 32 comments of Navipro70

One more there, react native 0.69.1, latest version of image kit. Reproducible on simulator and on physical device No expo, IOS 15.4

In my case `enableResetScrollToCoords={false}` solved issue, but appeared new bug: when keyboard dismiss, it left an indent from the bottom equal to Keyboard height. `resetScrollToCoords={{y: 1000}}` (`y` can be any...

Add empty array and reload app from xcode ``` const permissions = { permissions: { read: [AppleHealthKit.Constants.Permissions.MindfulSession], write: [], }, } as HealthKitPermissions; ```

Maybe pass sharedElements to Detail screen with configuration for navigation forward and back

Maybe if someone wanna find a temporary solution, I suggest save deep store/properties as as example: Store, that will be nested in another store ```ts RemindersStore.model('RemindersStore', { allowed: true, date:...

Please, @jasonsaayman help with this, because IOS and Android doesn't pass content-type and it's a real problem

Something interesting I meet when trying fix this problem. I have very loaded screen with carousel of video components and custom interface. When I snap from 1 video to 10+,...

enableMomentum fix this issue (RNSC 3.6v.)

@acopetkovic Just use `onSnapToItem` prop to get active index, and compare if card is active (`index === activeIndex`) - show buttons, if is not active - hide.