Skip to content

Commit

Permalink
Merge pull request #5201 from GeekyAnts/release/3.5.0-alpha.6
Browse files Browse the repository at this point in the history
Release/3.5.0 alpha.6
  • Loading branch information
surajahmed authored Jul 19, 2022
2 parents 71d6fbc + cc2f704 commit a66000f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prettier --write"
]
},
"version": "3.5.0-alpha.5",
"version": "3.5.0-alpha.6",
"license": "MIT",
"private": false,
"main": "lib/commonjs/index",
Expand Down
3 changes: 3 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ import {
Overlay,
IOverlayProps,
} from './components/primitives';
import map from './utils/map';
import { init } from './utils/styled';
init(map);
export * from './components/basic';
export * from './components/primitives/Icon/Icons';
export * from './theme';
Expand Down
2 changes: 2 additions & 0 deletions src/utils/map/index.android.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// This file will be updated at build time by native-base babel plugin to export resolved theme module.
export default {};
2 changes: 2 additions & 0 deletions src/utils/map/index.ios.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// This file will be updated at build time by native-base babel plugin to export resolved theme module.
export default {};
2 changes: 2 additions & 0 deletions src/utils/map/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// This file will be updated at build time by native-base babel plugin to export resolved theme module.
export default {};
2 changes: 2 additions & 0 deletions src/utils/map/index.web.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// This file will be updated at build time by native-base babel plugin to export resolved theme module.
export default {};

0 comments on commit a66000f

Please sign in to comment.