Shaun Saker

Results 9 comments of Shaun Saker

I ran into the original issue using `react-native:0.64.1`, `jest:27.5.1` and `ts-jest:27.1.4`. Based on a combination of the answers above, I fixed the issue and trimmed my `jest.config.js` down to the...

FYI I just tried this on my Mac M1 using the [installation steps](https://github.com/scherroman/mugen#installation) and it's working 👍

@ggregoire Typesafe equivalent is to use `leaveAnimation='none'`.

Thanks @SpencerKaiser, worked for me 👍 FYI for anyone reading this, I'm on the free plan and was able to integrate with my Github repo.

Also seemed to have issues with `useAuthUser` in production. I'm currently using a simple hook with unsubscribe functionality. Seems to be working nicely 🙂 ``` import { User } from...

This repo does a great job of writing services for firebase services: https://github.com/n6g7/redux-saga-firebase/tree/master/src

Holding off on this until they release V2.