From 8bfa094bb933bce31244b1e6a8b410520fe62679 Mon Sep 17 00:00:00 2001 From: Ryan Martin Date: Sat, 30 Dec 2017 00:15:02 -0500 Subject: [PATCH] Expose AmplifyUI components These are helpful when building custom Authenticator components. --- packages/aws-amplify-react-native/dist/components/index.js | 1 + packages/aws-amplify-react-native/src/components/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/aws-amplify-react-native/dist/components/index.js b/packages/aws-amplify-react-native/dist/components/index.js index 1a44b1151dc..b31fcc5b2a3 100644 --- a/packages/aws-amplify-react-native/dist/components/index.js +++ b/packages/aws-amplify-react-native/dist/components/index.js @@ -16,6 +16,7 @@ import dict from './AmplifyI18n'; export { default as AmplifyTheme } from './AmplifyTheme'; export { MapEntries as AmplifyMessageMapEntries } from './AmplifyMessageMap'; +export * from './AmplifyUI'; export * from './auth'; export * from './storage'; diff --git a/packages/aws-amplify-react-native/src/components/index.js b/packages/aws-amplify-react-native/src/components/index.js index 681e7050345..434ca38eb4b 100644 --- a/packages/aws-amplify-react-native/src/components/index.js +++ b/packages/aws-amplify-react-native/src/components/index.js @@ -16,6 +16,7 @@ import dict from './AmplifyI18n'; export { default as AmplifyTheme } from './AmplifyTheme'; export { MapEntries as AmplifyMessageMapEntries } from './AmplifyMessageMap'; +export * from './AmplifyUI'; export * from './auth'; export * from './storage';