Ricardo Ribas
Ricardo Ribas
The @types/react-native-dotenv is not enough to make it work. As @alexbrazier stated, a declaration file is also needed.
Any progress? I wonder if there is any workaround while we wait for the problem to be solved?
This solution seems to be valid for a non-monorepo project. If you are working with monorepo, the **node_modules** of the packages will have the same issue.
Thanks a lot @clr182. As this is my very first PR to a library, let me if there is anything I could do to improve.
@clr182 do you have any update on this?
@fernlop sorry for the late response. Not sure if is still a problem for you, but in the [codebase](https://github.com/aws-amplify/amplify-category-api/blob/main/packages/amplify-graphql-api-construct/src/amplify-graphql-api.ts#L201C1-L202C1) you have this reference. In your project you just need to...
Just to add a bit more information about this issue, apparently the REST API reference contains more properties that are not included in the nodejs library, such as `email_from_name`, `email_reply_to_address`...