Redseb/phasmophobia-companion

Migrate from react-native-snap-carousel to react-native-pager

Redseb opened this issue · 8 comments

(react-native-pager)[https://github.com/ajsmth/react-native-pager] whilst less mature of a library than snap carousel has much better performance results. With an average of 87fps on the realme6, and a better swiping experience (allows for swiping more than one card at a time).

Check that a scrollTo counterpart exists

Can I take this issue @Redseb

Sure thing, that would be awesome. Let me know how it goes 👍🤞

Thanks for the help @dibakar95

@Redseb I am working on it. Please give me some time till this weekend.

@dibakar95 That's fine, thank you for the progress update!

@Redseb The app always gets stuck in splashScreen in Android after a fresh install. I am facing this since I forked and Cloned the proejct. Any help would be appreciated.

Hi, let me try to clone a fresh copy and see what the issue could be

@dibakar95 I'm not having the same issues after a fresh clone. I once had to exit the app and open it again when the splash screen stayed for too long. Have you run both yarn and npm install? (Unfortunately, the project mixes both yarn and npm). I will add install instructions to the README

Hi @dibakar95 have you managed to resolve the issue?