diff --git a/.gitignore b/.gitignore
index a72b227..796e227 100644
--- a/.gitignore
+++ b/.gitignore
@@ -85,4 +85,4 @@ web-build/
# @end expo-cli
-src/nb
\ No newline at end of file
+src/nb/
\ No newline at end of file
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 617d76d..0a1b97e 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -22,7 +22,7 @@
-
+
diff --git a/constants.js b/constants.js
index 65e995a..7816ad2 100644
--- a/constants.js
+++ b/constants.js
@@ -1,6 +1,6 @@
const REPO_LINK = 'https://github.com/GeekyAnts/NativeBase';
-const REPO_BRANCH = 'fix/storybook';
+const REPO_BRANCH = 'patch';
module.exports = {
REPO_LINK,
diff --git a/ios/KitchenSinkappnativebase/Supporting/Expo.plist b/ios/KitchenSinkappnativebase/Supporting/Expo.plist
index 2c68e51..d7b73e3 100644
--- a/ios/KitchenSinkappnativebase/Supporting/Expo.plist
+++ b/ios/KitchenSinkappnativebase/Supporting/Expo.plist
@@ -13,6 +13,6 @@
EXUpdatesSDKVersion
40.0.0
EXUpdatesURL
- https://exp.host/@geekyants/kitchensink-app-native-base
+ https://exp.host/@amars29/kitchensink-app-native-base
diff --git a/package.json b/package.json
index 571b071..f5c76ab 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,8 @@
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
- "eject": "expo eject"
+ "eject": "expo eject",
+ "web-build": "node ./built-init.js && expo build:web"
},
"dependencies": {
"@react-native-community/masked-view": "0.1.10",
diff --git a/src/nb/NativeBase b/src/nb/NativeBase
index aa06b41..c39a8bb 160000
--- a/src/nb/NativeBase
+++ b/src/nb/NativeBase
@@ -1 +1 @@
-Subproject commit aa06b41dac3a71a8909a9ec163776f4774b34fca
+Subproject commit c39a8bb654b2fc9e44f47ac816f1ec491bd492e8
diff --git a/src/nb/components/basic/KeyboardAvoidingView/Basic.tsx b/src/nb/components/basic/KeyboardAvoidingView/Basic.tsx
index 9cb3593..e18eaf7 100644
--- a/src/nb/components/basic/KeyboardAvoidingView/Basic.tsx
+++ b/src/nb/components/basic/KeyboardAvoidingView/Basic.tsx
@@ -8,6 +8,7 @@ import {
useBreakpointValue,
} from 'native-base';
import { Platform } from 'react-native';
+
export const Example = () => {
const isLargeScreen = useBreakpointValue({
base: false,
@@ -19,7 +20,6 @@ export const Example = () => {
{isLargeScreen ? (
Please see the example in your mobile to observe the effect
diff --git a/src/nb/components/composites/Actionsheet/index.tsx b/src/nb/components/composites/Actionsheet/index.tsx
index bdd681f..bceb8ea 100644
--- a/src/nb/components/composites/Actionsheet/index.tsx
+++ b/src/nb/components/composites/Actionsheet/index.tsx
@@ -6,6 +6,7 @@ import { Example as Icon } from './Icon';
import { Example as Usage } from './Usage';
import { Example as Composition } from './Composition';
import { Example as DisableOverlay } from './DisableOverlay';
+import { Example as CustomBackdrop } from './CustomBackdrop';
storiesOf('Actionsheet', module)
.addDecorator(withKnobs)
@@ -13,4 +14,5 @@ storiesOf('Actionsheet', module)
.add('Usage', () => )
.add('Icon', () => )
.add('DisableOverlay', () => )
- .add('Composition', () => );
+ .add('Composition', () => )
+ .add('Custom Backdrop', () => );
diff --git a/src/nb/components/composites/Menu/MenuPositions.tsx b/src/nb/components/composites/Menu/MenuPositions.tsx
index c043d9d..0f8f5cb 100644
--- a/src/nb/components/composites/Menu/MenuPositions.tsx
+++ b/src/nb/components/composites/Menu/MenuPositions.tsx
@@ -8,7 +8,6 @@ export function Example() {
return (