-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing AWS Amplify UI components in a React Native project #588
Comments
Hi, Amplify Studio does not currently support generation of React Native components from Figma designs. |
We do have a backlog item to implement this functionality but do not have a timeline on when this will be completed. We will leave this ticket open until the functionality is implemented. |
waiting for this feature implemented as well |
I m waiting too ... any news ? |
any update on this feature ? |
Just want to chime in here: would LOVE to see this feature. |
Is there any update on this? This is much needed and would be hugely appreciated 🙏 |
Which Specific Feature is your question related to?
AWS Amplify UI builder
Provide additional details e.g. code snippets
This is my first time using AWS Amplify, and I set up a React Native project with Expo. I have a Figma design file with all my components, and I synced them with the project. When I use:
import { MyComponent } from "./ui-components";
after running
amplify pull
,It's giving me an error stating that it's not a valid import.
Is there currently a way to use Amplify UI components in React Native apps? If so, how would I go about importing these. I have
aws-amplify-react-native
installed already.The text was updated successfully, but these errors were encountered: