Larry Bekchyan

Results 4 comments of Larry Bekchyan

@softmarshmallow I had an issue before. Just simply remove in package.json `typescript-eslint` as serverless-bundle is providing it which conflicting with its BaseConfig.

@davidteejay good point I hope someone can take care of its. Have you found a way to integrate PayStack in expo?

@davidteejay ExpoKit is already depreciated, yet bare workflow is the way of yours, will keep posted if I find an alternative way.

Exists implementation has a problem when you use transactions. ``` ctx.prisma.$transaction(prisma => { const { id } = await prisma.user.create({}); const result = await prisma.user.exists({ id }); console.log(result); }); ```...