AmplifyReactNativeTypes
AmplifyReactNativeTypes copied to clipboard
Add this to DefinitelyTyped
Have you thought about adding these to https://github.com/DefinitelyTyped/DefinitelyTyped? so we can do
yarn add -D @types/aws-amplify-react-native
At the time I created this, AWS Amplify was doing a complete rewrite of the UI components. So I created this as a temporary, "good-enough" solution while that rewrite was going on. There's a lot of fields with any
types, etc.
When they finished, it turned out that AWS Amplify only rewrote the UI for React, Angular, Vue, and Web Components, but left React Native largely unchanged. At this point, the React Native UI is one of the few remaining untyped parts of AWS Amplify. But that could change at any point, so I feel comfortable with letting them take the lead, and just leaving this repository up for anyone who could find it useful until then.