Skip to content

Commit

Permalink
Expose React Native components from AmplifyUI
Browse files Browse the repository at this point in the history
  • Loading branch information
rlmartin committed Feb 5, 2018
1 parent 6dedac2 commit ed18cb8
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/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/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 ed18cb8

Please sign in to comment.