Skip to content

Commit

Permalink
Expose AmplifyUI components
Browse files Browse the repository at this point in the history
These are helpful when building custom Authenticator components.
  • Loading branch information
rlmartin committed Jan 21, 2018
1 parent 2d823e9 commit 8bfa094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/aws-amplify-react-native/dist/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
1 change: 1 addition & 0 deletions packages/aws-amplify-react-native/src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 8bfa094

Please sign in to comment.