Anatolii B

Results 23 comments of Anatolii B

What about this? ``` ``` ``` const renderSuggestion = ( suggestion, search, highlightedDisplay, index, focused, ) => { return ( {highlightedDisplay} ) } ```

I have this problem too on last 6.0.0 ``` :0: error: module map file '/Users/username/Library/Developer/Xcode/DerivedData/Projectname-fstvewgwphvmyzbeiiueojksdirp/Build/Products/Debug-iphoneos/RNShareMenu/RNShareMenu.modulemap' not found Command PrecompileSwiftBridgingHeader emitted errors but did not return a nonzero exit code to...

@Larens94 check this https://github.com/meedan/react-native-share-menu/issues/153#issuecomment-931433632

Pls review. It's problem for all who update app for last RN: `npx react-native upgrade`

Some solved for correct deploy: ``` let string = UnsafePointer(Array("openURL:".utf8CString)) let selectorOpenURL = sel_registerName(string) ```

For samsung not changes all headerTitle content on top screen

html:lang(ru) .page-index .hero { background: url(''); } html:lang(de) .page-index .hero { background: url(''); } html:lang(fr) .page-index .hero { background: url(''); } Need only more images and some styles for main...

Crash method onTouchesDown & onTouchesUp. onStart/onEnd β€” work fine.