Redseb / phasmophobia-companion

An unofficial companion app to the amazing horror game by Kinetic Games, Phasmophobia.
16 stars 8 forks source link

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

Open Redseb opened 3 years ago

Redseb commented 3 years ago

(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

dibakar95 commented 3 years ago

Can I take this issue @Redseb

Redseb commented 3 years ago

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

Thanks for the help @dibakar95

dibakar95 commented 3 years ago

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

Redseb commented 3 years ago

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

dibakar95 commented 3 years ago

@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.

Redseb commented 3 years ago

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

Redseb commented 3 years ago

@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

Redseb commented 3 years ago

Hi @dibakar95 have you managed to resolve the issue?