#✅ - I can use amplify datastorage as a asyncstorage inreact native right ?
1 messages · Page 1 of 1 (latest)
Hi @clever escarp. If you're using React Native I'd strongly suggest using our RN library to access DataStore! The docs are available here: https://docs.amplify.aws/lib/datastore/getting-started/q/platform/react-native/.
Ok thanks for the response will check that
✅ - I can use amplify datastorage as a asyncstorage inreact native right ?
Marked as solved.
Error saving post [TypeError: Cannot read property 'prototype' of undefined]
I am facing this error
here is schema
type UserInfo @model{
id: ID!
title: String!
status: PostStatus!
rating: Int
content: String
}
I followed the docs but didn't get the soln for this @agile siren
@clever escarp can you please post a new thread tagged with react-native - that will get the visibility of the right folks to help.
Issue resolved
I think we need to rebuild the apk
I'm not sure on this but after rebuilding it's working
👍 awesome, glad to hear it and thanks for the update