diff --git a/babel.config.js b/babel.config.js
index 9d89e13..552ee48 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -2,5 +2,15 @@ module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
+ plugins: [
+ [
+ "module-resolver",
+ {
+ alias: {
+ "@native-base/icons": "@native-base/icons/lib",
+ },
+ },
+ ],
+ ],
};
};
diff --git a/package.json b/package.json
index c2eaecd..7b72ea2 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,7 @@
"preset": "jest-expo"
},
"dependencies": {
+ "@native-base/icons": "^0.0.10",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index ccc5a20..dc2b0a5 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -12,7 +12,7 @@ import {
} from 'native-base';
import { Floaters } from '../components/Floaters';
import { useSafeAreaInsets } from 'react-native-safe-area-context';
-import { EvilIcons } from '@expo/vector-icons';
+import { EvilIcons } from '@native-base/icons';
export const Layout = ({
children,
diff --git a/src/nb/NativeBase b/src/nb/NativeBase
index 592cc0a..049822b 160000
--- a/src/nb/NativeBase
+++ b/src/nb/NativeBase
@@ -1 +1 @@
-Subproject commit 592cc0acc27e247a4291ff5c26f6647de91a65e7
+Subproject commit 049822b3878b2f829a397c446a405dabfd2fee69
diff --git a/src/nb/components/basic/SectionList/Basic.tsx b/src/nb/components/basic/SectionList/Basic.tsx
index cc972d2..6df3dbb 100644
--- a/src/nb/components/basic/SectionList/Basic.tsx
+++ b/src/nb/components/basic/SectionList/Basic.tsx
@@ -28,7 +28,7 @@ export const Example = () => {
},
];
return (
-
+