You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invariant Violation: requireNativeComponent: "BlurView" was not found in the UIManager.
This error is located at:
in BlurView (at BlurView.ios.js:14)
in BlurView (at ActionSheetCustom.js:214)
in RCTView (at View.js:34)
in View (at createAnimatedComponent.js:217)
in AnimatedComponent (at createAnimatedComponent.js:278)
in AnimatedComponentWrapper (at ActionSheetCustom.js:198)
in RCTSafeAreaView (at SafeAreaView.js:51)
Environment info
Library
Version
@alessiocancian/react-native-actionsheet
^3.1.1
react-native
0.64.1
Steps To Reproduce
Am simply using the example code only that i'm wrapping in a functional component
<ActionSheet
ref={sheetRef}
title={<SheetTitleText>Choose a store</SheetTitleText>}
options={options}
styles={styles}
cancelButtonIndex={0}
destructiveButtonIndex={4}
onPress={(index) => {
/* do something */
}}
/>
I have my options as a list of Jxs components and not plain strings
Describe what you expected to happen:
Load actionsheet the same way android does
Android screenshort below
Reproducible sample code
Example CustomActionSheet code is what i have above
The text was updated successfully, but these errors were encountered:
Invariant Violation: requireNativeComponent: "BlurView" was not found in the UIManager.
Environment info
Steps To Reproduce
Am simply using the example code only that i'm wrapping in a functional component
I have my options as a list of Jxs components and not plain strings
Describe what you expected to happen:
Android screenshort below
Reproducible sample code
Example CustomActionSheet code is what i have above
The text was updated successfully, but these errors were encountered: