Tructivity

Results 11 comments of Tructivity

Hey @HuiSF I've seen that you recently worked on someone's problem that involves AWS authentication with React Native and I would like you to help me please if you can....

@cwomack Here’s an example of how `Amplify.configure()` should look like in your React Native application: ```javascript import Amplify from 'aws-amplify'; import awsconfig from './src/aws-exports'; try { Amplify.configure(awsconfig); console.log("Amplify configured successfully.");...

Hey @HuiSF I'm so lucky I've found someone like you, the problem has been resolved. My developer told me that he just learned it on JavaScript instead of Typescript. Is...

Hey @cwomack so now I'm moving to the CRUD operation so the first thing I should do it this "[Set up Amplify GraphQL API](https://docs.amplify.aws/gen1/react-native/build-a-backend/graphqlapi/set-up-graphql-api/)" then move to this "[Create, update,...

Hey @HuiSF can u please answer the above questions? I've been waiting the whole day and the project's deadline is close!

Hey @chrisbonifacio can u please answer my question above? I'm waiting but no one is answering me! I've seen you worked on graphql issue few days ago so I tagged...

Hey @cwomack I'm waiting for ur answer, can u please help?

Hey @cwomack my question was clear above, I wanted to implement offline first app so what are the resources I should follow?

@cwomack Let me explain my situation, I have a web app developed using Dynamodb and GraphQL (AppSync) so I want to connect it to my React Native app. So first...

@cwomack thanks for the reply, but I've found the solution for this. I will first implement datastore for offline use, then do [Syncing data to cloud](https://docs.amplify.aws/gen1/react-native/build-a-backend/more-features/datastore/sync-to-cloud/) which will do the...