File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
package/src/components/MessageOverlay Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 514514 CLANG_ENABLE_MODULES = YES;
515515 CODE_SIGN_ENTITLEMENTS = SampleApp/SampleAppDebug.entitlements;
516516 CODE_SIGN_IDENTITY = "iPhone Developer";
517- CURRENT_PROJECT_VERSION = 147 ;
517+ CURRENT_PROJECT_VERSION = 148 ;
518518 DEVELOPMENT_TEAM = EHV7XZLAHA;
519519 ENABLE_BITCODE = NO;
520520 INFOPLIST_FILE = SampleApp/Info.plist;
545545 CODE_SIGN_ENTITLEMENTS = SampleApp/SampleAppRelease.entitlements;
546546 CODE_SIGN_IDENTITY = "iPhone Distribution";
547547 CODE_SIGN_STYLE = Manual;
548- CURRENT_PROJECT_VERSION = 147 ;
548+ CURRENT_PROJECT_VERSION = 148 ;
549549 DEVELOPMENT_TEAM = EHV7XZLAHA;
550550 INFOPLIST_FILE = SampleApp/Info.plist;
551551 LD_RUNPATH_SEARCH_PATHS = (
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >1.9 .0 </string >
20+ <string >1.10 .0 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >147 </string >
24+ <string >148 </string >
2525 <key >LSRequiresIPhoneOS </key >
2626 <true />
2727 <key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.9 .0 </string >
18+ <string >1.10 .0 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >147 </string >
22+ <string >148 </string >
2323 </dict >
2424</plist >
Original file line number Diff line number Diff line change @@ -327,7 +327,6 @@ const MessageOverlayWithContext = <
327327 < Animated . View style = { [ styles . flex , panStyle ] } >
328328 { message && (
329329 < View
330- pointerEvents = 'none'
331330 style = { [
332331 styles . center ,
333332 styles . overlayPadding ,
@@ -363,6 +362,7 @@ const MessageOverlayWithContext = <
363362 < MessageAvatar { ...{ alignment, message, showAvatar : true } } />
364363 ) }
365364 < View
365+ pointerEvents = 'none'
366366 style = { [
367367 styles . containerInner ,
368368 {
You can’t perform that action at this time.
0 commit comments