Skip to content

Commit

Permalink
fix:Bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueromans committed Oct 24, 2022
1 parent 62a0dbb commit 68fda4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueromans/react-native-ui-kit",
"version": "0.0.37",
"version": "0.0.38",
"description": "Ui kit for React Native",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export {
export { default as ActivityIndicator } from './components/ActivityIndicator/ActivityIndicator';
export { default as AppWrapper } from './components/AppWrapper/AppWrapper';
export { Avatar, List };
export { default as AwareView } from './components/AwareView/AwareView';
export { default as KeyboardAwareView } from './components/AwareView/AwareView';
export { default as Badge } from './components/Badge/Badge';
export { default as Button } from './components/Button/Button';
export { default as Card } from './components/Card/Card';
Expand Down

0 comments on commit 68fda4f

Please sign in to comment.