Mihai Blaga
Mihai Blaga
Auth is and was working. Tested model but it isn't. Saw somewhere that they are baked in CF, so in theory it should not be a problem to add them...
Nope. Been using Auth with your module for about a month now, tested it, working fine. That's why I opened the issue, because Auth was working and model and searchable...
@bboure yes it does. I'm using it successfully in production for quite some time now. After my queries and mutations I just add `@aws_auth(cognito_groups: ["admins"])` for example and it just...
@bboure saw them, but it's easy to make mistakes, like forget a type or something. I've forked this package https://oss.prisma.io/content/graphql-import/overview and modified it to support the AppSync's custom scalars and...
this code is only used in development mode. It provides hot module reload for easy development. If you export your app in production mode it won't have this
by the looks of it versionName is either `version` from `renative.json` or `package.json` version. Can you try changing that and see if it works? the one from `renative.json` takes precedence...
@bgity But what `rnv` version are you using?
When running a ReNative project I receive an error: 'Cannot find module 'react-native/package.json''
@KarlOstMod I can't seem to be able to replicate this issue on osx. You're getting this while creating the project, not while trying to actually run it, correct? I'll roll...
When running a ReNative project I receive an error: 'Cannot find module 'react-native/package.json''
@KarlOstMod oh, ok. I was now able to replicate the issue. You can create a project normally (with all the platforms) and then instead of `rnv run` do `rnv run...
@RicardasSimcikas For tizen you first need to enable `Dev mode` on TV then set your PC's IP in "Host PC IP", as specified here (https://developer.samsung.com/tv/develop/getting-started/using-sdk/tv-device), section 1. But we will...