Ben Marden
Ben Marden
@Norfeldt I fixed the `now()` TypeErrors by changing `node_modules/react-native-reanimated/lib/reanimated2/js-reanimated/JSReanimated.js` line 14. Inside the constructor within the `if (isJest())` statement before ```javascript this.timeProvider = { now: () => global.ReanimatedDataMock.now() }; ```...
Just ran into this myself. I'd really like to add a pipeline stage that runs a simple type check on our repo, but this is blocking that from happening. Is...
I'm still getting an error in the latest pre release version seemingly because it can't find `pnpm`. I'm using asdf which is probably the root of the problem, but I'm...
Hmm, unfortunately I still get an error. Looks like it still can't find `pnpm`. When I run `pnpm i --prod` in `~/.kit` it installs successfully. I used corepack to install...
Commenting just to keep this issue open. Would love to see this feature implemented. Thanks for all the great work folke!