diff --git a/android/gradle.properties b/android/gradle.properties index e31b290b88bbb8..774cdd3117a930 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -25,3 +25,6 @@ excludeAppGlideModule=true # This version should align to stripe-react-native's settings when upgrade the vendoring module StripeSdk_stripeVersion=[20.19.2, 20.20.0[ + +# Remove this workaround when upgrading to react-native@0.72.1 +kotlin.jvm.target.validation.mode=warning diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 8fad3f5a98bf4a..6ec1567a0f8831 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-all.zip +networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/apps/bare-expo/android/gradle.properties b/apps/bare-expo/android/gradle.properties index ade7df818f4f10..d58d1f17cd34a4 100644 --- a/apps/bare-expo/android/gradle.properties +++ b/apps/bare-expo/android/gradle.properties @@ -43,3 +43,6 @@ newArchEnabled=false expo.jsEngine=hermes EX_DEV_CLIENT_NETWORK_INSPECTOR=true + +# Remove this workaround when upgrading to react-native@0.72.1 +kotlin.jvm.target.validation.mode=warning diff --git a/apps/bare-expo/package.json b/apps/bare-expo/package.json index 23d3cea178af25..c599135ae947b7 100644 --- a/apps/bare-expo/package.json +++ b/apps/bare-expo/package.json @@ -80,7 +80,7 @@ "native-component-list": "*", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.72.0-rc.5", + "react-native": "0.72.0-rc.6", "react-native-gesture-handler": "~2.10.1", "react-native-pager-view": "6.2.0", "react-native-reanimated": "~3.1.0", diff --git a/apps/eas-expo-go/eas.json b/apps/eas-expo-go/eas.json index 32cc1206253d99..2f74b3d4502d71 100644 --- a/apps/eas-expo-go/eas.json +++ b/apps/eas-expo-go/eas.json @@ -24,7 +24,7 @@ }, "ios": { "cache": { - "key": "sdk49-0.72.0", + "key": "sdk49-0.72.0-rc.6", "customPaths": [ "../../ios/Pods" ] diff --git a/apps/fabric-tester/android/gradle.properties b/apps/fabric-tester/android/gradle.properties index 30311b6ff719f7..01d7057c6c1f8d 100644 --- a/apps/fabric-tester/android/gradle.properties +++ b/apps/fabric-tester/android/gradle.properties @@ -51,3 +51,6 @@ expo.webp.enabled=true # Enable animated webp support (~3.4 MB increase) # Disabled by default because iOS doesn't support animated webp expo.webp.animated=false + +# Remove this workaround when upgrading to react-native@0.72.1 +kotlin.jvm.target.validation.mode=warning diff --git a/apps/fabric-tester/package.json b/apps/fabric-tester/package.json index 54b4596c496471..3b1495465e92d3 100644 --- a/apps/fabric-tester/package.json +++ b/apps/fabric-tester/package.json @@ -21,7 +21,7 @@ "expo-status-bar": "~1.5.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.72.0-rc.5", + "react-native": "0.72.0-rc.6", "react-native-web": "~0.18.10" }, "devDependencies": { diff --git a/apps/jest-expo-mock-generator/package.json b/apps/jest-expo-mock-generator/package.json index bdfd7a975c4ed4..ab6e6bf0f2d9b3 100644 --- a/apps/jest-expo-mock-generator/package.json +++ b/apps/jest-expo-mock-generator/package.json @@ -12,7 +12,7 @@ "expo": "~49.0.0-alpha.1", "expo-clipboard": "~4.2.0", "react": "18.2.0", - "react-native": "0.72.0-rc.5", + "react-native": "0.72.0-rc.6", "uuid": "^3.4.0" } } diff --git a/apps/native-component-list/package.json b/apps/native-component-list/package.json index 80b5f80ad7e115..89edf46becd490 100644 --- a/apps/native-component-list/package.json +++ b/apps/native-component-list/package.json @@ -141,7 +141,7 @@ "processing-js": "^1.6.6", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.72.0-rc.5", + "react-native": "0.72.0-rc.6", "react-native-dropdown-picker": "^5.3.0", "react-native-gesture-handler": "~2.10.1", "react-native-maps": "1.3.2", diff --git a/apps/native-tests/package.json b/apps/native-tests/package.json index a98f3d039d7d96..e50d0e028f3e15 100644 --- a/apps/native-tests/package.json +++ b/apps/native-tests/package.json @@ -21,7 +21,7 @@ "native-component-list": "*", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.72.0-rc.5" + "react-native": "0.72.0-rc.6" }, "devDependencies": { "@babel/core": "^7.12.9" diff --git a/apps/sandbox/package.json b/apps/sandbox/package.json index 7673d00838a21d..551384d412fd7f 100644 --- a/apps/sandbox/package.json +++ b/apps/sandbox/package.json @@ -12,7 +12,7 @@ "expo": "~49.0.0-alpha.1", "expo-router": "^1.5.3", "react": "18.2.0", - "react-native": "0.72.0-rc.5" + "react-native": "0.72.0-rc.6" }, "devDependencies": { "babel-preset-expo": "~9.4.0", diff --git a/apps/test-suite/package.json b/apps/test-suite/package.json index 1be2e85893ebfe..fe571bfaea874b 100644 --- a/apps/test-suite/package.json +++ b/apps/test-suite/package.json @@ -52,7 +52,7 @@ "jasmine-core": "^2.4.1", "lodash": "^4.17.19", "react": "18.2.0", - "react-native": "0.72.0-rc.5", + "react-native": "0.72.0-rc.6", "react-native-gesture-handler": "~2.10.1", "sinon": "^7.1.1" }, diff --git a/home/package.json b/home/package.json index 4040707eb9e73f..18bbdbe2e96fc1 100644 --- a/home/package.json +++ b/home/package.json @@ -56,7 +56,7 @@ "prop-types": "^15.7.2", "querystring": "^0.2.0", "react": "18.2.0", - "react-native": "0.72.0-rc.5", + "react-native": "0.72.0-rc.6", "react-native-fade-in-image": "^1.6.1", "react-native-gesture-handler": "~2.10.1", "react-native-infinite-scroll-view": "^0.4.5", diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 7aba896831c463..88480d6e6ed9fe 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -3716,7 +3716,7 @@ SPEC CHECKSUMS: EXSplashScreen: 8d00c7b625ec0f952a17ab685e1f03ac0e5c1795 EXStructuredHeaders: f3a6d417d5d12ef369fd1a31320d1c188a1b0f4b EXTaskManager: a7a387c4e222176988261341680aa7e3f621a335 - EXUpdates: 61a44f682e0805d64953017f411918d7acbb1041 + EXUpdates: d01f25d40e711ac9b52f64c36410c1b30ac54e3b EXUpdatesInterface: c08eaa7e4d1fdafff3820e0539a6d42a75fa0258 FBAEMKit: c7efe06720a8b15b1d25b68921ba46dee20996e0 FBAudienceNetwork: e0fcc9091fced34910ed0b6da06f129db46ac9e6 diff --git a/package.json b/package.json index f5bd824a939398..47f726ae64e9b9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ] }, "resolutions": { - "react-native": "0.72.0-rc.5", + "react-native": "0.72.0-rc.6", "**/util": "~0.12.4" }, "dependencies": { diff --git a/packages/expo-dev-launcher/android/src/debug/assets/expo_dev_launcher_android.bundle b/packages/expo-dev-launcher/android/src/debug/assets/expo_dev_launcher_android.bundle index 520b337394534e..afe36db88c6c2f 100644 --- a/packages/expo-dev-launcher/android/src/debug/assets/expo_dev_launcher_android.bundle +++ b/packages/expo-dev-launcher/android/src/debug/assets/expo_dev_launcher_android.bundle @@ -60,7 +60,7 @@ __d((function(g,r,i,a,m,e,d){function t(n){if("function"!=typeof WeakMap)return __d((function(g,r,i,a,m,e,d){'use strict';var t=r(d[0]),l={register:function(l){g.RN$Bridgeless?g.RN$registerCallableModule('RCTEventEmitter',(function(){return l})):t.registerCallableModule('RCTEventEmitter',l)}};m.exports=l}),54,[24]); __d((function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])(r(d[1])),n={},o={};e.customBubblingEventTypes=n,e.customDirectEventTypes=o;var s=new Map,u=new Map;function l(t){var s=t.bubblingEventTypes,u=t.directEventTypes;if(null!=s)for(var l in s)null==n[l]&&(n[l]=s[l]);if(null!=u)for(var f in u)null==o[f]&&(o[f]=u[f])}e.register=function(n,o){return(0,t.default)(!s.has(n),'Tried to register two views with the same name %s',n),(0,t.default)('function'==typeof o,'View config getter callback for component `%s` must be a function (received `%s`)',n,null===o?'null':typeof o),s.set(n,o),n},e.get=function(n){var o;if(u.has(n))o=u.get(n);else{var f=s.get(n);'function'!=typeof f&&(0,t.default)(!1,'View config getter callback for component `%s` must be a function (received `%s`).%s',n,null===f?'null':typeof f,'string'==typeof n[0]&&/[a-z]/.test(n[0])?' Make sure to start component names with a capital letter.':''),l(o=f()),u.set(n,o),s.set(n,null)}return(0,t.default)(o,'View config not found for name %s',n),o}}),55,[6,3]); __d((function(g,r,i,a,m,e,d){var n=r(d[0]),u=(r(d[1]),r(d[2]).findNodeHandle),t=(r(d[3]),r(d[4]),null),o=new Set;function l(n){t!==n&&null!=n&&(t=n)}function f(n){t===n&&null!=n&&(t=null)}m.exports={currentlyFocusedInput:function(){return t},focusInput:l,blurInput:f,currentlyFocusedField:function(){return u(t)},focusField:function(n){},blurField:function(n){},focusTextInput:function(u){if('number'!=typeof u&&null!=u){var o;if(!(t!==u&&!1!==(null==(o=u.currentProps)?void 0:o.editable)))return;l(u),n.Commands.focus(u)}},blurTextInput:function(u){'number'!=typeof u&&t===u&&null!=u&&(f(u),n.Commands.blur(u))},registerInput:function(n){'number'!=typeof n&&o.add(n)},unregisterInput:function(n){'number'!=typeof n&&o.delete(n)},isTextInput:function(n){return'number'!=typeof n&&o.has(n)}}}),56,[57,99,20,52,96]); -__d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.__INTERNAL_VIEW_CONFIG=e.Commands=void 0;var o=(function(t,o){if(!o&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var u=n(o);if(u&&u.has(t))return u.get(t);var l={},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var p in t)if("default"!==p&&Object.prototype.hasOwnProperty.call(t,p)){var c=s?Object.getOwnPropertyDescriptor(t,p):null;c&&(c.get||c.set)?Object.defineProperty(l,p,c):l[p]=t[p]}l.default=t,u&&u.set(t,l);return l})(r(d[1]));function n(t){if("function"!=typeof WeakMap)return null;var o=new WeakMap,u=new WeakMap;return(n=function(t){return t?u:o})(t)}var u=(0,t(r(d[2])).default)({supportedCommands:['focus','blur','setTextAndSelection']});e.Commands=u;var l={uiViewClassName:'AndroidTextInput',bubblingEventTypes:{topBlur:{phasedRegistrationNames:{bubbled:'onBlur',captured:'onBlurCapture'}},topEndEditing:{phasedRegistrationNames:{bubbled:'onEndEditing',captured:'onEndEditingCapture'}},topFocus:{phasedRegistrationNames:{bubbled:'onFocus',captured:'onFocusCapture'}},topKeyPress:{phasedRegistrationNames:{bubbled:'onKeyPress',captured:'onKeyPressCapture'}},topSubmitEditing:{phasedRegistrationNames:{bubbled:'onSubmitEditing',captured:'onSubmitEditingCapture'}},topTextInput:{phasedRegistrationNames:{bubbled:'onTextInput',captured:'onTextInputCapture'}}},directEventTypes:{topScroll:{registrationName:'onScroll'}},validAttributes:{maxFontSizeMultiplier:!0,adjustsFontSizeToFit:!0,minimumFontScale:!0,autoFocus:!0,placeholder:!0,inlineImagePadding:!0,contextMenuHidden:!0,textShadowColor:{process:r(d[3]).default},maxLength:!0,selectTextOnFocus:!0,textShadowRadius:!0,underlineColorAndroid:{process:r(d[3]).default},textDecorationLine:!0,submitBehavior:!0,textAlignVertical:!0,fontStyle:!0,textShadowOffset:!0,selectionColor:{process:r(d[3]).default},selection:!0,placeholderTextColor:{process:r(d[3]).default},importantForAutofill:!0,lineHeight:!0,textTransform:!0,returnKeyType:!0,keyboardType:!0,multiline:!0,color:{process:r(d[3]).default},autoComplete:!0,numberOfLines:!0,letterSpacing:!0,returnKeyLabel:!0,fontSize:!0,onKeyPress:!0,cursorColor:{process:r(d[3]).default},text:!0,showSoftInputOnFocus:!0,textAlign:!0,autoCapitalize:!0,autoCorrect:!0,caretHidden:!0,secureTextEntry:!0,textBreakStrategy:!0,onScroll:!0,onContentSizeChange:!0,disableFullscreenUI:!0,includeFontPadding:!0,fontWeight:!0,fontFamily:!0,allowFontScaling:!0,onSelectionChange:!0,mostRecentEventCount:!0,inlineImageLeft:!0,editable:!0,fontVariant:!0,borderBottomRightRadius:!0,borderBottomColor:{process:r(d[3]).default},borderRadius:!0,borderRightColor:{process:r(d[3]).default},borderColor:{process:r(d[3]).default},borderTopRightRadius:!0,borderStyle:!0,borderBottomLeftRadius:!0,borderLeftColor:{process:r(d[3]).default},borderTopLeftRadius:!0,borderTopColor:{process:r(d[3]).default}}};e.__INTERNAL_VIEW_CONFIG=l;var s=o.get('AndroidTextInput',(function(){return l}));e.default=s}),57,[6,58,98,62]); +__d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.__INTERNAL_VIEW_CONFIG=e.Commands=void 0;var o=(function(t,o){if(!o&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var u=n(o);if(u&&u.has(t))return u.get(t);var l={},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var p in t)if("default"!==p&&Object.prototype.hasOwnProperty.call(t,p)){var c=s?Object.getOwnPropertyDescriptor(t,p):null;c&&(c.get||c.set)?Object.defineProperty(l,p,c):l[p]=t[p]}l.default=t,u&&u.set(t,l);return l})(r(d[1]));function n(t){if("function"!=typeof WeakMap)return null;var o=new WeakMap,u=new WeakMap;return(n=function(t){return t?u:o})(t)}var u=(0,t(r(d[2])).default)({supportedCommands:['focus','blur','setTextAndSelection']});e.Commands=u;var l={uiViewClassName:'AndroidTextInput',bubblingEventTypes:{topBlur:{phasedRegistrationNames:{bubbled:'onBlur',captured:'onBlurCapture'}},topEndEditing:{phasedRegistrationNames:{bubbled:'onEndEditing',captured:'onEndEditingCapture'}},topFocus:{phasedRegistrationNames:{bubbled:'onFocus',captured:'onFocusCapture'}},topKeyPress:{phasedRegistrationNames:{bubbled:'onKeyPress',captured:'onKeyPressCapture'}},topSubmitEditing:{phasedRegistrationNames:{bubbled:'onSubmitEditing',captured:'onSubmitEditingCapture'}},topTextInput:{phasedRegistrationNames:{bubbled:'onTextInput',captured:'onTextInputCapture'}}},directEventTypes:{topScroll:{registrationName:'onScroll'}},validAttributes:{maxFontSizeMultiplier:!0,adjustsFontSizeToFit:!0,minimumFontScale:!0,autoFocus:!0,placeholder:!0,inlineImagePadding:!0,contextMenuHidden:!0,textShadowColor:{process:r(d[3]).default},maxLength:!0,selectTextOnFocus:!0,textShadowRadius:!0,underlineColorAndroid:{process:r(d[3]).default},textDecorationLine:!0,submitBehavior:!0,textAlignVertical:!0,fontStyle:!0,textShadowOffset:!0,selectionColor:{process:r(d[3]).default},placeholderTextColor:{process:r(d[3]).default},importantForAutofill:!0,lineHeight:!0,textTransform:!0,returnKeyType:!0,keyboardType:!0,multiline:!0,color:{process:r(d[3]).default},autoComplete:!0,numberOfLines:!0,letterSpacing:!0,returnKeyLabel:!0,fontSize:!0,onKeyPress:!0,cursorColor:{process:r(d[3]).default},text:!0,showSoftInputOnFocus:!0,textAlign:!0,autoCapitalize:!0,autoCorrect:!0,caretHidden:!0,secureTextEntry:!0,textBreakStrategy:!0,onScroll:!0,onContentSizeChange:!0,disableFullscreenUI:!0,includeFontPadding:!0,fontWeight:!0,fontFamily:!0,allowFontScaling:!0,onSelectionChange:!0,mostRecentEventCount:!0,inlineImageLeft:!0,editable:!0,fontVariant:!0,borderBottomRightRadius:!0,borderBottomColor:{process:r(d[3]).default},borderRadius:!0,borderRightColor:{process:r(d[3]).default},borderColor:{process:r(d[3]).default},borderTopRightRadius:!0,borderStyle:!0,borderBottomLeftRadius:!0,borderLeftColor:{process:r(d[3]).default},borderTopLeftRadius:!0,borderTopColor:{process:r(d[3]).default}}};e.__INTERNAL_VIEW_CONFIG=l;var s=o.get('AndroidTextInput',(function(){return l}));e.default=s}),57,[6,58,98,62]); __d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.get=b,e.getWithFallback_DEPRECATED=function(t,u){if(null==n){if(w(t))return b(t,u)}else if(null!=n(t))return b(t,u);var l=function(t){return null};return l.displayName=`Fallback(${t})`,l},e.setRuntimeConfigProvider=function(t){(0,s.default)(null==n,'NativeComponentRegistry.setRuntimeConfigProvider() called more than once.'),n=t},e.unstable_hasStaticViewConfig=function(t){var u;return!(null!=(u=null==n?void 0:n(t))?u:{native:!0}).native};var n,u=t(r(d[1])),l=t(r(d[2])),o=t(r(d[3])),f=t(r(d[4])),c=y(r(d[5])),v=r(d[6]),s=t(r(d[7]));y(r(d[8]));function p(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,u=new WeakMap;return(p=function(t){return t?u:n})(t)}function y(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var u=p(n);if(u&&u.has(t))return u.get(t);var l={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var f in t)if("default"!==f&&Object.prototype.hasOwnProperty.call(t,f)){var c=o?Object.getOwnPropertyDescriptor(t,f):null;c&&(c.get||c.set)?Object.defineProperty(l,f,c):l[f]=t[f]}return l.default=t,u&&u.set(t,l),l}function b(t,l){return o.default.register(t,(function(){var o,s=null!=(o=null==n?void 0:n(t))?o:{native:!0,strict:!1,verify:!1},p=s.native,y=s.strict,b=s.verify,w=p?(0,u.default)(t):(0,v.createViewConfig)(l());if(b){var O=p?w:(0,u.default)(t),P=p?(0,v.createViewConfig)(l()):w;if(y){var C=c.validate(t,O,P);'invalid'===C.type&&console.error(c.stringifyValidationResult(t,C))}else(0,f.default)(O,P)}return w})),t}function w(t){return(0,s.default)(null==n,'Unexpected invocation!'),null!=l.default.getViewManagerConfig(t)}}),58,[6,59,82,55,90,94,95,3,96]); __d((function(g,r,_i,a,m,e,d){'use strict';var t=r(d[0]);function n(t,n){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),s.push.apply(s,o)}return s}function s(s){for(var o=1;o1&&(ke=(0,I.jsx)(h.default,{children:ke})),pe=(0,I.jsx)(n,B(B(B({ref:ue},H),xe),{},{accessibilityState:ge,accessibilityLabelledBy:Fe,accessible:be,autoCapitalize:Pe,submitBehavior:re,caretHidden:he,children:ke,disableFullscreenUI:s.disableFullscreenUI,focusable:void 0!==K?!K:me,mostRecentEventCount:G,nativeID:null!=z?z:s.nativeID,numberOfLines:null!=(Ie=s.rows)?Ie:s.numberOfLines,onBlur:de,onChange:ie,onFocus:ce,onScroll:fe,onSelectionChange:se,placeholder:Re,selection:U,style:Ce,text:ae,textBreakStrategy:s.textBreakStrategy}))}return(0,I.jsx)(S.default.Provider,{value:!0,children:pe})}var _={enter:'default',done:'done',go:'go',next:'next',previous:'previous',search:'search',send:'send'},L={none:'default',text:'default',decimal:'decimal-pad',numeric:'number-pad',tel:'phone-pad',search:'ios'===x.default.OS?'web-search':'default',email:'email-address',url:'url'},N={'address-line1':'postal-address-region','address-line2':'postal-address-locality',bday:'birthdate-full','bday-day':'birthdate-day','bday-month':'birthdate-month','bday-year':'birthdate-year','cc-csc':'cc-csc','cc-exp':'cc-exp','cc-exp-month':'cc-exp-month','cc-exp-year':'cc-exp-year','cc-number':'cc-number',country:'postal-address-country','current-password':'password',email:'email','honorific-prefix':'name-prefix','honorific-suffix':'name-suffix',name:'name','additional-name':'name-middle','family-name':'name-family','given-name':'name-given','new-password':'password-new',off:'off','one-time-code':'sms-otp','postal-code':'postal-code',sex:'gender','street-address':'street-address',tel:'tel','tel-country-code':'tel-country-code','tel-national':'tel-national',username:'username'},z={'address-line1':'streetAddressLine1','address-line2':'streetAddressLine2','cc-number':'creditCardNumber','current-password':'password',country:'countryName',email:'emailAddress',name:'name','additional-name':'middleName','family-name':'familyName','given-name':'givenName',nickname:'nickname','honorific-prefix':'namePrefix','honorific-suffix':'nameSuffix','new-password':'newPassword',off:'none','one-time-code':'oneTimeCode',organization:'organizationName','organization-title':'jobTitle','postal-code':'postalCode','street-address':'fullStreetAddress',tel:'telephoneNumber',url:'URL',username:'username'},K=j.forwardRef((function(n,t){var l,o=n.allowFontScaling,u=void 0===o||o,i=n.rejectResponderTermination,s=void 0===i||i,c=n.underlineColorAndroid,f=void 0===c?'transparent':c,y=n.autoComplete,v=n.textContentType,h=n.readOnly,S=n.editable,C=n.enterKeyHint,O=n.returnKeyType,T=n.inputMode,w=n.showSoftInputOnFocus,j=n.keyboardType,P=(0,p.default)(n,R),F=(0,b.default)(P.style);return null!=(null==F?void 0:F.verticalAlign)&&(F.textAlignVertical=H[F.verticalAlign],delete F.verticalAlign),(0,I.jsx)(D,B(B({allowFontScaling:u,rejectResponderTermination:s,underlineColorAndroid:f,editable:void 0!==h?!h:S,returnKeyType:C?_[C]:O,keyboardType:T?L[T]:j,showSoftInputOnFocus:null==T?w:'none'!==T,autoComplete:'android'===x.default.OS?null!=(l=N[y])?l:y:void 0,textContentType:null!=v?v:'ios'===x.default.OS&&y&&y in z?z[y]:v},P),{},{forwardedRef:t,style:F}))}));K.displayName='TextInput',K.propTypes=r(d[19]).TextInputPropTypes,K.State={currentlyFocusedInput:O.default.currentlyFocusedInput,currentlyFocusedField:O.default.currentlyFocusedField,focusTextInput:O.default.focusTextInput,blurTextInput:O.default.blurTextInput};var M=v.default.create({multilineInput:{paddingTop:5}}),H={auto:'auto',top:'top',bottom:'bottom',middle:'center'};m.exports=K}),369,[6,31,47,164,228,102,206,225,201,52,281,56,3,84,96,204,57,99,370,235]); +__d((function(g,r,_i,a,m,e,d){var n,t,l,o,u,i,s=r(d[0]),c=s(r(d[1])),f=s(r(d[2])),p=s(r(d[3])),y=s(r(d[4])),b=s(r(d[5])),v=s(r(d[6])),h=s(r(d[7])),S=s(r(d[8])),x=s(r(d[9])),C=s(r(d[10])),O=s(r(d[11])),T=s(r(d[12])),w=s(r(d[13])),j=(function(n,t){if(!t&&n&&n.__esModule)return n;if(null===n||"object"!=typeof n&&"function"!=typeof n)return{default:n};var l=A(t);if(l&&l.has(n))return l.get(n);var o={},u=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in n)if("default"!==i&&Object.prototype.hasOwnProperty.call(n,i)){var s=u?Object.getOwnPropertyDescriptor(n,i):null;s&&(s.get||s.set)?Object.defineProperty(o,i,s):o[i]=n[i]}o.default=n,l&&l.set(n,o);return o})(r(d[14])),I=r(d[15]),P=["aria-busy","aria-checked","aria-disabled","aria-expanded","aria-selected","accessibilityState","id","tabIndex","selection"],F=["onBlur","onFocus"],k=["allowFontScaling","rejectResponderTermination","underlineColorAndroid","autoComplete","textContentType","readOnly","editable","enterKeyHint","returnKeyType","inputMode","showSoftInputOnFocus","keyboardType"];function A(n){if("function"!=typeof WeakMap)return null;var t=new WeakMap,l=new WeakMap;return(A=function(n){return n?l:t})(n)}function R(n,t){var l=Object.keys(n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(n);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),l.push.apply(l,o)}return l}function B(n){for(var t=1;t1&&(Re=(0,I.jsx)(h.default,{children:Re})),ye=(0,I.jsx)(n,B(B(B({ref:ie},V),Ce),{},{accessibilityState:Se,accessibilityLabelledBy:ke,accessible:me,autoCapitalize:Fe,submitBehavior:oe,caretHidden:ge,children:Re,disableFullscreenUI:s.disableFullscreenUI,focusable:void 0!==K?!K:ve,mostRecentEventCount:J,nativeID:null!=z?z:s.nativeID,numberOfLines:null!=(Pe=s.rows)?Pe:s.numberOfLines,onBlur:fe,onChange:se,onFocus:ce,onScroll:pe,onSelectionChange:de,placeholder:Ae,style:Oe,text:re,textBreakStrategy:s.textBreakStrategy}))}return(0,I.jsx)(S.default.Provider,{value:!0,children:ye})}var _={enter:'default',done:'done',go:'go',next:'next',previous:'previous',search:'search',send:'send'},L={none:'default',text:'default',decimal:'decimal-pad',numeric:'number-pad',tel:'phone-pad',search:'ios'===x.default.OS?'web-search':'default',email:'email-address',url:'url'},N={'address-line1':'postal-address-region','address-line2':'postal-address-locality',bday:'birthdate-full','bday-day':'birthdate-day','bday-month':'birthdate-month','bday-year':'birthdate-year','cc-csc':'cc-csc','cc-exp':'cc-exp','cc-exp-month':'cc-exp-month','cc-exp-year':'cc-exp-year','cc-number':'cc-number',country:'postal-address-country','current-password':'password',email:'email','honorific-prefix':'name-prefix','honorific-suffix':'name-suffix',name:'name','additional-name':'name-middle','family-name':'name-family','given-name':'name-given','new-password':'password-new',off:'off','one-time-code':'sms-otp','postal-code':'postal-code',sex:'gender','street-address':'street-address',tel:'tel','tel-country-code':'tel-country-code','tel-national':'tel-national',username:'username'},z={'address-line1':'streetAddressLine1','address-line2':'streetAddressLine2','cc-number':'creditCardNumber','current-password':'password',country:'countryName',email:'emailAddress',name:'name','additional-name':'middleName','family-name':'familyName','given-name':'givenName',nickname:'nickname','honorific-prefix':'namePrefix','honorific-suffix':'nameSuffix','new-password':'newPassword',off:'none','one-time-code':'oneTimeCode',organization:'organizationName','organization-title':'jobTitle','postal-code':'postalCode','street-address':'fullStreetAddress',tel:'telephoneNumber',url:'URL',username:'username'},K=j.forwardRef((function(n,t){var l,o=n.allowFontScaling,u=void 0===o||o,i=n.rejectResponderTermination,s=void 0===i||i,c=n.underlineColorAndroid,f=void 0===c?'transparent':c,y=n.autoComplete,v=n.textContentType,h=n.readOnly,S=n.editable,C=n.enterKeyHint,O=n.returnKeyType,T=n.inputMode,w=n.showSoftInputOnFocus,j=n.keyboardType,P=(0,p.default)(n,k),F=(0,b.default)(P.style);return null!=(null==F?void 0:F.verticalAlign)&&(F.textAlignVertical=H[F.verticalAlign],delete F.verticalAlign),(0,I.jsx)(D,B(B({allowFontScaling:u,rejectResponderTermination:s,underlineColorAndroid:f,editable:void 0!==h?!h:S,returnKeyType:C?_[C]:O,keyboardType:T?L[T]:j,showSoftInputOnFocus:null==T?w:'none'!==T,autoComplete:'android'===x.default.OS?null!=(l=N[y])?l:y:void 0,textContentType:null!=v?v:'ios'===x.default.OS&&y&&y in z?z[y]:v},P),{},{forwardedRef:t,style:F}))}));K.displayName='TextInput',K.propTypes=r(d[19]).TextInputPropTypes,K.State={currentlyFocusedInput:O.default.currentlyFocusedInput,currentlyFocusedField:O.default.currentlyFocusedField,focusTextInput:O.default.focusTextInput,blurTextInput:O.default.blurTextInput};var M=v.default.create({multilineInput:{paddingTop:5}}),H={auto:'auto',top:'top',bottom:'bottom',middle:'center'};m.exports=K}),369,[6,31,47,164,228,102,206,225,201,52,281,56,3,84,96,204,57,99,370,235]); __d((function(g,r,_i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.__INTERNAL_VIEW_CONFIG=e.Commands=void 0;var n=t(r(d[1])),o=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var o=c(n);if(o&&o.has(t))return o.get(t);var u={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var f in t)if("default"!==f&&Object.prototype.hasOwnProperty.call(t,f)){var l=i?Object.getOwnPropertyDescriptor(t,f):null;l&&(l.get||l.set)?Object.defineProperty(u,f,l):u[f]=t[f]}u.default=t,o&&o.set(t,u);return u})(r(d[2])),u=t(r(d[3])),i=t(r(d[4]));function c(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,o=new WeakMap;return(c=function(t){return t?o:n})(t)}function f(t,n){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(t);n&&(u=u.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),o.push.apply(o,u)}return o}function l(t){for(var o=1;o0,s=o&&o.length>0;return!i&&s?o[0]:i?e[0]:t},_='NOT_RESPONDER',S='RESPONDER_INACTIVE_PRESS_IN',P='RESPONDER_INACTIVE_PRESS_OUT',T='RESPONDER_ACTIVE_PRESS_IN',D='RESPONDER_ACTIVE_PRESS_OUT',O='RESPONDER_ACTIVE_LONG_PRESS_IN',N='RESPONDER_ACTIVE_LONG_PRESS_OUT',p='ERROR',f={NOT_RESPONDER:!1,RESPONDER_INACTIVE_PRESS_IN:!1,RESPONDER_INACTIVE_PRESS_OUT:!1,RESPONDER_ACTIVE_PRESS_IN:!1,RESPONDER_ACTIVE_PRESS_OUT:!1,RESPONDER_ACTIVE_LONG_PRESS_IN:!1,RESPONDER_ACTIVE_LONG_PRESS_OUT:!1,ERROR:!1},b=R(R({},f),{},{RESPONDER_ACTIVE_PRESS_OUT:!0,RESPONDER_ACTIVE_PRESS_IN:!0}),A=R(R({},f),{},{RESPONDER_INACTIVE_PRESS_IN:!0,RESPONDER_ACTIVE_PRESS_IN:!0,RESPONDER_ACTIVE_LONG_PRESS_IN:!0}),I=R(R({},f),{},{RESPONDER_ACTIVE_LONG_PRESS_IN:!0}),L='DELAY',y='RESPONDER_GRANT',v='RESPONDER_RELEASE',C='RESPONDER_TERMINATED',G='ENTER_PRESS_RECT',V='LEAVE_PRESS_RECT',H='LONG_PRESS_DETECTED',M={NOT_RESPONDER:{DELAY:p,RESPONDER_GRANT:S,RESPONDER_RELEASE:p,RESPONDER_TERMINATED:p,ENTER_PRESS_RECT:p,LEAVE_PRESS_RECT:p,LONG_PRESS_DETECTED:p},RESPONDER_INACTIVE_PRESS_IN:{DELAY:T,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:S,LEAVE_PRESS_RECT:P,LONG_PRESS_DETECTED:p},RESPONDER_INACTIVE_PRESS_OUT:{DELAY:D,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:S,LEAVE_PRESS_RECT:P,LONG_PRESS_DETECTED:p},RESPONDER_ACTIVE_PRESS_IN:{DELAY:p,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:T,LEAVE_PRESS_RECT:D,LONG_PRESS_DETECTED:O},RESPONDER_ACTIVE_PRESS_OUT:{DELAY:p,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:T,LEAVE_PRESS_RECT:D,LONG_PRESS_DETECTED:p},RESPONDER_ACTIVE_LONG_PRESS_IN:{DELAY:p,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:O,LEAVE_PRESS_RECT:N,LONG_PRESS_DETECTED:O},RESPONDER_ACTIVE_LONG_PRESS_OUT:{DELAY:p,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:O,LEAVE_PRESS_RECT:N,LONG_PRESS_DETECTED:p},error:{DELAY:_,RESPONDER_GRANT:S,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:_,LEAVE_PRESS_RECT:_,LONG_PRESS_DETECTED:_}},w={componentDidMount:function(){s.default.isTV},componentWillUnmount:function(){this.touchableDelayTimeout&&clearTimeout(this.touchableDelayTimeout),this.longPressDelayTimeout&&clearTimeout(this.longPressDelayTimeout),this.pressOutDelayTimeout&&clearTimeout(this.pressOutDelayTimeout)},touchableGetInitialState:function(){return{touchable:{touchState:void 0,responderID:null}}},touchableHandleResponderTerminationRequest:function(){return!this.props.rejectResponderTermination},touchableHandleStartShouldSetResponder:function(){return!this.props.disabled},touchableLongPressCancelsPress:function(){return!0},touchableHandleResponderGrant:function(t){var e=t.currentTarget;t.persist(),this.pressOutDelayTimeout&&clearTimeout(this.pressOutDelayTimeout),this.pressOutDelayTimeout=null,this.state.touchable.touchState=_,this.state.touchable.responderID=e,this._receiveSignal(y,t);var o=void 0!==this.touchableGetHighlightDelayMS?Math.max(this.touchableGetHighlightDelayMS(),0):130;0!==(o=isNaN(o)?130:o)?this.touchableDelayTimeout=setTimeout(this._handleDelay.bind(this,t),o):this._handleDelay(t);var i=void 0!==this.touchableGetLongPressDelayMS?Math.max(this.touchableGetLongPressDelayMS(),10):370;i=isNaN(i)?370:i,this.longPressDelayTimeout=setTimeout(this._handleLongDelay.bind(this,t),i+o)},touchableHandleResponderRelease:function(t){this.pressInLocation=null,this._receiveSignal(v,t)},touchableHandleResponderTerminate:function(t){this.pressInLocation=null,this._receiveSignal(C,t)},touchableHandleResponderMove:function(t){if(this.state.touchable.positionOnActivate){var e=this.state.touchable.positionOnActivate,o=this.state.touchable.dimensionsOnActivate,i=this.touchableGetPressRectOffset?this.touchableGetPressRectOffset():{left:20,right:20,top:20,bottom:20},s=i.left,E=i.top,n=i.right,l=i.bottom,u=this.touchableGetHitSlop?this.touchableGetHitSlop():null;u&&(s+=u.left||0,E+=u.top||0,n+=u.right||0,l+=u.bottom||0);var h=c(t.nativeEvent),R=h&&h.pageX,_=h&&h.pageY;if(this.pressInLocation)this._getDistanceBetweenPoints(R,_,this.pressInLocation.pageX,this.pressInLocation.pageY)>10&&this._cancelLongPressDelayTimeout();if(R>e.left-s&&_>e.top-E&&R>`");i!==s&&(this._performSideEffectsForTransition(i,s,t,e),this.state.touchable.touchState=s)}},_cancelLongPressDelayTimeout:function(){this.longPressDelayTimeout&&clearTimeout(this.longPressDelayTimeout),this.longPressDelayTimeout=null},_isHighlight:function(t){return t===T||t===O},_savePressInLocation:function(t){var e=c(t.nativeEvent),o=e&&e.pageX,i=e&&e.pageY,s=e&&e.locationX,E=e&&e.locationY;this.pressInLocation={pageX:o,pageY:i,locationX:s,locationY:E}},_getDistanceBetweenPoints:function(t,e,o,i){var s=t-o,E=e-i;return Math.sqrt(s*s+E*E)},_performSideEffectsForTransition:function(t,e,o,i){var n=this._isHighlight(t),l=this._isHighlight(e);(o===C||o===v)&&this._cancelLongPressDelayTimeout();var u=t===_&&e===S,h=!b[t]&&b[e];if((u||h)&&this._remeasureMetricsOnActivation(),A[t]&&o===H&&this.touchableHandleLongPress&&this.touchableHandleLongPress(i),l&&!n?this._startHighlight(i):!l&&n&&this._endHighlight(i),A[t]&&o===v){var R=!!this.props.onLongPress,c=I[t]&&(!R||!this.touchableLongPressCancelsPress());(!I[t]||c)&&this.touchableHandlePress&&(l||n||(this._startHighlight(i),this._endHighlight(i)),'android'!==s.default.OS||this.props.touchSoundDisabled||E.default.playTouchSound(),this.touchableHandlePress(i))}this.touchableDelayTimeout&&clearTimeout(this.touchableDelayTimeout),this.touchableDelayTimeout=null},_startHighlight:function(t){this._savePressInLocation(t),this.touchableHandleActivePressIn&&this.touchableHandleActivePressIn(t)},_endHighlight:function(t){var e=this;this.touchableHandleActivePressOut&&(this.touchableGetPressOutDelayMS&&this.touchableGetPressOutDelayMS()?this.pressOutDelayTimeout=setTimeout((function(){e.touchableHandleActivePressOut(t)}),this.touchableGetPressOutDelayMS()):this.touchableHandleActivePressOut(t))},withoutDefaultFocusAndBlur:{}},j=(w.touchableHandleFocus,w.touchableHandleBlur,(0,e.default)(w,["touchableHandleFocus","touchableHandleBlur"]));w.withoutDefaultFocusAndBlur=j;var Y={Mixin:w,renderDebugView:function(t){t.color,t.hitSlop;return null}};m.exports=Y}),371,[6,164,31,226,82,52,230,372,374,96,204]); __d((function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])(r(d[1])),o=t.default.twoArgumentPooler;function n(t,o){this.width=t,this.height=o}n.prototype.destructor=function(){this.width=null,this.height=null},n.getPooledFromElement=function(t){return n.getPooled(t.offsetWidth,t.offsetHeight)},t.default.addPoolingTo(n,o),m.exports=n}),372,[6,373]); @@ -422,7 +422,7 @@ __d((function(g,r,i,a,m,_e,d){'use strict';var t=r(d[0]),n=r(d[1]),e=r(d[2]),u=r __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.DynamicColorIOS=void 0;e.DynamicColorIOS=function(o){throw new Error('DynamicColorIOS is not available on this platform.')}}),416,[]); __d((function(g,r,_i,a,m,_e,d){var e=r(d[0]),t=e(r(d[1])),n=e(r(d[2])),i=e(r(d[3])),o=e(r(d[4])),c=e(r(d[5])),l=e(r(d[6])),u=e(r(d[7])),s=e(r(d[8])),v=e(r(d[9])),f=r(d[10]),S=r(d[11]),p=r(d[12]),h=e(r(d[13])),y=e(r(d[14])),w=r(d[15]),N=r(d[16]),b=["children"],C=["enabled","freezeOnBlur"],k=["active","activityState","children","isNativeStack","gestureResponseDistance"],O=["active","activityState","style","onComponentRef"],j=["enabled","hasTwoStates"];function x(e){var t=P();return function(){var n,i=(0,c.default)(e);if(t){var l=(0,c.default)(this).constructor;n=Reflect.construct(i,arguments,l)}else n=i.apply(this,arguments);return(0,o.default)(this,n)}}function P(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function R(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function B(e){for(var t=1;t1,children:e})}));return(0,N.jsx)(U.NativeScreenStack,B(B({},n),{},{children:o}))},InnerScreen:L,FullWindowOverlay:function(e){return'ios'!==f.Platform.OS?(console.warn('Importing FullWindowOverlay is only valid on iOS devices.'),(0,N.jsx)(f.View,B({},e))):(0,N.jsx)(U.NativeFullWindowOverlay,{style:{position:'absolute',width:'100%',height:'100%'},children:e.children})},get NativeScreen(){return U.NativeScreen},get NativeScreenContainer(){return U.NativeScreenContainer},get NativeScreenNavigationContainer(){return U.NativeScreenNavigationContainer},get ScreenStackHeaderConfig(){return U.NativeScreenStackHeaderConfig},get ScreenStackHeaderSubview(){return U.NativeScreenStackHeaderSubview},get SearchBar(){return w.isSearchBarAvailableForCurrentPlatform?U.NativeSearchBar:(console.warn('Importing SearchBar is only valid on iOS and Android devices.'),f.View)},ScreenStackHeaderBackButtonImage:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,{type:"back",style:G.headerSubview,children:(0,N.jsx)(f.Image,B({resizeMode:"center",fadeDuration:0},e))})},ScreenStackHeaderRightView:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,B(B({},e),{},{type:"right",style:G.headerSubview}))},ScreenStackHeaderLeftView:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,B(B({},e),{},{type:"left",style:G.headerSubview}))},ScreenStackHeaderCenterView:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,B(B({},e),{},{type:"center",style:G.headerSubview}))},ScreenStackHeaderSearchBarView:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,B(B({},e),{},{type:"searchBar",style:G.headerSubview}))},enableScreens:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];(A=H&&e)&&!f.UIManager.getViewManagerConfig('RNSScreen')&&console.error("Screen native module hasn't been linked. Please check the react-native-screens README for more details")},enableFreeze:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=parseInt(p.version.split('.')[1]);0===t||t>=64||!e||console.warn('react-freeze library requires at least react-native 0.64. Please upgrade your react-native version in order to use this feature.'),F=e},screensEnabled:function(){return A},shouldUseActivityState:!0,useTransitionProgress:y.default,isSearchBarAvailableForCurrentPlatform:w.isSearchBarAvailableForCurrentPlatform,executeNativeBackPress:w.executeNativeBackPress}}),417,[6,15,16,32,34,36,31,164,47,96,2,418,419,420,421,422,204]); __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.Freeze=function(o){var u=o.freeze,c=o.children,l=o.placeholder,p=void 0===l?null:l;return(0,n.jsx)(t.Suspense,{fallback:p,children:(0,n.jsx)(f,{freeze:u,children:c})})};var t=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var f=o(n);if(f&&f.has(t))return f.get(t);var u={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in t)if("default"!==l&&Object.prototype.hasOwnProperty.call(t,l)){var p=c?Object.getOwnPropertyDescriptor(t,l):null;p&&(p.get||p.set)?Object.defineProperty(u,l,p):u[l]=t[l]}u.default=t,f&&f.set(t,u);return u})(r(d[0])),n=r(d[1]);function o(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,f=new WeakMap;return(o=function(t){return t?f:n})(t)}function f(o){var f=o.freeze,u=o.children,c=(0,t.useRef)({}).current;if(f&&!c.promise)throw c.promise=new Promise((function(t){c.resolve=t})),c.promise;if(f)throw c.promise;return c.promise&&(c.resolve(),c.promise=void 0),(0,n.jsx)(t.Fragment,{children:u})}}),418,[96,204]); -__d((function(e,s,t,r,i,c,a){i.exports={name:"react-native",version:"0.72.0-rc.5",bin:"./cli.js",description:"A framework for building native apps using React",license:"MIT",repository:"github:facebook/react-native",engines:{node:">=16"},types:"types","jest-junit":{outputDirectory:"reports/junit",outputName:"js-test-results.xml"},files:["android","build.gradle.kts","cli.js","flow","flow-typed","gradle.properties","index.js","interface.js","jest-preset.js","jest","Libraries","LICENSE","local-cli","React-Core.podspec","react-native.config.js","React.podspec","React","ReactAndroid","ReactCommon","README.md","rn-get-polyfills.js","scripts/compose-source-maps.js","scripts/find-node-for-xcode.sh","scripts/generate-codegen-artifacts.js","scripts/generate-provider-cli.js","scripts/generate-specs-cli.js","scripts/codegen","!scripts/codegen/__tests__","!scripts/codegen/__test_fixtures__","scripts/hermes/hermes-utils.js","scripts/hermes/prepare-hermes-for-build.js","scripts/ios-configure-glog.sh","scripts/xcode/with-environment.sh","scripts/launchPackager.bat","scripts/launchPackager.command","scripts/native_modules.rb","scripts/node-binary.sh","scripts/packager.sh","scripts/packager-reporter.js","scripts/react_native_pods_utils/script_phases.rb","scripts/react_native_pods_utils/script_phases.sh","scripts/react_native_pods.rb","scripts/cocoapods","!scripts/cocoapods/__tests__","scripts/react-native-xcode.sh","sdks/.hermesversion","sdks/hermes-engine","sdks/hermesc","settings.gradle.kts","template.config.js","template","!template/node_modules","!template/package-lock.json","!template/yarn.lock","third-party-podspecs","types"],scripts:{prepack:"cp ../../README.md ."},peerDependencies:{react:"18.2.0"},dependencies:{"@jest/create-cache-key-function":"^29.2.1","@react-native-community/cli":"11.3.1","@react-native-community/cli-platform-android":"11.3.1","@react-native-community/cli-platform-ios":"11.3.1","@react-native/assets-registry":"^0.72.0","@react-native/codegen":"^0.72.5","@react-native/gradle-plugin":"^0.72.10","@react-native/js-polyfills":"^0.72.1","@react-native/normalize-colors":"^0.72.0","@react-native/virtualized-lists":"^0.72.5","abort-controller":"^3.0.0",anser:"^1.4.9","base64-js":"^1.1.2","deprecated-react-native-prop-types":"4.1.0","event-target-shim":"^5.0.1","flow-enums-runtime":"^0.0.5",invariant:"^2.2.4","jest-environment-node":"^29.2.1","jsc-android":"^250231.0.0","memoize-one":"^5.0.0","metro-runtime":"0.76.5","metro-source-map":"0.76.5",mkdirp:"^0.5.1",nullthrows:"^1.1.1","pretty-format":"^26.5.2",promise:"^8.3.0","react-devtools-core":"^4.27.2","react-refresh":"^0.4.0","react-shallow-renderer":"^16.15.0","regenerator-runtime":"^0.13.2",scheduler:"0.24.0-canary-efb381bbf-20230505","stacktrace-parser":"^0.1.10","use-sync-external-store":"^1.0.0","whatwg-fetch":"^3.0.0",ws:"^6.2.2",yargs:"^17.6.2"},codegenConfig:{libraries:[{name:"FBReactNativeSpec",type:"modules",ios:{},android:{},jsSrcsDir:"Libraries"},{name:"rncore",type:"components",ios:{},android:{},jsSrcsDir:"Libraries"}]}}}),419,[]); +__d((function(e,s,t,r,i,c,a){i.exports={name:"react-native",version:"0.72.0-rc.6",bin:"./cli.js",description:"A framework for building native apps using React",license:"MIT",repository:"github:facebook/react-native",engines:{node:">=16"},types:"types","jest-junit":{outputDirectory:"reports/junit",outputName:"js-test-results.xml"},files:["android","build.gradle.kts","cli.js","flow","flow-typed","gradle.properties","index.js","interface.js","jest-preset.js","jest","Libraries","LICENSE","local-cli","React-Core.podspec","react-native.config.js","React.podspec","React","ReactAndroid","ReactCommon","README.md","rn-get-polyfills.js","scripts/compose-source-maps.js","scripts/find-node-for-xcode.sh","scripts/generate-codegen-artifacts.js","scripts/generate-provider-cli.js","scripts/generate-specs-cli.js","scripts/codegen","!scripts/codegen/__tests__","!scripts/codegen/__test_fixtures__","scripts/hermes/hermes-utils.js","scripts/hermes/prepare-hermes-for-build.js","scripts/ios-configure-glog.sh","scripts/xcode/with-environment.sh","scripts/launchPackager.bat","scripts/launchPackager.command","scripts/native_modules.rb","scripts/node-binary.sh","scripts/packager.sh","scripts/packager-reporter.js","scripts/react_native_pods_utils/script_phases.rb","scripts/react_native_pods_utils/script_phases.sh","scripts/react_native_pods.rb","scripts/cocoapods","!scripts/cocoapods/__tests__","scripts/react-native-xcode.sh","sdks/.hermesversion","sdks/hermes-engine","sdks/hermesc","settings.gradle.kts","template.config.js","template","!template/node_modules","!template/package-lock.json","!template/yarn.lock","third-party-podspecs","types"],scripts:{prepack:"cp ../../README.md ."},peerDependencies:{react:"18.2.0"},dependencies:{"@jest/create-cache-key-function":"^29.2.1","@react-native-community/cli":"11.3.2","@react-native-community/cli-platform-android":"11.3.2","@react-native-community/cli-platform-ios":"11.3.2","@react-native/assets-registry":"^0.72.0","@react-native/codegen":"^0.72.6","@react-native/gradle-plugin":"^0.72.10","@react-native/js-polyfills":"^0.72.1","@react-native/normalize-colors":"^0.72.0","@react-native/virtualized-lists":"^0.72.5","abort-controller":"^3.0.0",anser:"^1.4.9","base64-js":"^1.1.2","deprecated-react-native-prop-types":"4.1.0","event-target-shim":"^5.0.1","flow-enums-runtime":"^0.0.5",invariant:"^2.2.4","jest-environment-node":"^29.2.1","jsc-android":"^250231.0.0","memoize-one":"^5.0.0","metro-runtime":"0.76.5","metro-source-map":"0.76.5",mkdirp:"^0.5.1",nullthrows:"^1.1.1","pretty-format":"^26.5.2",promise:"^8.3.0","react-devtools-core":"^4.27.2","react-refresh":"^0.4.0","react-shallow-renderer":"^16.15.0","regenerator-runtime":"^0.13.2",scheduler:"0.24.0-canary-efb381bbf-20230505","stacktrace-parser":"^0.1.10","use-sync-external-store":"^1.0.0","whatwg-fetch":"^3.0.0",ws:"^6.2.2",yargs:"^17.6.2"},codegenConfig:{libraries:[{name:"FBReactNativeSpec",type:"modules",ios:{},android:{},jsSrcsDir:"Libraries"},{name:"rncore",type:"components",ios:{},android:{},jsSrcsDir:"Libraries"}]}}}),419,[]); __d((function(g,r,i,a,m,e,d){function t(n){if("function"!=typeof WeakMap)return null;var o=new WeakMap,u=new WeakMap;return(t=function(t){return t?u:o})(n)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=(function(n,o){if(!o&&n&&n.__esModule)return n;if(null===n||"object"!=typeof n&&"function"!=typeof n)return{default:n};var u=t(o);if(u&&u.has(n))return u.get(n);var f={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in n)if("default"!==l&&Object.prototype.hasOwnProperty.call(n,l)){var p=c?Object.getOwnPropertyDescriptor(n,l):null;p&&(p.get||p.set)?Object.defineProperty(f,l,p):f[l]=n[l]}f.default=n,u&&u.set(n,f);return f})(r(d[0])).createContext(void 0);e.default=n}),420,[96]); __d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){var t=n.useContext(o.default);if(void 0===t)throw new Error("Couldn't find values for transition progress. Are you inside a screen in Native Stack?");return t};var n=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var o=u(n);if(o&&o.has(t))return o.get(t);var f={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in t)if("default"!==l&&Object.prototype.hasOwnProperty.call(t,l)){var p=c?Object.getOwnPropertyDescriptor(t,l):null;p&&(p.get||p.set)?Object.defineProperty(f,l,p):f[l]=t[l]}f.default=t,o&&o.set(t,f);return f})(r(d[1])),o=t(r(d[2]));function u(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,o=new WeakMap;return(u=function(t){return t?o:n})(t)}}),421,[6,96,420]); __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.executeNativeBackPress=function(){return t.BackHandler.exitApp(),!0},e.isSearchBarAvailableForCurrentPlatform=void 0;var t=r(d[0]),o=['ios','android'].includes(t.Platform.OS);e.isSearchBarAvailableForCurrentPlatform=o}),422,[2]); diff --git a/packages/expo-dev-launcher/ios/main.jsbundle b/packages/expo-dev-launcher/ios/main.jsbundle index 9d66507718a7cd..c7b0c244e1f336 100644 --- a/packages/expo-dev-launcher/ios/main.jsbundle +++ b/packages/expo-dev-launcher/ios/main.jsbundle @@ -60,7 +60,7 @@ __d((function(g,r,i,a,m,e,d){function t(n){if("function"!=typeof WeakMap)return __d((function(g,r,i,a,m,e,d){'use strict';var t=r(d[0]),l={register:function(l){g.RN$Bridgeless?g.RN$registerCallableModule('RCTEventEmitter',(function(){return l})):t.registerCallableModule('RCTEventEmitter',l)}};m.exports=l}),54,[24]); __d((function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])(r(d[1])),n={},o={};e.customBubblingEventTypes=n,e.customDirectEventTypes=o;var s=new Map,u=new Map;function l(t){var s=t.bubblingEventTypes,u=t.directEventTypes;if(null!=s)for(var l in s)null==n[l]&&(n[l]=s[l]);if(null!=u)for(var f in u)null==o[f]&&(o[f]=u[f])}e.register=function(n,o){return(0,t.default)(!s.has(n),'Tried to register two views with the same name %s',n),(0,t.default)('function'==typeof o,'View config getter callback for component `%s` must be a function (received `%s`)',n,null===o?'null':typeof o),s.set(n,o),n},e.get=function(n){var o;if(u.has(n))o=u.get(n);else{var f=s.get(n);'function'!=typeof f&&(0,t.default)(!1,'View config getter callback for component `%s` must be a function (received `%s`).%s',n,null===f?'null':typeof f,'string'==typeof n[0]&&/[a-z]/.test(n[0])?' Make sure to start component names with a capital letter.':''),l(o=f()),u.set(n,o),s.set(n,null)}return(0,t.default)(o,'View config not found for name %s',n),o}}),55,[6,3]); __d((function(g,r,i,a,m,e,d){r(d[0]);var n=r(d[1]),u=r(d[2]).findNodeHandle,t=(r(d[3]),r(d[4]),null),o=new Set;function l(n){t!==n&&null!=n&&(t=n)}function f(n){t===n&&null!=n&&(t=null)}m.exports={currentlyFocusedInput:function(){return t},focusInput:l,blurInput:f,currentlyFocusedField:function(){return u(t)},focusField:function(n){},blurField:function(n){},focusTextInput:function(u){if('number'!=typeof u&&null!=u){var o;if(!(t!==u&&!1!==(null==(o=u.currentProps)?void 0:o.editable)))return;l(u),n.Commands.focus(u)}},blurTextInput:function(u){'number'!=typeof u&&t===u&&null!=u&&(f(u),n.Commands.blur(u))},registerInput:function(n){'number'!=typeof n&&o.add(n)},unregisterInput:function(n){'number'!=typeof n&&o.delete(n)},isTextInput:function(n){return'number'!=typeof n&&o.has(n)}}}),56,[57,99,20,52,96]); -__d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.__INTERNAL_VIEW_CONFIG=e.Commands=void 0;var o=(function(t,o){if(!o&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var u=n(o);if(u&&u.has(t))return u.get(t);var l={},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var p in t)if("default"!==p&&Object.prototype.hasOwnProperty.call(t,p)){var c=s?Object.getOwnPropertyDescriptor(t,p):null;c&&(c.get||c.set)?Object.defineProperty(l,p,c):l[p]=t[p]}l.default=t,u&&u.set(t,l);return l})(r(d[1]));function n(t){if("function"!=typeof WeakMap)return null;var o=new WeakMap,u=new WeakMap;return(n=function(t){return t?u:o})(t)}var u=(0,t(r(d[2])).default)({supportedCommands:['focus','blur','setTextAndSelection']});e.Commands=u;var l={uiViewClassName:'AndroidTextInput',bubblingEventTypes:{topBlur:{phasedRegistrationNames:{bubbled:'onBlur',captured:'onBlurCapture'}},topEndEditing:{phasedRegistrationNames:{bubbled:'onEndEditing',captured:'onEndEditingCapture'}},topFocus:{phasedRegistrationNames:{bubbled:'onFocus',captured:'onFocusCapture'}},topKeyPress:{phasedRegistrationNames:{bubbled:'onKeyPress',captured:'onKeyPressCapture'}},topSubmitEditing:{phasedRegistrationNames:{bubbled:'onSubmitEditing',captured:'onSubmitEditingCapture'}},topTextInput:{phasedRegistrationNames:{bubbled:'onTextInput',captured:'onTextInputCapture'}}},directEventTypes:{topScroll:{registrationName:'onScroll'}},validAttributes:{maxFontSizeMultiplier:!0,adjustsFontSizeToFit:!0,minimumFontScale:!0,autoFocus:!0,placeholder:!0,inlineImagePadding:!0,contextMenuHidden:!0,textShadowColor:{process:r(d[3]).default},maxLength:!0,selectTextOnFocus:!0,textShadowRadius:!0,underlineColorAndroid:{process:r(d[3]).default},textDecorationLine:!0,submitBehavior:!0,textAlignVertical:!0,fontStyle:!0,textShadowOffset:!0,selectionColor:{process:r(d[3]).default},selection:!0,placeholderTextColor:{process:r(d[3]).default},importantForAutofill:!0,lineHeight:!0,textTransform:!0,returnKeyType:!0,keyboardType:!0,multiline:!0,color:{process:r(d[3]).default},autoComplete:!0,numberOfLines:!0,letterSpacing:!0,returnKeyLabel:!0,fontSize:!0,onKeyPress:!0,cursorColor:{process:r(d[3]).default},text:!0,showSoftInputOnFocus:!0,textAlign:!0,autoCapitalize:!0,autoCorrect:!0,caretHidden:!0,secureTextEntry:!0,textBreakStrategy:!0,onScroll:!0,onContentSizeChange:!0,disableFullscreenUI:!0,includeFontPadding:!0,fontWeight:!0,fontFamily:!0,allowFontScaling:!0,onSelectionChange:!0,mostRecentEventCount:!0,inlineImageLeft:!0,editable:!0,fontVariant:!0,borderBottomRightRadius:!0,borderBottomColor:{process:r(d[3]).default},borderRadius:!0,borderRightColor:{process:r(d[3]).default},borderColor:{process:r(d[3]).default},borderTopRightRadius:!0,borderStyle:!0,borderBottomLeftRadius:!0,borderLeftColor:{process:r(d[3]).default},borderTopLeftRadius:!0,borderTopColor:{process:r(d[3]).default}}};e.__INTERNAL_VIEW_CONFIG=l;var s=o.get('AndroidTextInput',(function(){return l}));e.default=s}),57,[6,58,98,62]); +__d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.__INTERNAL_VIEW_CONFIG=e.Commands=void 0;var o=(function(t,o){if(!o&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var u=n(o);if(u&&u.has(t))return u.get(t);var l={},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var p in t)if("default"!==p&&Object.prototype.hasOwnProperty.call(t,p)){var c=s?Object.getOwnPropertyDescriptor(t,p):null;c&&(c.get||c.set)?Object.defineProperty(l,p,c):l[p]=t[p]}l.default=t,u&&u.set(t,l);return l})(r(d[1]));function n(t){if("function"!=typeof WeakMap)return null;var o=new WeakMap,u=new WeakMap;return(n=function(t){return t?u:o})(t)}var u=(0,t(r(d[2])).default)({supportedCommands:['focus','blur','setTextAndSelection']});e.Commands=u;var l={uiViewClassName:'AndroidTextInput',bubblingEventTypes:{topBlur:{phasedRegistrationNames:{bubbled:'onBlur',captured:'onBlurCapture'}},topEndEditing:{phasedRegistrationNames:{bubbled:'onEndEditing',captured:'onEndEditingCapture'}},topFocus:{phasedRegistrationNames:{bubbled:'onFocus',captured:'onFocusCapture'}},topKeyPress:{phasedRegistrationNames:{bubbled:'onKeyPress',captured:'onKeyPressCapture'}},topSubmitEditing:{phasedRegistrationNames:{bubbled:'onSubmitEditing',captured:'onSubmitEditingCapture'}},topTextInput:{phasedRegistrationNames:{bubbled:'onTextInput',captured:'onTextInputCapture'}}},directEventTypes:{topScroll:{registrationName:'onScroll'}},validAttributes:{maxFontSizeMultiplier:!0,adjustsFontSizeToFit:!0,minimumFontScale:!0,autoFocus:!0,placeholder:!0,inlineImagePadding:!0,contextMenuHidden:!0,textShadowColor:{process:r(d[3]).default},maxLength:!0,selectTextOnFocus:!0,textShadowRadius:!0,underlineColorAndroid:{process:r(d[3]).default},textDecorationLine:!0,submitBehavior:!0,textAlignVertical:!0,fontStyle:!0,textShadowOffset:!0,selectionColor:{process:r(d[3]).default},placeholderTextColor:{process:r(d[3]).default},importantForAutofill:!0,lineHeight:!0,textTransform:!0,returnKeyType:!0,keyboardType:!0,multiline:!0,color:{process:r(d[3]).default},autoComplete:!0,numberOfLines:!0,letterSpacing:!0,returnKeyLabel:!0,fontSize:!0,onKeyPress:!0,cursorColor:{process:r(d[3]).default},text:!0,showSoftInputOnFocus:!0,textAlign:!0,autoCapitalize:!0,autoCorrect:!0,caretHidden:!0,secureTextEntry:!0,textBreakStrategy:!0,onScroll:!0,onContentSizeChange:!0,disableFullscreenUI:!0,includeFontPadding:!0,fontWeight:!0,fontFamily:!0,allowFontScaling:!0,onSelectionChange:!0,mostRecentEventCount:!0,inlineImageLeft:!0,editable:!0,fontVariant:!0,borderBottomRightRadius:!0,borderBottomColor:{process:r(d[3]).default},borderRadius:!0,borderRightColor:{process:r(d[3]).default},borderColor:{process:r(d[3]).default},borderTopRightRadius:!0,borderStyle:!0,borderBottomLeftRadius:!0,borderLeftColor:{process:r(d[3]).default},borderTopLeftRadius:!0,borderTopColor:{process:r(d[3]).default}}};e.__INTERNAL_VIEW_CONFIG=l;var s=o.get('AndroidTextInput',(function(){return l}));e.default=s}),57,[6,58,98,62]); __d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.get=b,e.getWithFallback_DEPRECATED=function(t,u){if(null==n){if(w(t))return b(t,u)}else if(null!=n(t))return b(t,u);var l=function(t){return null};return l.displayName=`Fallback(${t})`,l},e.setRuntimeConfigProvider=function(t){(0,s.default)(null==n,'NativeComponentRegistry.setRuntimeConfigProvider() called more than once.'),n=t},e.unstable_hasStaticViewConfig=function(t){var u;return!(null!=(u=null==n?void 0:n(t))?u:{native:!0}).native};var n,u=t(r(d[1])),l=t(r(d[2])),o=t(r(d[3])),f=t(r(d[4])),c=y(r(d[5])),v=r(d[6]),s=t(r(d[7]));y(r(d[8]));function p(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,u=new WeakMap;return(p=function(t){return t?u:n})(t)}function y(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var u=p(n);if(u&&u.has(t))return u.get(t);var l={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var f in t)if("default"!==f&&Object.prototype.hasOwnProperty.call(t,f)){var c=o?Object.getOwnPropertyDescriptor(t,f):null;c&&(c.get||c.set)?Object.defineProperty(l,f,c):l[f]=t[f]}return l.default=t,u&&u.set(t,l),l}function b(t,l){return o.default.register(t,(function(){var o,s=null!=(o=null==n?void 0:n(t))?o:{native:!0,strict:!1,verify:!1},p=s.native,y=s.strict,b=s.verify,w=p?(0,u.default)(t):(0,v.createViewConfig)(l());if(b){var O=p?w:(0,u.default)(t),P=p?(0,v.createViewConfig)(l()):w;if(y){var C=c.validate(t,O,P);'invalid'===C.type&&console.error(c.stringifyValidationResult(t,C))}else(0,f.default)(O,P)}return w})),t}function w(t){return(0,s.default)(null==n,'Unexpected invocation!'),null!=l.default.getViewManagerConfig(t)}}),58,[6,59,82,55,90,94,95,3,96]); __d((function(g,r,_i,a,m,e,d){'use strict';var t=r(d[0]);function n(t,n){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),s.push.apply(s,o)}return s}function s(s){for(var o=1;o1&&(ke=(0,I.jsx)(h.default,{children:ke})),pe=(0,I.jsx)(n,B(B(B({ref:ue},H),xe),{},{accessibilityState:ge,accessibilityLabelledBy:Fe,accessible:be,autoCapitalize:Pe,submitBehavior:re,caretHidden:he,children:ke,disableFullscreenUI:s.disableFullscreenUI,focusable:void 0!==K?!K:me,mostRecentEventCount:G,nativeID:null!=z?z:s.nativeID,numberOfLines:null!=(Ie=s.rows)?Ie:s.numberOfLines,onBlur:de,onChange:ie,onFocus:ce,onScroll:fe,onSelectionChange:se,placeholder:Re,selection:U,style:Ce,text:ae,textBreakStrategy:s.textBreakStrategy}))}return(0,I.jsx)(S.default.Provider,{value:!0,children:pe})}var _={enter:'default',done:'done',go:'go',next:'next',previous:'previous',search:'search',send:'send'},L={none:'default',text:'default',decimal:'decimal-pad',numeric:'number-pad',tel:'phone-pad',search:'ios'===x.default.OS?'web-search':'default',email:'email-address',url:'url'},N={'address-line1':'postal-address-region','address-line2':'postal-address-locality',bday:'birthdate-full','bday-day':'birthdate-day','bday-month':'birthdate-month','bday-year':'birthdate-year','cc-csc':'cc-csc','cc-exp':'cc-exp','cc-exp-month':'cc-exp-month','cc-exp-year':'cc-exp-year','cc-number':'cc-number',country:'postal-address-country','current-password':'password',email:'email','honorific-prefix':'name-prefix','honorific-suffix':'name-suffix',name:'name','additional-name':'name-middle','family-name':'name-family','given-name':'name-given','new-password':'password-new',off:'off','one-time-code':'sms-otp','postal-code':'postal-code',sex:'gender','street-address':'street-address',tel:'tel','tel-country-code':'tel-country-code','tel-national':'tel-national',username:'username'},z={'address-line1':'streetAddressLine1','address-line2':'streetAddressLine2','cc-number':'creditCardNumber','current-password':'password',country:'countryName',email:'emailAddress',name:'name','additional-name':'middleName','family-name':'familyName','given-name':'givenName',nickname:'nickname','honorific-prefix':'namePrefix','honorific-suffix':'nameSuffix','new-password':'newPassword',off:'none','one-time-code':'oneTimeCode',organization:'organizationName','organization-title':'jobTitle','postal-code':'postalCode','street-address':'fullStreetAddress',tel:'telephoneNumber',url:'URL',username:'username'},K=j.forwardRef((function(n,t){var l,o=n.allowFontScaling,u=void 0===o||o,i=n.rejectResponderTermination,s=void 0===i||i,c=n.underlineColorAndroid,f=void 0===c?'transparent':c,y=n.autoComplete,v=n.textContentType,h=n.readOnly,S=n.editable,C=n.enterKeyHint,O=n.returnKeyType,T=n.inputMode,w=n.showSoftInputOnFocus,j=n.keyboardType,P=(0,p.default)(n,R),F=(0,b.default)(P.style);return null!=(null==F?void 0:F.verticalAlign)&&(F.textAlignVertical=H[F.verticalAlign],delete F.verticalAlign),(0,I.jsx)(D,B(B({allowFontScaling:u,rejectResponderTermination:s,underlineColorAndroid:f,editable:void 0!==h?!h:S,returnKeyType:C?_[C]:O,keyboardType:T?L[T]:j,showSoftInputOnFocus:null==T?w:'none'!==T,autoComplete:'android'===x.default.OS?null!=(l=N[y])?l:y:void 0,textContentType:null!=v?v:'ios'===x.default.OS&&y&&y in z?z[y]:v},P),{},{forwardedRef:t,style:F}))}));K.displayName='TextInput',K.propTypes=r(d[19]).TextInputPropTypes,K.State={currentlyFocusedInput:O.default.currentlyFocusedInput,currentlyFocusedField:O.default.currentlyFocusedField,focusTextInput:O.default.focusTextInput,blurTextInput:O.default.blurTextInput};var M=v.default.create({multilineInput:{paddingTop:5}}),H={auto:'auto',top:'top',bottom:'bottom',middle:'center'};m.exports=K}),368,[6,31,47,164,228,102,208,225,203,52,281,56,3,84,96,206,57,99,369,235]); +__d((function(g,r,_i,a,m,e,d){var n,t,l,o,u,i,s=r(d[0]),c=s(r(d[1])),f=s(r(d[2])),p=s(r(d[3])),y=s(r(d[4])),b=s(r(d[5])),v=s(r(d[6])),h=s(r(d[7])),S=s(r(d[8])),x=s(r(d[9])),C=s(r(d[10])),O=s(r(d[11])),T=s(r(d[12])),w=s(r(d[13])),j=(function(n,t){if(!t&&n&&n.__esModule)return n;if(null===n||"object"!=typeof n&&"function"!=typeof n)return{default:n};var l=A(t);if(l&&l.has(n))return l.get(n);var o={},u=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in n)if("default"!==i&&Object.prototype.hasOwnProperty.call(n,i)){var s=u?Object.getOwnPropertyDescriptor(n,i):null;s&&(s.get||s.set)?Object.defineProperty(o,i,s):o[i]=n[i]}o.default=n,l&&l.set(n,o);return o})(r(d[14])),I=r(d[15]),P=["aria-busy","aria-checked","aria-disabled","aria-expanded","aria-selected","accessibilityState","id","tabIndex","selection"],F=["onBlur","onFocus"],k=["allowFontScaling","rejectResponderTermination","underlineColorAndroid","autoComplete","textContentType","readOnly","editable","enterKeyHint","returnKeyType","inputMode","showSoftInputOnFocus","keyboardType"];function A(n){if("function"!=typeof WeakMap)return null;var t=new WeakMap,l=new WeakMap;return(A=function(n){return n?l:t})(n)}function R(n,t){var l=Object.keys(n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(n);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),l.push.apply(l,o)}return l}function B(n){for(var t=1;t1&&(Re=(0,I.jsx)(h.default,{children:Re})),ye=(0,I.jsx)(n,B(B(B({ref:ie},V),Ce),{},{accessibilityState:Se,accessibilityLabelledBy:ke,accessible:me,autoCapitalize:Fe,submitBehavior:oe,caretHidden:ge,children:Re,disableFullscreenUI:s.disableFullscreenUI,focusable:void 0!==K?!K:ve,mostRecentEventCount:J,nativeID:null!=z?z:s.nativeID,numberOfLines:null!=(Pe=s.rows)?Pe:s.numberOfLines,onBlur:fe,onChange:se,onFocus:ce,onScroll:pe,onSelectionChange:de,placeholder:Ae,style:Oe,text:re,textBreakStrategy:s.textBreakStrategy}))}return(0,I.jsx)(S.default.Provider,{value:!0,children:ye})}var _={enter:'default',done:'done',go:'go',next:'next',previous:'previous',search:'search',send:'send'},L={none:'default',text:'default',decimal:'decimal-pad',numeric:'number-pad',tel:'phone-pad',search:'ios'===x.default.OS?'web-search':'default',email:'email-address',url:'url'},N={'address-line1':'postal-address-region','address-line2':'postal-address-locality',bday:'birthdate-full','bday-day':'birthdate-day','bday-month':'birthdate-month','bday-year':'birthdate-year','cc-csc':'cc-csc','cc-exp':'cc-exp','cc-exp-month':'cc-exp-month','cc-exp-year':'cc-exp-year','cc-number':'cc-number',country:'postal-address-country','current-password':'password',email:'email','honorific-prefix':'name-prefix','honorific-suffix':'name-suffix',name:'name','additional-name':'name-middle','family-name':'name-family','given-name':'name-given','new-password':'password-new',off:'off','one-time-code':'sms-otp','postal-code':'postal-code',sex:'gender','street-address':'street-address',tel:'tel','tel-country-code':'tel-country-code','tel-national':'tel-national',username:'username'},z={'address-line1':'streetAddressLine1','address-line2':'streetAddressLine2','cc-number':'creditCardNumber','current-password':'password',country:'countryName',email:'emailAddress',name:'name','additional-name':'middleName','family-name':'familyName','given-name':'givenName',nickname:'nickname','honorific-prefix':'namePrefix','honorific-suffix':'nameSuffix','new-password':'newPassword',off:'none','one-time-code':'oneTimeCode',organization:'organizationName','organization-title':'jobTitle','postal-code':'postalCode','street-address':'fullStreetAddress',tel:'telephoneNumber',url:'URL',username:'username'},K=j.forwardRef((function(n,t){var l,o=n.allowFontScaling,u=void 0===o||o,i=n.rejectResponderTermination,s=void 0===i||i,c=n.underlineColorAndroid,f=void 0===c?'transparent':c,y=n.autoComplete,v=n.textContentType,h=n.readOnly,S=n.editable,C=n.enterKeyHint,O=n.returnKeyType,T=n.inputMode,w=n.showSoftInputOnFocus,j=n.keyboardType,P=(0,p.default)(n,k),F=(0,b.default)(P.style);return null!=(null==F?void 0:F.verticalAlign)&&(F.textAlignVertical=H[F.verticalAlign],delete F.verticalAlign),(0,I.jsx)(D,B(B({allowFontScaling:u,rejectResponderTermination:s,underlineColorAndroid:f,editable:void 0!==h?!h:S,returnKeyType:C?_[C]:O,keyboardType:T?L[T]:j,showSoftInputOnFocus:null==T?w:'none'!==T,autoComplete:'android'===x.default.OS?null!=(l=N[y])?l:y:void 0,textContentType:null!=v?v:'ios'===x.default.OS&&y&&y in z?z[y]:v},P),{},{forwardedRef:t,style:F}))}));K.displayName='TextInput',K.propTypes=r(d[19]).TextInputPropTypes,K.State={currentlyFocusedInput:O.default.currentlyFocusedInput,currentlyFocusedField:O.default.currentlyFocusedField,focusTextInput:O.default.focusTextInput,blurTextInput:O.default.blurTextInput};var M=v.default.create({multilineInput:{paddingTop:5}}),H={auto:'auto',top:'top',bottom:'bottom',middle:'center'};m.exports=K}),368,[6,31,47,164,228,102,208,225,203,52,281,56,3,84,96,206,57,99,369,235]); __d((function(g,r,_i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.__INTERNAL_VIEW_CONFIG=e.Commands=void 0;var n=t(r(d[1])),o=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var o=c(n);if(o&&o.has(t))return o.get(t);var u={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var f in t)if("default"!==f&&Object.prototype.hasOwnProperty.call(t,f)){var l=i?Object.getOwnPropertyDescriptor(t,f):null;l&&(l.get||l.set)?Object.defineProperty(u,f,l):u[f]=t[f]}u.default=t,o&&o.set(t,u);return u})(r(d[2])),u=t(r(d[3])),i=t(r(d[4]));function c(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,o=new WeakMap;return(c=function(t){return t?o:n})(t)}function f(t,n){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(t);n&&(u=u.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),o.push.apply(o,u)}return o}function l(t){for(var o=1;o0,s=o&&o.length>0;return!i&&s?o[0]:i?e[0]:t},_='NOT_RESPONDER',S='RESPONDER_INACTIVE_PRESS_IN',P='RESPONDER_INACTIVE_PRESS_OUT',T='RESPONDER_ACTIVE_PRESS_IN',D='RESPONDER_ACTIVE_PRESS_OUT',O='RESPONDER_ACTIVE_LONG_PRESS_IN',N='RESPONDER_ACTIVE_LONG_PRESS_OUT',p='ERROR',f={NOT_RESPONDER:!1,RESPONDER_INACTIVE_PRESS_IN:!1,RESPONDER_INACTIVE_PRESS_OUT:!1,RESPONDER_ACTIVE_PRESS_IN:!1,RESPONDER_ACTIVE_PRESS_OUT:!1,RESPONDER_ACTIVE_LONG_PRESS_IN:!1,RESPONDER_ACTIVE_LONG_PRESS_OUT:!1,ERROR:!1},b=R(R({},f),{},{RESPONDER_ACTIVE_PRESS_OUT:!0,RESPONDER_ACTIVE_PRESS_IN:!0}),A=R(R({},f),{},{RESPONDER_INACTIVE_PRESS_IN:!0,RESPONDER_ACTIVE_PRESS_IN:!0,RESPONDER_ACTIVE_LONG_PRESS_IN:!0}),I=R(R({},f),{},{RESPONDER_ACTIVE_LONG_PRESS_IN:!0}),L='DELAY',y='RESPONDER_GRANT',v='RESPONDER_RELEASE',C='RESPONDER_TERMINATED',G='ENTER_PRESS_RECT',V='LEAVE_PRESS_RECT',H='LONG_PRESS_DETECTED',M={NOT_RESPONDER:{DELAY:p,RESPONDER_GRANT:S,RESPONDER_RELEASE:p,RESPONDER_TERMINATED:p,ENTER_PRESS_RECT:p,LEAVE_PRESS_RECT:p,LONG_PRESS_DETECTED:p},RESPONDER_INACTIVE_PRESS_IN:{DELAY:T,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:S,LEAVE_PRESS_RECT:P,LONG_PRESS_DETECTED:p},RESPONDER_INACTIVE_PRESS_OUT:{DELAY:D,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:S,LEAVE_PRESS_RECT:P,LONG_PRESS_DETECTED:p},RESPONDER_ACTIVE_PRESS_IN:{DELAY:p,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:T,LEAVE_PRESS_RECT:D,LONG_PRESS_DETECTED:O},RESPONDER_ACTIVE_PRESS_OUT:{DELAY:p,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:T,LEAVE_PRESS_RECT:D,LONG_PRESS_DETECTED:p},RESPONDER_ACTIVE_LONG_PRESS_IN:{DELAY:p,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:O,LEAVE_PRESS_RECT:N,LONG_PRESS_DETECTED:O},RESPONDER_ACTIVE_LONG_PRESS_OUT:{DELAY:p,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:O,LEAVE_PRESS_RECT:N,LONG_PRESS_DETECTED:p},error:{DELAY:_,RESPONDER_GRANT:S,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:_,LEAVE_PRESS_RECT:_,LONG_PRESS_DETECTED:_}},w={componentDidMount:function(){s.default.isTV},componentWillUnmount:function(){this.touchableDelayTimeout&&clearTimeout(this.touchableDelayTimeout),this.longPressDelayTimeout&&clearTimeout(this.longPressDelayTimeout),this.pressOutDelayTimeout&&clearTimeout(this.pressOutDelayTimeout)},touchableGetInitialState:function(){return{touchable:{touchState:void 0,responderID:null}}},touchableHandleResponderTerminationRequest:function(){return!this.props.rejectResponderTermination},touchableHandleStartShouldSetResponder:function(){return!this.props.disabled},touchableLongPressCancelsPress:function(){return!0},touchableHandleResponderGrant:function(t){var e=t.currentTarget;t.persist(),this.pressOutDelayTimeout&&clearTimeout(this.pressOutDelayTimeout),this.pressOutDelayTimeout=null,this.state.touchable.touchState=_,this.state.touchable.responderID=e,this._receiveSignal(y,t);var o=void 0!==this.touchableGetHighlightDelayMS?Math.max(this.touchableGetHighlightDelayMS(),0):130;0!==(o=isNaN(o)?130:o)?this.touchableDelayTimeout=setTimeout(this._handleDelay.bind(this,t),o):this._handleDelay(t);var i=void 0!==this.touchableGetLongPressDelayMS?Math.max(this.touchableGetLongPressDelayMS(),10):370;i=isNaN(i)?370:i,this.longPressDelayTimeout=setTimeout(this._handleLongDelay.bind(this,t),i+o)},touchableHandleResponderRelease:function(t){this.pressInLocation=null,this._receiveSignal(v,t)},touchableHandleResponderTerminate:function(t){this.pressInLocation=null,this._receiveSignal(C,t)},touchableHandleResponderMove:function(t){if(this.state.touchable.positionOnActivate){var e=this.state.touchable.positionOnActivate,o=this.state.touchable.dimensionsOnActivate,i=this.touchableGetPressRectOffset?this.touchableGetPressRectOffset():{left:20,right:20,top:20,bottom:20},s=i.left,E=i.top,n=i.right,l=i.bottom,u=this.touchableGetHitSlop?this.touchableGetHitSlop():null;u&&(s+=u.left||0,E+=u.top||0,n+=u.right||0,l+=u.bottom||0);var h=c(t.nativeEvent),R=h&&h.pageX,_=h&&h.pageY;if(this.pressInLocation)this._getDistanceBetweenPoints(R,_,this.pressInLocation.pageX,this.pressInLocation.pageY)>10&&this._cancelLongPressDelayTimeout();if(R>e.left-s&&_>e.top-E&&R>`");i!==s&&(this._performSideEffectsForTransition(i,s,t,e),this.state.touchable.touchState=s)}},_cancelLongPressDelayTimeout:function(){this.longPressDelayTimeout&&clearTimeout(this.longPressDelayTimeout),this.longPressDelayTimeout=null},_isHighlight:function(t){return t===T||t===O},_savePressInLocation:function(t){var e=c(t.nativeEvent),o=e&&e.pageX,i=e&&e.pageY,s=e&&e.locationX,E=e&&e.locationY;this.pressInLocation={pageX:o,pageY:i,locationX:s,locationY:E}},_getDistanceBetweenPoints:function(t,e,o,i){var s=t-o,E=e-i;return Math.sqrt(s*s+E*E)},_performSideEffectsForTransition:function(t,e,o,i){var n=this._isHighlight(t),l=this._isHighlight(e);(o===C||o===v)&&this._cancelLongPressDelayTimeout();var u=t===_&&e===S,h=!b[t]&&b[e];if((u||h)&&this._remeasureMetricsOnActivation(),A[t]&&o===H&&this.touchableHandleLongPress&&this.touchableHandleLongPress(i),l&&!n?this._startHighlight(i):!l&&n&&this._endHighlight(i),A[t]&&o===v){var R=!!this.props.onLongPress,c=I[t]&&(!R||!this.touchableLongPressCancelsPress());(!I[t]||c)&&this.touchableHandlePress&&(l||n||(this._startHighlight(i),this._endHighlight(i)),'android'!==s.default.OS||this.props.touchSoundDisabled||E.default.playTouchSound(),this.touchableHandlePress(i))}this.touchableDelayTimeout&&clearTimeout(this.touchableDelayTimeout),this.touchableDelayTimeout=null},_startHighlight:function(t){this._savePressInLocation(t),this.touchableHandleActivePressIn&&this.touchableHandleActivePressIn(t)},_endHighlight:function(t){var e=this;this.touchableHandleActivePressOut&&(this.touchableGetPressOutDelayMS&&this.touchableGetPressOutDelayMS()?this.pressOutDelayTimeout=setTimeout((function(){e.touchableHandleActivePressOut(t)}),this.touchableGetPressOutDelayMS()):this.touchableHandleActivePressOut(t))},withoutDefaultFocusAndBlur:{}},j=(w.touchableHandleFocus,w.touchableHandleBlur,(0,e.default)(w,["touchableHandleFocus","touchableHandleBlur"]));w.withoutDefaultFocusAndBlur=j;var Y={Mixin:w,renderDebugView:function(t){t.color,t.hitSlop;return null}};m.exports=Y}),370,[6,164,31,226,82,52,230,371,373,96,206]); __d((function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])(r(d[1])),o=t.default.twoArgumentPooler;function n(t,o){this.width=t,this.height=o}n.prototype.destructor=function(){this.width=null,this.height=null},n.getPooledFromElement=function(t){return n.getPooled(t.offsetWidth,t.offsetHeight)},t.default.addPoolingTo(n,o),m.exports=n}),371,[6,372]); @@ -421,7 +421,7 @@ __d((function(g,r,i,a,m,_e,d){'use strict';var t=r(d[0]),n=r(d[1]),e=r(d[2]),u=r __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.DynamicColorIOS=void 0;var t=r(d[0]);e.DynamicColorIOS=function(o){return(0,t.DynamicColorIOSPrivate)({light:o.light,dark:o.dark,highContrastLight:o.highContrastLight,highContrastDark:o.highContrastDark})}}),415,[65]); __d((function(g,r,_i,a,m,_e,d){var e=r(d[0]),t=e(r(d[1])),n=e(r(d[2])),i=e(r(d[3])),o=e(r(d[4])),c=e(r(d[5])),l=e(r(d[6])),u=e(r(d[7])),s=e(r(d[8])),v=e(r(d[9])),f=r(d[10]),S=r(d[11]),p=r(d[12]),h=e(r(d[13])),y=e(r(d[14])),w=r(d[15]),N=r(d[16]),b=["children"],C=["enabled","freezeOnBlur"],k=["active","activityState","children","isNativeStack","gestureResponseDistance"],O=["active","activityState","style","onComponentRef"],j=["enabled","hasTwoStates"];function x(e){var t=P();return function(){var n,i=(0,c.default)(e);if(t){var l=(0,c.default)(this).constructor;n=Reflect.construct(i,arguments,l)}else n=i.apply(this,arguments);return(0,o.default)(this,n)}}function P(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function R(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function B(e){for(var t=1;t1,children:e})}));return(0,N.jsx)(U.NativeScreenStack,B(B({},n),{},{children:o}))},InnerScreen:L,FullWindowOverlay:function(e){return'ios'!==f.Platform.OS?(console.warn('Importing FullWindowOverlay is only valid on iOS devices.'),(0,N.jsx)(f.View,B({},e))):(0,N.jsx)(U.NativeFullWindowOverlay,{style:{position:'absolute',width:'100%',height:'100%'},children:e.children})},get NativeScreen(){return U.NativeScreen},get NativeScreenContainer(){return U.NativeScreenContainer},get NativeScreenNavigationContainer(){return U.NativeScreenNavigationContainer},get ScreenStackHeaderConfig(){return U.NativeScreenStackHeaderConfig},get ScreenStackHeaderSubview(){return U.NativeScreenStackHeaderSubview},get SearchBar(){return w.isSearchBarAvailableForCurrentPlatform?U.NativeSearchBar:(console.warn('Importing SearchBar is only valid on iOS and Android devices.'),f.View)},ScreenStackHeaderBackButtonImage:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,{type:"back",style:G.headerSubview,children:(0,N.jsx)(f.Image,B({resizeMode:"center",fadeDuration:0},e))})},ScreenStackHeaderRightView:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,B(B({},e),{},{type:"right",style:G.headerSubview}))},ScreenStackHeaderLeftView:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,B(B({},e),{},{type:"left",style:G.headerSubview}))},ScreenStackHeaderCenterView:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,B(B({},e),{},{type:"center",style:G.headerSubview}))},ScreenStackHeaderSearchBarView:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,B(B({},e),{},{type:"searchBar",style:G.headerSubview}))},enableScreens:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];(A=H&&e)&&!f.UIManager.getViewManagerConfig('RNSScreen')&&console.error("Screen native module hasn't been linked. Please check the react-native-screens README for more details")},enableFreeze:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=parseInt(p.version.split('.')[1]);0===t||t>=64||!e||console.warn('react-freeze library requires at least react-native 0.64. Please upgrade your react-native version in order to use this feature.'),F=e},screensEnabled:function(){return A},shouldUseActivityState:!0,useTransitionProgress:y.default,isSearchBarAvailableForCurrentPlatform:w.isSearchBarAvailableForCurrentPlatform,executeNativeBackPress:w.executeNativeBackPress}}),416,[6,15,16,32,34,36,31,164,47,96,2,417,418,419,420,421,206]); __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.Freeze=function(o){var u=o.freeze,c=o.children,l=o.placeholder,p=void 0===l?null:l;return(0,n.jsx)(t.Suspense,{fallback:p,children:(0,n.jsx)(f,{freeze:u,children:c})})};var t=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var f=o(n);if(f&&f.has(t))return f.get(t);var u={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in t)if("default"!==l&&Object.prototype.hasOwnProperty.call(t,l)){var p=c?Object.getOwnPropertyDescriptor(t,l):null;p&&(p.get||p.set)?Object.defineProperty(u,l,p):u[l]=t[l]}u.default=t,f&&f.set(t,u);return u})(r(d[0])),n=r(d[1]);function o(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,f=new WeakMap;return(o=function(t){return t?f:n})(t)}function f(o){var f=o.freeze,u=o.children,c=(0,t.useRef)({}).current;if(f&&!c.promise)throw c.promise=new Promise((function(t){c.resolve=t})),c.promise;if(f)throw c.promise;return c.promise&&(c.resolve(),c.promise=void 0),(0,n.jsx)(t.Fragment,{children:u})}}),417,[96,206]); -__d((function(e,s,t,r,i,c,a){i.exports={name:"react-native",version:"0.72.0-rc.5",bin:"./cli.js",description:"A framework for building native apps using React",license:"MIT",repository:"github:facebook/react-native",engines:{node:">=16"},types:"types","jest-junit":{outputDirectory:"reports/junit",outputName:"js-test-results.xml"},files:["android","build.gradle.kts","cli.js","flow","flow-typed","gradle.properties","index.js","interface.js","jest-preset.js","jest","Libraries","LICENSE","local-cli","React-Core.podspec","react-native.config.js","React.podspec","React","ReactAndroid","ReactCommon","README.md","rn-get-polyfills.js","scripts/compose-source-maps.js","scripts/find-node-for-xcode.sh","scripts/generate-codegen-artifacts.js","scripts/generate-provider-cli.js","scripts/generate-specs-cli.js","scripts/codegen","!scripts/codegen/__tests__","!scripts/codegen/__test_fixtures__","scripts/hermes/hermes-utils.js","scripts/hermes/prepare-hermes-for-build.js","scripts/ios-configure-glog.sh","scripts/xcode/with-environment.sh","scripts/launchPackager.bat","scripts/launchPackager.command","scripts/native_modules.rb","scripts/node-binary.sh","scripts/packager.sh","scripts/packager-reporter.js","scripts/react_native_pods_utils/script_phases.rb","scripts/react_native_pods_utils/script_phases.sh","scripts/react_native_pods.rb","scripts/cocoapods","!scripts/cocoapods/__tests__","scripts/react-native-xcode.sh","sdks/.hermesversion","sdks/hermes-engine","sdks/hermesc","settings.gradle.kts","template.config.js","template","!template/node_modules","!template/package-lock.json","!template/yarn.lock","third-party-podspecs","types"],scripts:{prepack:"cp ../../README.md ."},peerDependencies:{react:"18.2.0"},dependencies:{"@jest/create-cache-key-function":"^29.2.1","@react-native-community/cli":"11.3.1","@react-native-community/cli-platform-android":"11.3.1","@react-native-community/cli-platform-ios":"11.3.1","@react-native/assets-registry":"^0.72.0","@react-native/codegen":"^0.72.5","@react-native/gradle-plugin":"^0.72.10","@react-native/js-polyfills":"^0.72.1","@react-native/normalize-colors":"^0.72.0","@react-native/virtualized-lists":"^0.72.5","abort-controller":"^3.0.0",anser:"^1.4.9","base64-js":"^1.1.2","deprecated-react-native-prop-types":"4.1.0","event-target-shim":"^5.0.1","flow-enums-runtime":"^0.0.5",invariant:"^2.2.4","jest-environment-node":"^29.2.1","jsc-android":"^250231.0.0","memoize-one":"^5.0.0","metro-runtime":"0.76.5","metro-source-map":"0.76.5",mkdirp:"^0.5.1",nullthrows:"^1.1.1","pretty-format":"^26.5.2",promise:"^8.3.0","react-devtools-core":"^4.27.2","react-refresh":"^0.4.0","react-shallow-renderer":"^16.15.0","regenerator-runtime":"^0.13.2",scheduler:"0.24.0-canary-efb381bbf-20230505","stacktrace-parser":"^0.1.10","use-sync-external-store":"^1.0.0","whatwg-fetch":"^3.0.0",ws:"^6.2.2",yargs:"^17.6.2"},codegenConfig:{libraries:[{name:"FBReactNativeSpec",type:"modules",ios:{},android:{},jsSrcsDir:"Libraries"},{name:"rncore",type:"components",ios:{},android:{},jsSrcsDir:"Libraries"}]}}}),418,[]); +__d((function(e,s,t,r,i,c,a){i.exports={name:"react-native",version:"0.72.0-rc.6",bin:"./cli.js",description:"A framework for building native apps using React",license:"MIT",repository:"github:facebook/react-native",engines:{node:">=16"},types:"types","jest-junit":{outputDirectory:"reports/junit",outputName:"js-test-results.xml"},files:["android","build.gradle.kts","cli.js","flow","flow-typed","gradle.properties","index.js","interface.js","jest-preset.js","jest","Libraries","LICENSE","local-cli","React-Core.podspec","react-native.config.js","React.podspec","React","ReactAndroid","ReactCommon","README.md","rn-get-polyfills.js","scripts/compose-source-maps.js","scripts/find-node-for-xcode.sh","scripts/generate-codegen-artifacts.js","scripts/generate-provider-cli.js","scripts/generate-specs-cli.js","scripts/codegen","!scripts/codegen/__tests__","!scripts/codegen/__test_fixtures__","scripts/hermes/hermes-utils.js","scripts/hermes/prepare-hermes-for-build.js","scripts/ios-configure-glog.sh","scripts/xcode/with-environment.sh","scripts/launchPackager.bat","scripts/launchPackager.command","scripts/native_modules.rb","scripts/node-binary.sh","scripts/packager.sh","scripts/packager-reporter.js","scripts/react_native_pods_utils/script_phases.rb","scripts/react_native_pods_utils/script_phases.sh","scripts/react_native_pods.rb","scripts/cocoapods","!scripts/cocoapods/__tests__","scripts/react-native-xcode.sh","sdks/.hermesversion","sdks/hermes-engine","sdks/hermesc","settings.gradle.kts","template.config.js","template","!template/node_modules","!template/package-lock.json","!template/yarn.lock","third-party-podspecs","types"],scripts:{prepack:"cp ../../README.md ."},peerDependencies:{react:"18.2.0"},dependencies:{"@jest/create-cache-key-function":"^29.2.1","@react-native-community/cli":"11.3.2","@react-native-community/cli-platform-android":"11.3.2","@react-native-community/cli-platform-ios":"11.3.2","@react-native/assets-registry":"^0.72.0","@react-native/codegen":"^0.72.6","@react-native/gradle-plugin":"^0.72.10","@react-native/js-polyfills":"^0.72.1","@react-native/normalize-colors":"^0.72.0","@react-native/virtualized-lists":"^0.72.5","abort-controller":"^3.0.0",anser:"^1.4.9","base64-js":"^1.1.2","deprecated-react-native-prop-types":"4.1.0","event-target-shim":"^5.0.1","flow-enums-runtime":"^0.0.5",invariant:"^2.2.4","jest-environment-node":"^29.2.1","jsc-android":"^250231.0.0","memoize-one":"^5.0.0","metro-runtime":"0.76.5","metro-source-map":"0.76.5",mkdirp:"^0.5.1",nullthrows:"^1.1.1","pretty-format":"^26.5.2",promise:"^8.3.0","react-devtools-core":"^4.27.2","react-refresh":"^0.4.0","react-shallow-renderer":"^16.15.0","regenerator-runtime":"^0.13.2",scheduler:"0.24.0-canary-efb381bbf-20230505","stacktrace-parser":"^0.1.10","use-sync-external-store":"^1.0.0","whatwg-fetch":"^3.0.0",ws:"^6.2.2",yargs:"^17.6.2"},codegenConfig:{libraries:[{name:"FBReactNativeSpec",type:"modules",ios:{},android:{},jsSrcsDir:"Libraries"},{name:"rncore",type:"components",ios:{},android:{},jsSrcsDir:"Libraries"}]}}}),418,[]); __d((function(g,r,i,a,m,e,d){function t(n){if("function"!=typeof WeakMap)return null;var o=new WeakMap,u=new WeakMap;return(t=function(t){return t?u:o})(n)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=(function(n,o){if(!o&&n&&n.__esModule)return n;if(null===n||"object"!=typeof n&&"function"!=typeof n)return{default:n};var u=t(o);if(u&&u.has(n))return u.get(n);var f={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in n)if("default"!==l&&Object.prototype.hasOwnProperty.call(n,l)){var p=c?Object.getOwnPropertyDescriptor(n,l):null;p&&(p.get||p.set)?Object.defineProperty(f,l,p):f[l]=n[l]}f.default=n,u&&u.set(n,f);return f})(r(d[0])).createContext(void 0);e.default=n}),419,[96]); __d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){var t=n.useContext(o.default);if(void 0===t)throw new Error("Couldn't find values for transition progress. Are you inside a screen in Native Stack?");return t};var n=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var o=u(n);if(o&&o.has(t))return o.get(t);var f={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in t)if("default"!==l&&Object.prototype.hasOwnProperty.call(t,l)){var p=c?Object.getOwnPropertyDescriptor(t,l):null;p&&(p.get||p.set)?Object.defineProperty(f,l,p):f[l]=t[l]}f.default=t,o&&o.set(t,f);return f})(r(d[1])),o=t(r(d[2]));function u(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,o=new WeakMap;return(u=function(t){return t?o:n})(t)}}),420,[6,96,419]); __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.executeNativeBackPress=function(){return t.BackHandler.exitApp(),!0},e.isSearchBarAvailableForCurrentPlatform=void 0;var t=r(d[0]),o=['ios','android'].includes(t.Platform.OS);e.isSearchBarAvailableForCurrentPlatform=o}),421,[2]); diff --git a/packages/expo-dev-launcher/package.json b/packages/expo-dev-launcher/package.json index 583c462d349ac6..8bd4302d08f0ab 100644 --- a/packages/expo-dev-launcher/package.json +++ b/packages/expo-dev-launcher/package.json @@ -50,7 +50,7 @@ "graphql": "^16.0.1", "graphql-request": "^3.6.1", "react": "18.2.0", - "react-native": "0.72.0-rc.5", + "react-native": "0.72.0-rc.6", "react-query": "^3.34.16", "url": "^0.11.0" }, diff --git a/packages/expo-dev-menu/assets/EXDevMenuApp.android.js b/packages/expo-dev-menu/assets/EXDevMenuApp.android.js index 8045c971a11c98..1b18d2504c59e3 100644 --- a/packages/expo-dev-menu/assets/EXDevMenuApp.android.js +++ b/packages/expo-dev-menu/assets/EXDevMenuApp.android.js @@ -59,7 +59,7 @@ __d((function(g,r,i,a,m,e,d){function t(n){if("function"!=typeof WeakMap)return __d((function(g,r,i,a,m,e,d){'use strict';var t=r(d[0]),l={register:function(l){g.RN$Bridgeless?g.RN$registerCallableModule('RCTEventEmitter',(function(){return l})):t.registerCallableModule('RCTEventEmitter',l)}};m.exports=l}),53,[23]); __d((function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])(r(d[1])),n={},o={};e.customBubblingEventTypes=n,e.customDirectEventTypes=o;var s=new Map,u=new Map;function l(t){var s=t.bubblingEventTypes,u=t.directEventTypes;if(null!=s)for(var l in s)null==n[l]&&(n[l]=s[l]);if(null!=u)for(var f in u)null==o[f]&&(o[f]=u[f])}e.register=function(n,o){return(0,t.default)(!s.has(n),'Tried to register two views with the same name %s',n),(0,t.default)('function'==typeof o,'View config getter callback for component `%s` must be a function (received `%s`)',n,null===o?'null':typeof o),s.set(n,o),n},e.get=function(n){var o;if(u.has(n))o=u.get(n);else{var f=s.get(n);'function'!=typeof f&&(0,t.default)(!1,'View config getter callback for component `%s` must be a function (received `%s`).%s',n,null===f?'null':typeof f,'string'==typeof n[0]&&/[a-z]/.test(n[0])?' Make sure to start component names with a capital letter.':''),l(o=f()),u.set(n,o),s.set(n,null)}return(0,t.default)(o,'View config not found for name %s',n),o}}),54,[5,2]); __d((function(g,r,i,a,m,e,d){var n=r(d[0]),u=(r(d[1]),r(d[2]).findNodeHandle),t=(r(d[3]),r(d[4]),null),o=new Set;function l(n){t!==n&&null!=n&&(t=n)}function f(n){t===n&&null!=n&&(t=null)}m.exports={currentlyFocusedInput:function(){return t},focusInput:l,blurInput:f,currentlyFocusedField:function(){return u(t)},focusField:function(n){},blurField:function(n){},focusTextInput:function(u){if('number'!=typeof u&&null!=u){var o;if(!(t!==u&&!1!==(null==(o=u.currentProps)?void 0:o.editable)))return;l(u),n.Commands.focus(u)}},blurTextInput:function(u){'number'!=typeof u&&t===u&&null!=u&&(f(u),n.Commands.blur(u))},registerInput:function(n){'number'!=typeof n&&o.add(n)},unregisterInput:function(n){'number'!=typeof n&&o.delete(n)},isTextInput:function(n){return'number'!=typeof n&&o.has(n)}}}),55,[56,98,19,51,95]); -__d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.__INTERNAL_VIEW_CONFIG=e.Commands=void 0;var o=(function(t,o){if(!o&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var u=n(o);if(u&&u.has(t))return u.get(t);var l={},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var p in t)if("default"!==p&&Object.prototype.hasOwnProperty.call(t,p)){var c=s?Object.getOwnPropertyDescriptor(t,p):null;c&&(c.get||c.set)?Object.defineProperty(l,p,c):l[p]=t[p]}l.default=t,u&&u.set(t,l);return l})(r(d[1]));function n(t){if("function"!=typeof WeakMap)return null;var o=new WeakMap,u=new WeakMap;return(n=function(t){return t?u:o})(t)}var u=(0,t(r(d[2])).default)({supportedCommands:['focus','blur','setTextAndSelection']});e.Commands=u;var l={uiViewClassName:'AndroidTextInput',bubblingEventTypes:{topBlur:{phasedRegistrationNames:{bubbled:'onBlur',captured:'onBlurCapture'}},topEndEditing:{phasedRegistrationNames:{bubbled:'onEndEditing',captured:'onEndEditingCapture'}},topFocus:{phasedRegistrationNames:{bubbled:'onFocus',captured:'onFocusCapture'}},topKeyPress:{phasedRegistrationNames:{bubbled:'onKeyPress',captured:'onKeyPressCapture'}},topSubmitEditing:{phasedRegistrationNames:{bubbled:'onSubmitEditing',captured:'onSubmitEditingCapture'}},topTextInput:{phasedRegistrationNames:{bubbled:'onTextInput',captured:'onTextInputCapture'}}},directEventTypes:{topScroll:{registrationName:'onScroll'}},validAttributes:{maxFontSizeMultiplier:!0,adjustsFontSizeToFit:!0,minimumFontScale:!0,autoFocus:!0,placeholder:!0,inlineImagePadding:!0,contextMenuHidden:!0,textShadowColor:{process:r(d[3]).default},maxLength:!0,selectTextOnFocus:!0,textShadowRadius:!0,underlineColorAndroid:{process:r(d[3]).default},textDecorationLine:!0,submitBehavior:!0,textAlignVertical:!0,fontStyle:!0,textShadowOffset:!0,selectionColor:{process:r(d[3]).default},selection:!0,placeholderTextColor:{process:r(d[3]).default},importantForAutofill:!0,lineHeight:!0,textTransform:!0,returnKeyType:!0,keyboardType:!0,multiline:!0,color:{process:r(d[3]).default},autoComplete:!0,numberOfLines:!0,letterSpacing:!0,returnKeyLabel:!0,fontSize:!0,onKeyPress:!0,cursorColor:{process:r(d[3]).default},text:!0,showSoftInputOnFocus:!0,textAlign:!0,autoCapitalize:!0,autoCorrect:!0,caretHidden:!0,secureTextEntry:!0,textBreakStrategy:!0,onScroll:!0,onContentSizeChange:!0,disableFullscreenUI:!0,includeFontPadding:!0,fontWeight:!0,fontFamily:!0,allowFontScaling:!0,onSelectionChange:!0,mostRecentEventCount:!0,inlineImageLeft:!0,editable:!0,fontVariant:!0,borderBottomRightRadius:!0,borderBottomColor:{process:r(d[3]).default},borderRadius:!0,borderRightColor:{process:r(d[3]).default},borderColor:{process:r(d[3]).default},borderTopRightRadius:!0,borderStyle:!0,borderBottomLeftRadius:!0,borderLeftColor:{process:r(d[3]).default},borderTopLeftRadius:!0,borderTopColor:{process:r(d[3]).default}}};e.__INTERNAL_VIEW_CONFIG=l;var s=o.get('AndroidTextInput',(function(){return l}));e.default=s}),56,[5,57,97,61]); +__d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.__INTERNAL_VIEW_CONFIG=e.Commands=void 0;var o=(function(t,o){if(!o&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var u=n(o);if(u&&u.has(t))return u.get(t);var l={},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var p in t)if("default"!==p&&Object.prototype.hasOwnProperty.call(t,p)){var c=s?Object.getOwnPropertyDescriptor(t,p):null;c&&(c.get||c.set)?Object.defineProperty(l,p,c):l[p]=t[p]}l.default=t,u&&u.set(t,l);return l})(r(d[1]));function n(t){if("function"!=typeof WeakMap)return null;var o=new WeakMap,u=new WeakMap;return(n=function(t){return t?u:o})(t)}var u=(0,t(r(d[2])).default)({supportedCommands:['focus','blur','setTextAndSelection']});e.Commands=u;var l={uiViewClassName:'AndroidTextInput',bubblingEventTypes:{topBlur:{phasedRegistrationNames:{bubbled:'onBlur',captured:'onBlurCapture'}},topEndEditing:{phasedRegistrationNames:{bubbled:'onEndEditing',captured:'onEndEditingCapture'}},topFocus:{phasedRegistrationNames:{bubbled:'onFocus',captured:'onFocusCapture'}},topKeyPress:{phasedRegistrationNames:{bubbled:'onKeyPress',captured:'onKeyPressCapture'}},topSubmitEditing:{phasedRegistrationNames:{bubbled:'onSubmitEditing',captured:'onSubmitEditingCapture'}},topTextInput:{phasedRegistrationNames:{bubbled:'onTextInput',captured:'onTextInputCapture'}}},directEventTypes:{topScroll:{registrationName:'onScroll'}},validAttributes:{maxFontSizeMultiplier:!0,adjustsFontSizeToFit:!0,minimumFontScale:!0,autoFocus:!0,placeholder:!0,inlineImagePadding:!0,contextMenuHidden:!0,textShadowColor:{process:r(d[3]).default},maxLength:!0,selectTextOnFocus:!0,textShadowRadius:!0,underlineColorAndroid:{process:r(d[3]).default},textDecorationLine:!0,submitBehavior:!0,textAlignVertical:!0,fontStyle:!0,textShadowOffset:!0,selectionColor:{process:r(d[3]).default},placeholderTextColor:{process:r(d[3]).default},importantForAutofill:!0,lineHeight:!0,textTransform:!0,returnKeyType:!0,keyboardType:!0,multiline:!0,color:{process:r(d[3]).default},autoComplete:!0,numberOfLines:!0,letterSpacing:!0,returnKeyLabel:!0,fontSize:!0,onKeyPress:!0,cursorColor:{process:r(d[3]).default},text:!0,showSoftInputOnFocus:!0,textAlign:!0,autoCapitalize:!0,autoCorrect:!0,caretHidden:!0,secureTextEntry:!0,textBreakStrategy:!0,onScroll:!0,onContentSizeChange:!0,disableFullscreenUI:!0,includeFontPadding:!0,fontWeight:!0,fontFamily:!0,allowFontScaling:!0,onSelectionChange:!0,mostRecentEventCount:!0,inlineImageLeft:!0,editable:!0,fontVariant:!0,borderBottomRightRadius:!0,borderBottomColor:{process:r(d[3]).default},borderRadius:!0,borderRightColor:{process:r(d[3]).default},borderColor:{process:r(d[3]).default},borderTopRightRadius:!0,borderStyle:!0,borderBottomLeftRadius:!0,borderLeftColor:{process:r(d[3]).default},borderTopLeftRadius:!0,borderTopColor:{process:r(d[3]).default}}};e.__INTERNAL_VIEW_CONFIG=l;var s=o.get('AndroidTextInput',(function(){return l}));e.default=s}),56,[5,57,97,61]); __d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.get=b,e.getWithFallback_DEPRECATED=function(t,u){if(null==n){if(w(t))return b(t,u)}else if(null!=n(t))return b(t,u);var l=function(t){return null};return l.displayName=`Fallback(${t})`,l},e.setRuntimeConfigProvider=function(t){(0,s.default)(null==n,'NativeComponentRegistry.setRuntimeConfigProvider() called more than once.'),n=t},e.unstable_hasStaticViewConfig=function(t){var u;return!(null!=(u=null==n?void 0:n(t))?u:{native:!0}).native};var n,u=t(r(d[1])),l=t(r(d[2])),o=t(r(d[3])),f=t(r(d[4])),c=y(r(d[5])),v=r(d[6]),s=t(r(d[7]));y(r(d[8]));function p(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,u=new WeakMap;return(p=function(t){return t?u:n})(t)}function y(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var u=p(n);if(u&&u.has(t))return u.get(t);var l={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var f in t)if("default"!==f&&Object.prototype.hasOwnProperty.call(t,f)){var c=o?Object.getOwnPropertyDescriptor(t,f):null;c&&(c.get||c.set)?Object.defineProperty(l,f,c):l[f]=t[f]}return l.default=t,u&&u.set(t,l),l}function b(t,l){return o.default.register(t,(function(){var o,s=null!=(o=null==n?void 0:n(t))?o:{native:!0,strict:!1,verify:!1},p=s.native,y=s.strict,b=s.verify,w=p?(0,u.default)(t):(0,v.createViewConfig)(l());if(b){var O=p?w:(0,u.default)(t),P=p?(0,v.createViewConfig)(l()):w;if(y){var C=c.validate(t,O,P);'invalid'===C.type&&console.error(c.stringifyValidationResult(t,C))}else(0,f.default)(O,P)}return w})),t}function w(t){return(0,s.default)(null==n,'Unexpected invocation!'),null!=l.default.getViewManagerConfig(t)}}),57,[5,58,81,54,89,93,94,2,95]); __d((function(g,r,_i,a,m,e,d){'use strict';var t=r(d[0]);function n(t,n){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),s.push.apply(s,o)}return s}function s(s){for(var o=1;o1&&(ke=(0,I.jsx)(h.default,{children:ke})),pe=(0,I.jsx)(n,B(B(B({ref:ue},H),xe),{},{accessibilityState:ge,accessibilityLabelledBy:Fe,accessible:be,autoCapitalize:Pe,submitBehavior:re,caretHidden:he,children:ke,disableFullscreenUI:s.disableFullscreenUI,focusable:void 0!==K?!K:me,mostRecentEventCount:G,nativeID:null!=z?z:s.nativeID,numberOfLines:null!=(Ie=s.rows)?Ie:s.numberOfLines,onBlur:de,onChange:ie,onFocus:ce,onScroll:fe,onSelectionChange:se,placeholder:Re,selection:U,style:Ce,text:ae,textBreakStrategy:s.textBreakStrategy}))}return(0,I.jsx)(S.default.Provider,{value:!0,children:pe})}var _={enter:'default',done:'done',go:'go',next:'next',previous:'previous',search:'search',send:'send'},L={none:'default',text:'default',decimal:'decimal-pad',numeric:'number-pad',tel:'phone-pad',search:'ios'===x.default.OS?'web-search':'default',email:'email-address',url:'url'},N={'address-line1':'postal-address-region','address-line2':'postal-address-locality',bday:'birthdate-full','bday-day':'birthdate-day','bday-month':'birthdate-month','bday-year':'birthdate-year','cc-csc':'cc-csc','cc-exp':'cc-exp','cc-exp-month':'cc-exp-month','cc-exp-year':'cc-exp-year','cc-number':'cc-number',country:'postal-address-country','current-password':'password',email:'email','honorific-prefix':'name-prefix','honorific-suffix':'name-suffix',name:'name','additional-name':'name-middle','family-name':'name-family','given-name':'name-given','new-password':'password-new',off:'off','one-time-code':'sms-otp','postal-code':'postal-code',sex:'gender','street-address':'street-address',tel:'tel','tel-country-code':'tel-country-code','tel-national':'tel-national',username:'username'},z={'address-line1':'streetAddressLine1','address-line2':'streetAddressLine2','cc-number':'creditCardNumber','current-password':'password',country:'countryName',email:'emailAddress',name:'name','additional-name':'middleName','family-name':'familyName','given-name':'givenName',nickname:'nickname','honorific-prefix':'namePrefix','honorific-suffix':'nameSuffix','new-password':'newPassword',off:'none','one-time-code':'oneTimeCode',organization:'organizationName','organization-title':'jobTitle','postal-code':'postalCode','street-address':'fullStreetAddress',tel:'telephoneNumber',url:'URL',username:'username'},K=j.forwardRef((function(n,t){var l,o=n.allowFontScaling,u=void 0===o||o,i=n.rejectResponderTermination,s=void 0===i||i,c=n.underlineColorAndroid,f=void 0===c?'transparent':c,y=n.autoComplete,v=n.textContentType,h=n.readOnly,S=n.editable,C=n.enterKeyHint,O=n.returnKeyType,T=n.inputMode,w=n.showSoftInputOnFocus,j=n.keyboardType,P=(0,p.default)(n,R),F=(0,b.default)(P.style);return null!=(null==F?void 0:F.verticalAlign)&&(F.textAlignVertical=H[F.verticalAlign],delete F.verticalAlign),(0,I.jsx)(D,B(B({allowFontScaling:u,rejectResponderTermination:s,underlineColorAndroid:f,editable:void 0!==h?!h:S,returnKeyType:C?_[C]:O,keyboardType:T?L[T]:j,showSoftInputOnFocus:null==T?w:'none'!==T,autoComplete:'android'===x.default.OS?null!=(l=N[y])?l:y:void 0,textContentType:null!=v?v:'ios'===x.default.OS&&y&&y in z?z[y]:v},P),{},{forwardedRef:t,style:F}))}));K.displayName='TextInput',K.propTypes=r(d[19]).TextInputPropTypes,K.State={currentlyFocusedInput:O.default.currentlyFocusedInput,currentlyFocusedField:O.default.currentlyFocusedField,focusTextInput:O.default.focusTextInput,blurTextInput:O.default.blurTextInput};var M=v.default.create({multilineInput:{paddingTop:5}}),H={auto:'auto',top:'top',bottom:'bottom',middle:'center'};m.exports=K}),368,[5,30,46,163,227,101,205,224,200,51,280,55,2,83,95,203,56,98,369,234]); +__d((function(g,r,_i,a,m,e,d){var n,t,l,o,u,i,s=r(d[0]),c=s(r(d[1])),f=s(r(d[2])),p=s(r(d[3])),y=s(r(d[4])),b=s(r(d[5])),v=s(r(d[6])),h=s(r(d[7])),S=s(r(d[8])),x=s(r(d[9])),C=s(r(d[10])),O=s(r(d[11])),T=s(r(d[12])),w=s(r(d[13])),j=(function(n,t){if(!t&&n&&n.__esModule)return n;if(null===n||"object"!=typeof n&&"function"!=typeof n)return{default:n};var l=A(t);if(l&&l.has(n))return l.get(n);var o={},u=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in n)if("default"!==i&&Object.prototype.hasOwnProperty.call(n,i)){var s=u?Object.getOwnPropertyDescriptor(n,i):null;s&&(s.get||s.set)?Object.defineProperty(o,i,s):o[i]=n[i]}o.default=n,l&&l.set(n,o);return o})(r(d[14])),I=r(d[15]),P=["aria-busy","aria-checked","aria-disabled","aria-expanded","aria-selected","accessibilityState","id","tabIndex","selection"],F=["onBlur","onFocus"],k=["allowFontScaling","rejectResponderTermination","underlineColorAndroid","autoComplete","textContentType","readOnly","editable","enterKeyHint","returnKeyType","inputMode","showSoftInputOnFocus","keyboardType"];function A(n){if("function"!=typeof WeakMap)return null;var t=new WeakMap,l=new WeakMap;return(A=function(n){return n?l:t})(n)}function R(n,t){var l=Object.keys(n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(n);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),l.push.apply(l,o)}return l}function B(n){for(var t=1;t1&&(Re=(0,I.jsx)(h.default,{children:Re})),ye=(0,I.jsx)(n,B(B(B({ref:ie},V),Ce),{},{accessibilityState:Se,accessibilityLabelledBy:ke,accessible:me,autoCapitalize:Fe,submitBehavior:oe,caretHidden:ge,children:Re,disableFullscreenUI:s.disableFullscreenUI,focusable:void 0!==K?!K:ve,mostRecentEventCount:J,nativeID:null!=z?z:s.nativeID,numberOfLines:null!=(Pe=s.rows)?Pe:s.numberOfLines,onBlur:fe,onChange:se,onFocus:ce,onScroll:pe,onSelectionChange:de,placeholder:Ae,style:Oe,text:re,textBreakStrategy:s.textBreakStrategy}))}return(0,I.jsx)(S.default.Provider,{value:!0,children:ye})}var _={enter:'default',done:'done',go:'go',next:'next',previous:'previous',search:'search',send:'send'},L={none:'default',text:'default',decimal:'decimal-pad',numeric:'number-pad',tel:'phone-pad',search:'ios'===x.default.OS?'web-search':'default',email:'email-address',url:'url'},N={'address-line1':'postal-address-region','address-line2':'postal-address-locality',bday:'birthdate-full','bday-day':'birthdate-day','bday-month':'birthdate-month','bday-year':'birthdate-year','cc-csc':'cc-csc','cc-exp':'cc-exp','cc-exp-month':'cc-exp-month','cc-exp-year':'cc-exp-year','cc-number':'cc-number',country:'postal-address-country','current-password':'password',email:'email','honorific-prefix':'name-prefix','honorific-suffix':'name-suffix',name:'name','additional-name':'name-middle','family-name':'name-family','given-name':'name-given','new-password':'password-new',off:'off','one-time-code':'sms-otp','postal-code':'postal-code',sex:'gender','street-address':'street-address',tel:'tel','tel-country-code':'tel-country-code','tel-national':'tel-national',username:'username'},z={'address-line1':'streetAddressLine1','address-line2':'streetAddressLine2','cc-number':'creditCardNumber','current-password':'password',country:'countryName',email:'emailAddress',name:'name','additional-name':'middleName','family-name':'familyName','given-name':'givenName',nickname:'nickname','honorific-prefix':'namePrefix','honorific-suffix':'nameSuffix','new-password':'newPassword',off:'none','one-time-code':'oneTimeCode',organization:'organizationName','organization-title':'jobTitle','postal-code':'postalCode','street-address':'fullStreetAddress',tel:'telephoneNumber',url:'URL',username:'username'},K=j.forwardRef((function(n,t){var l,o=n.allowFontScaling,u=void 0===o||o,i=n.rejectResponderTermination,s=void 0===i||i,c=n.underlineColorAndroid,f=void 0===c?'transparent':c,y=n.autoComplete,v=n.textContentType,h=n.readOnly,S=n.editable,C=n.enterKeyHint,O=n.returnKeyType,T=n.inputMode,w=n.showSoftInputOnFocus,j=n.keyboardType,P=(0,p.default)(n,k),F=(0,b.default)(P.style);return null!=(null==F?void 0:F.verticalAlign)&&(F.textAlignVertical=H[F.verticalAlign],delete F.verticalAlign),(0,I.jsx)(D,B(B({allowFontScaling:u,rejectResponderTermination:s,underlineColorAndroid:f,editable:void 0!==h?!h:S,returnKeyType:C?_[C]:O,keyboardType:T?L[T]:j,showSoftInputOnFocus:null==T?w:'none'!==T,autoComplete:'android'===x.default.OS?null!=(l=N[y])?l:y:void 0,textContentType:null!=v?v:'ios'===x.default.OS&&y&&y in z?z[y]:v},P),{},{forwardedRef:t,style:F}))}));K.displayName='TextInput',K.propTypes=r(d[19]).TextInputPropTypes,K.State={currentlyFocusedInput:O.default.currentlyFocusedInput,currentlyFocusedField:O.default.currentlyFocusedField,focusTextInput:O.default.focusTextInput,blurTextInput:O.default.blurTextInput};var M=v.default.create({multilineInput:{paddingTop:5}}),H={auto:'auto',top:'top',bottom:'bottom',middle:'center'};m.exports=K}),368,[5,30,46,163,227,101,205,224,200,51,280,55,2,83,95,203,56,98,369,234]); __d((function(g,r,_i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.__INTERNAL_VIEW_CONFIG=e.Commands=void 0;var n=t(r(d[1])),o=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var o=c(n);if(o&&o.has(t))return o.get(t);var u={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var f in t)if("default"!==f&&Object.prototype.hasOwnProperty.call(t,f)){var l=i?Object.getOwnPropertyDescriptor(t,f):null;l&&(l.get||l.set)?Object.defineProperty(u,f,l):u[f]=t[f]}u.default=t,o&&o.set(t,u);return u})(r(d[2])),u=t(r(d[3])),i=t(r(d[4]));function c(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,o=new WeakMap;return(c=function(t){return t?o:n})(t)}function f(t,n){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(t);n&&(u=u.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),o.push.apply(o,u)}return o}function l(t){for(var o=1;o0,s=o&&o.length>0;return!i&&s?o[0]:i?e[0]:t},_='NOT_RESPONDER',S='RESPONDER_INACTIVE_PRESS_IN',P='RESPONDER_INACTIVE_PRESS_OUT',T='RESPONDER_ACTIVE_PRESS_IN',D='RESPONDER_ACTIVE_PRESS_OUT',O='RESPONDER_ACTIVE_LONG_PRESS_IN',N='RESPONDER_ACTIVE_LONG_PRESS_OUT',p='ERROR',f={NOT_RESPONDER:!1,RESPONDER_INACTIVE_PRESS_IN:!1,RESPONDER_INACTIVE_PRESS_OUT:!1,RESPONDER_ACTIVE_PRESS_IN:!1,RESPONDER_ACTIVE_PRESS_OUT:!1,RESPONDER_ACTIVE_LONG_PRESS_IN:!1,RESPONDER_ACTIVE_LONG_PRESS_OUT:!1,ERROR:!1},b=R(R({},f),{},{RESPONDER_ACTIVE_PRESS_OUT:!0,RESPONDER_ACTIVE_PRESS_IN:!0}),A=R(R({},f),{},{RESPONDER_INACTIVE_PRESS_IN:!0,RESPONDER_ACTIVE_PRESS_IN:!0,RESPONDER_ACTIVE_LONG_PRESS_IN:!0}),I=R(R({},f),{},{RESPONDER_ACTIVE_LONG_PRESS_IN:!0}),L='DELAY',y='RESPONDER_GRANT',v='RESPONDER_RELEASE',C='RESPONDER_TERMINATED',G='ENTER_PRESS_RECT',V='LEAVE_PRESS_RECT',H='LONG_PRESS_DETECTED',M={NOT_RESPONDER:{DELAY:p,RESPONDER_GRANT:S,RESPONDER_RELEASE:p,RESPONDER_TERMINATED:p,ENTER_PRESS_RECT:p,LEAVE_PRESS_RECT:p,LONG_PRESS_DETECTED:p},RESPONDER_INACTIVE_PRESS_IN:{DELAY:T,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:S,LEAVE_PRESS_RECT:P,LONG_PRESS_DETECTED:p},RESPONDER_INACTIVE_PRESS_OUT:{DELAY:D,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:S,LEAVE_PRESS_RECT:P,LONG_PRESS_DETECTED:p},RESPONDER_ACTIVE_PRESS_IN:{DELAY:p,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:T,LEAVE_PRESS_RECT:D,LONG_PRESS_DETECTED:O},RESPONDER_ACTIVE_PRESS_OUT:{DELAY:p,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:T,LEAVE_PRESS_RECT:D,LONG_PRESS_DETECTED:p},RESPONDER_ACTIVE_LONG_PRESS_IN:{DELAY:p,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:O,LEAVE_PRESS_RECT:N,LONG_PRESS_DETECTED:O},RESPONDER_ACTIVE_LONG_PRESS_OUT:{DELAY:p,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:O,LEAVE_PRESS_RECT:N,LONG_PRESS_DETECTED:p},error:{DELAY:_,RESPONDER_GRANT:S,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:_,LEAVE_PRESS_RECT:_,LONG_PRESS_DETECTED:_}},w={componentDidMount:function(){s.default.isTV},componentWillUnmount:function(){this.touchableDelayTimeout&&clearTimeout(this.touchableDelayTimeout),this.longPressDelayTimeout&&clearTimeout(this.longPressDelayTimeout),this.pressOutDelayTimeout&&clearTimeout(this.pressOutDelayTimeout)},touchableGetInitialState:function(){return{touchable:{touchState:void 0,responderID:null}}},touchableHandleResponderTerminationRequest:function(){return!this.props.rejectResponderTermination},touchableHandleStartShouldSetResponder:function(){return!this.props.disabled},touchableLongPressCancelsPress:function(){return!0},touchableHandleResponderGrant:function(t){var e=t.currentTarget;t.persist(),this.pressOutDelayTimeout&&clearTimeout(this.pressOutDelayTimeout),this.pressOutDelayTimeout=null,this.state.touchable.touchState=_,this.state.touchable.responderID=e,this._receiveSignal(y,t);var o=void 0!==this.touchableGetHighlightDelayMS?Math.max(this.touchableGetHighlightDelayMS(),0):130;0!==(o=isNaN(o)?130:o)?this.touchableDelayTimeout=setTimeout(this._handleDelay.bind(this,t),o):this._handleDelay(t);var i=void 0!==this.touchableGetLongPressDelayMS?Math.max(this.touchableGetLongPressDelayMS(),10):370;i=isNaN(i)?370:i,this.longPressDelayTimeout=setTimeout(this._handleLongDelay.bind(this,t),i+o)},touchableHandleResponderRelease:function(t){this.pressInLocation=null,this._receiveSignal(v,t)},touchableHandleResponderTerminate:function(t){this.pressInLocation=null,this._receiveSignal(C,t)},touchableHandleResponderMove:function(t){if(this.state.touchable.positionOnActivate){var e=this.state.touchable.positionOnActivate,o=this.state.touchable.dimensionsOnActivate,i=this.touchableGetPressRectOffset?this.touchableGetPressRectOffset():{left:20,right:20,top:20,bottom:20},s=i.left,E=i.top,n=i.right,l=i.bottom,u=this.touchableGetHitSlop?this.touchableGetHitSlop():null;u&&(s+=u.left||0,E+=u.top||0,n+=u.right||0,l+=u.bottom||0);var h=c(t.nativeEvent),R=h&&h.pageX,_=h&&h.pageY;if(this.pressInLocation)this._getDistanceBetweenPoints(R,_,this.pressInLocation.pageX,this.pressInLocation.pageY)>10&&this._cancelLongPressDelayTimeout();if(R>e.left-s&&_>e.top-E&&R>`");i!==s&&(this._performSideEffectsForTransition(i,s,t,e),this.state.touchable.touchState=s)}},_cancelLongPressDelayTimeout:function(){this.longPressDelayTimeout&&clearTimeout(this.longPressDelayTimeout),this.longPressDelayTimeout=null},_isHighlight:function(t){return t===T||t===O},_savePressInLocation:function(t){var e=c(t.nativeEvent),o=e&&e.pageX,i=e&&e.pageY,s=e&&e.locationX,E=e&&e.locationY;this.pressInLocation={pageX:o,pageY:i,locationX:s,locationY:E}},_getDistanceBetweenPoints:function(t,e,o,i){var s=t-o,E=e-i;return Math.sqrt(s*s+E*E)},_performSideEffectsForTransition:function(t,e,o,i){var n=this._isHighlight(t),l=this._isHighlight(e);(o===C||o===v)&&this._cancelLongPressDelayTimeout();var u=t===_&&e===S,h=!b[t]&&b[e];if((u||h)&&this._remeasureMetricsOnActivation(),A[t]&&o===H&&this.touchableHandleLongPress&&this.touchableHandleLongPress(i),l&&!n?this._startHighlight(i):!l&&n&&this._endHighlight(i),A[t]&&o===v){var R=!!this.props.onLongPress,c=I[t]&&(!R||!this.touchableLongPressCancelsPress());(!I[t]||c)&&this.touchableHandlePress&&(l||n||(this._startHighlight(i),this._endHighlight(i)),'android'!==s.default.OS||this.props.touchSoundDisabled||E.default.playTouchSound(),this.touchableHandlePress(i))}this.touchableDelayTimeout&&clearTimeout(this.touchableDelayTimeout),this.touchableDelayTimeout=null},_startHighlight:function(t){this._savePressInLocation(t),this.touchableHandleActivePressIn&&this.touchableHandleActivePressIn(t)},_endHighlight:function(t){var e=this;this.touchableHandleActivePressOut&&(this.touchableGetPressOutDelayMS&&this.touchableGetPressOutDelayMS()?this.pressOutDelayTimeout=setTimeout((function(){e.touchableHandleActivePressOut(t)}),this.touchableGetPressOutDelayMS()):this.touchableHandleActivePressOut(t))},withoutDefaultFocusAndBlur:{}},j=(w.touchableHandleFocus,w.touchableHandleBlur,(0,e.default)(w,["touchableHandleFocus","touchableHandleBlur"]));w.withoutDefaultFocusAndBlur=j;var Y={Mixin:w,renderDebugView:function(t){t.color,t.hitSlop;return null}};m.exports=Y}),370,[5,163,30,225,81,51,229,371,373,95,203]); __d((function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])(r(d[1])),o=t.default.twoArgumentPooler;function n(t,o){this.width=t,this.height=o}n.prototype.destructor=function(){this.width=null,this.height=null},n.getPooledFromElement=function(t){return n.getPooled(t.offsetWidth,t.offsetHeight)},t.default.addPoolingTo(n,o),m.exports=n}),371,[5,372]); @@ -421,11 +421,11 @@ __d((function(g,r,i,a,m,_e,d){'use strict';var t=r(d[0]),n=r(d[1]),e=r(d[2]),u=r __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.DynamicColorIOS=void 0;e.DynamicColorIOS=function(o){throw new Error('DynamicColorIOS is not available on this platform.')}}),415,[]); __d((function(g,r,_i,a,m,_e,d){var e=r(d[0]),t=e(r(d[1])),n=e(r(d[2])),i=e(r(d[3])),o=e(r(d[4])),c=e(r(d[5])),l=e(r(d[6])),u=e(r(d[7])),s=e(r(d[8])),v=e(r(d[9])),f=r(d[10]),S=r(d[11]),p=r(d[12]),h=e(r(d[13])),y=e(r(d[14])),w=r(d[15]),N=r(d[16]),b=["children"],C=["enabled","freezeOnBlur"],k=["active","activityState","children","isNativeStack","gestureResponseDistance"],O=["active","activityState","style","onComponentRef"],j=["enabled","hasTwoStates"];function x(e){var t=P();return function(){var n,i=(0,c.default)(e);if(t){var l=(0,c.default)(this).constructor;n=Reflect.construct(i,arguments,l)}else n=i.apply(this,arguments);return(0,o.default)(this,n)}}function P(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function R(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function B(e){for(var t=1;t1,children:e})}));return(0,N.jsx)(U.NativeScreenStack,B(B({},n),{},{children:o}))},InnerScreen:L,FullWindowOverlay:function(e){return'ios'!==f.Platform.OS?(console.warn('Importing FullWindowOverlay is only valid on iOS devices.'),(0,N.jsx)(f.View,B({},e))):(0,N.jsx)(U.NativeFullWindowOverlay,{style:{position:'absolute',width:'100%',height:'100%'},children:e.children})},get NativeScreen(){return U.NativeScreen},get NativeScreenContainer(){return U.NativeScreenContainer},get NativeScreenNavigationContainer(){return U.NativeScreenNavigationContainer},get ScreenStackHeaderConfig(){return U.NativeScreenStackHeaderConfig},get ScreenStackHeaderSubview(){return U.NativeScreenStackHeaderSubview},get SearchBar(){return w.isSearchBarAvailableForCurrentPlatform?U.NativeSearchBar:(console.warn('Importing SearchBar is only valid on iOS and Android devices.'),f.View)},ScreenStackHeaderBackButtonImage:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,{type:"back",style:G.headerSubview,children:(0,N.jsx)(f.Image,B({resizeMode:"center",fadeDuration:0},e))})},ScreenStackHeaderRightView:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,B(B({},e),{},{type:"right",style:G.headerSubview}))},ScreenStackHeaderLeftView:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,B(B({},e),{},{type:"left",style:G.headerSubview}))},ScreenStackHeaderCenterView:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,B(B({},e),{},{type:"center",style:G.headerSubview}))},ScreenStackHeaderSearchBarView:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,B(B({},e),{},{type:"searchBar",style:G.headerSubview}))},enableScreens:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];(A=H&&e)&&!f.UIManager.getViewManagerConfig('RNSScreen')&&console.error("Screen native module hasn't been linked. Please check the react-native-screens README for more details")},enableFreeze:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=parseInt(p.version.split('.')[1]);0===t||t>=64||!e||console.warn('react-freeze library requires at least react-native 0.64. Please upgrade your react-native version in order to use this feature.'),F=e},screensEnabled:function(){return A},shouldUseActivityState:!0,useTransitionProgress:y.default,isSearchBarAvailableForCurrentPlatform:w.isSearchBarAvailableForCurrentPlatform,executeNativeBackPress:w.executeNativeBackPress}}),416,[5,14,15,31,33,35,30,163,46,95,1,417,418,419,420,421,203]); __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.Freeze=function(o){var u=o.freeze,c=o.children,l=o.placeholder,p=void 0===l?null:l;return(0,n.jsx)(t.Suspense,{fallback:p,children:(0,n.jsx)(f,{freeze:u,children:c})})};var t=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var f=o(n);if(f&&f.has(t))return f.get(t);var u={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in t)if("default"!==l&&Object.prototype.hasOwnProperty.call(t,l)){var p=c?Object.getOwnPropertyDescriptor(t,l):null;p&&(p.get||p.set)?Object.defineProperty(u,l,p):u[l]=t[l]}u.default=t,f&&f.set(t,u);return u})(r(d[0])),n=r(d[1]);function o(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,f=new WeakMap;return(o=function(t){return t?f:n})(t)}function f(o){var f=o.freeze,u=o.children,c=(0,t.useRef)({}).current;if(f&&!c.promise)throw c.promise=new Promise((function(t){c.resolve=t})),c.promise;if(f)throw c.promise;return c.promise&&(c.resolve(),c.promise=void 0),(0,n.jsx)(t.Fragment,{children:u})}}),417,[95,203]); -__d((function(e,s,t,r,i,c,a){i.exports={name:"react-native",version:"0.72.0-rc.5",bin:"./cli.js",description:"A framework for building native apps using React",license:"MIT",repository:"github:facebook/react-native",engines:{node:">=16"},types:"types","jest-junit":{outputDirectory:"reports/junit",outputName:"js-test-results.xml"},files:["android","build.gradle.kts","cli.js","flow","flow-typed","gradle.properties","index.js","interface.js","jest-preset.js","jest","Libraries","LICENSE","local-cli","React-Core.podspec","react-native.config.js","React.podspec","React","ReactAndroid","ReactCommon","README.md","rn-get-polyfills.js","scripts/compose-source-maps.js","scripts/find-node-for-xcode.sh","scripts/generate-codegen-artifacts.js","scripts/generate-provider-cli.js","scripts/generate-specs-cli.js","scripts/codegen","!scripts/codegen/__tests__","!scripts/codegen/__test_fixtures__","scripts/hermes/hermes-utils.js","scripts/hermes/prepare-hermes-for-build.js","scripts/ios-configure-glog.sh","scripts/xcode/with-environment.sh","scripts/launchPackager.bat","scripts/launchPackager.command","scripts/native_modules.rb","scripts/node-binary.sh","scripts/packager.sh","scripts/packager-reporter.js","scripts/react_native_pods_utils/script_phases.rb","scripts/react_native_pods_utils/script_phases.sh","scripts/react_native_pods.rb","scripts/cocoapods","!scripts/cocoapods/__tests__","scripts/react-native-xcode.sh","sdks/.hermesversion","sdks/hermes-engine","sdks/hermesc","settings.gradle.kts","template.config.js","template","!template/node_modules","!template/package-lock.json","!template/yarn.lock","third-party-podspecs","types"],scripts:{prepack:"cp ../../README.md ."},peerDependencies:{react:"18.2.0"},dependencies:{"@jest/create-cache-key-function":"^29.2.1","@react-native-community/cli":"11.3.1","@react-native-community/cli-platform-android":"11.3.1","@react-native-community/cli-platform-ios":"11.3.1","@react-native/assets-registry":"^0.72.0","@react-native/codegen":"^0.72.5","@react-native/gradle-plugin":"^0.72.10","@react-native/js-polyfills":"^0.72.1","@react-native/normalize-colors":"^0.72.0","@react-native/virtualized-lists":"^0.72.5","abort-controller":"^3.0.0",anser:"^1.4.9","base64-js":"^1.1.2","deprecated-react-native-prop-types":"4.1.0","event-target-shim":"^5.0.1","flow-enums-runtime":"^0.0.5",invariant:"^2.2.4","jest-environment-node":"^29.2.1","jsc-android":"^250231.0.0","memoize-one":"^5.0.0","metro-runtime":"0.76.5","metro-source-map":"0.76.5",mkdirp:"^0.5.1",nullthrows:"^1.1.1","pretty-format":"^26.5.2",promise:"^8.3.0","react-devtools-core":"^4.27.2","react-refresh":"^0.4.0","react-shallow-renderer":"^16.15.0","regenerator-runtime":"^0.13.2",scheduler:"0.24.0-canary-efb381bbf-20230505","stacktrace-parser":"^0.1.10","use-sync-external-store":"^1.0.0","whatwg-fetch":"^3.0.0",ws:"^6.2.2",yargs:"^17.6.2"},codegenConfig:{libraries:[{name:"FBReactNativeSpec",type:"modules",ios:{},android:{},jsSrcsDir:"Libraries"},{name:"rncore",type:"components",ios:{},android:{},jsSrcsDir:"Libraries"}]}}}),418,[]); +__d((function(e,s,t,r,i,c,a){i.exports={name:"react-native",version:"0.72.0-rc.6",bin:"./cli.js",description:"A framework for building native apps using React",license:"MIT",repository:"github:facebook/react-native",engines:{node:">=16"},types:"types","jest-junit":{outputDirectory:"reports/junit",outputName:"js-test-results.xml"},files:["android","build.gradle.kts","cli.js","flow","flow-typed","gradle.properties","index.js","interface.js","jest-preset.js","jest","Libraries","LICENSE","local-cli","React-Core.podspec","react-native.config.js","React.podspec","React","ReactAndroid","ReactCommon","README.md","rn-get-polyfills.js","scripts/compose-source-maps.js","scripts/find-node-for-xcode.sh","scripts/generate-codegen-artifacts.js","scripts/generate-provider-cli.js","scripts/generate-specs-cli.js","scripts/codegen","!scripts/codegen/__tests__","!scripts/codegen/__test_fixtures__","scripts/hermes/hermes-utils.js","scripts/hermes/prepare-hermes-for-build.js","scripts/ios-configure-glog.sh","scripts/xcode/with-environment.sh","scripts/launchPackager.bat","scripts/launchPackager.command","scripts/native_modules.rb","scripts/node-binary.sh","scripts/packager.sh","scripts/packager-reporter.js","scripts/react_native_pods_utils/script_phases.rb","scripts/react_native_pods_utils/script_phases.sh","scripts/react_native_pods.rb","scripts/cocoapods","!scripts/cocoapods/__tests__","scripts/react-native-xcode.sh","sdks/.hermesversion","sdks/hermes-engine","sdks/hermesc","settings.gradle.kts","template.config.js","template","!template/node_modules","!template/package-lock.json","!template/yarn.lock","third-party-podspecs","types"],scripts:{prepack:"cp ../../README.md ."},peerDependencies:{react:"18.2.0"},dependencies:{"@jest/create-cache-key-function":"^29.2.1","@react-native-community/cli":"11.3.2","@react-native-community/cli-platform-android":"11.3.2","@react-native-community/cli-platform-ios":"11.3.2","@react-native/assets-registry":"^0.72.0","@react-native/codegen":"^0.72.6","@react-native/gradle-plugin":"^0.72.10","@react-native/js-polyfills":"^0.72.1","@react-native/normalize-colors":"^0.72.0","@react-native/virtualized-lists":"^0.72.5","abort-controller":"^3.0.0",anser:"^1.4.9","base64-js":"^1.1.2","deprecated-react-native-prop-types":"4.1.0","event-target-shim":"^5.0.1","flow-enums-runtime":"^0.0.5",invariant:"^2.2.4","jest-environment-node":"^29.2.1","jsc-android":"^250231.0.0","memoize-one":"^5.0.0","metro-runtime":"0.76.5","metro-source-map":"0.76.5",mkdirp:"^0.5.1",nullthrows:"^1.1.1","pretty-format":"^26.5.2",promise:"^8.3.0","react-devtools-core":"^4.27.2","react-refresh":"^0.4.0","react-shallow-renderer":"^16.15.0","regenerator-runtime":"^0.13.2",scheduler:"0.24.0-canary-efb381bbf-20230505","stacktrace-parser":"^0.1.10","use-sync-external-store":"^1.0.0","whatwg-fetch":"^3.0.0",ws:"^6.2.2",yargs:"^17.6.2"},codegenConfig:{libraries:[{name:"FBReactNativeSpec",type:"modules",ios:{},android:{},jsSrcsDir:"Libraries"},{name:"rncore",type:"components",ios:{},android:{},jsSrcsDir:"Libraries"}]}}}),418,[]); __d((function(g,r,i,a,m,e,d){function t(n){if("function"!=typeof WeakMap)return null;var o=new WeakMap,u=new WeakMap;return(t=function(t){return t?u:o})(n)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=(function(n,o){if(!o&&n&&n.__esModule)return n;if(null===n||"object"!=typeof n&&"function"!=typeof n)return{default:n};var u=t(o);if(u&&u.has(n))return u.get(n);var f={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in n)if("default"!==l&&Object.prototype.hasOwnProperty.call(n,l)){var p=c?Object.getOwnPropertyDescriptor(n,l):null;p&&(p.get||p.set)?Object.defineProperty(f,l,p):f[l]=n[l]}f.default=n,u&&u.set(n,f);return f})(r(d[0])).createContext(void 0);e.default=n}),419,[95]); __d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){var t=n.useContext(o.default);if(void 0===t)throw new Error("Couldn't find values for transition progress. Are you inside a screen in Native Stack?");return t};var n=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var o=u(n);if(o&&o.has(t))return o.get(t);var f={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in t)if("default"!==l&&Object.prototype.hasOwnProperty.call(t,l)){var p=c?Object.getOwnPropertyDescriptor(t,l):null;p&&(p.get||p.set)?Object.defineProperty(f,l,p):f[l]=t[l]}f.default=t,o&&o.set(t,f);return f})(r(d[1])),o=t(r(d[2]));function u(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,o=new WeakMap;return(u=function(t){return t?o:n})(t)}}),420,[5,95,419]); __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.executeNativeBackPress=function(){return t.BackHandler.exitApp(),!0},e.isSearchBarAvailableForCurrentPlatform=void 0;var t=r(d[0]),o=['ios','android'].includes(t.Platform.OS);e.isSearchBarAvailableForCurrentPlatform=o}),421,[1]); -__d((function(g,r,i,a,m,e,d){var n=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.App=function(n){var f=n.devSettings,j=n.appInfo,u=n.menuPreferences,x=n.isDevice,b=n.registeredCallbacks;return(0,v.jsx)(s.View,{style:{flex:1,direction:'ltr'},children:(0,v.jsx)(t.AppProviders,{appInfo:j,devSettings:f,menuPreferences:u,children:(0,v.jsxs)(l.LoadInitialData,{loader:(0,v.jsx)(p.Splash,{}),children:[(0,v.jsx)(c.Main,{registeredCallbacks:b}),(0,v.jsx)(o.Onboarding,{isDevice:x})]})})})};n(r(d[1]));var s=r(d[2]),t=r(d[3]),l=r(d[4]),c=r(d[5]),o=r(d[6]),p=r(d[7]),v=r(d[8])}),422,[5,95,1,423,837,839,888,838,203]); +__d((function(g,r,i,a,m,e,d){var n=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.App=function(n){var v=n.devSettings,f=n.appInfo,u=n.menuPreferences,j=n.isDevice,x=n.registeredCallbacks;return(0,p.jsx)(s.View,{style:{flex:1,direction:'ltr'},children:(0,p.jsx)(t.AppProviders,{appInfo:f,devSettings:v,menuPreferences:u,children:(0,p.jsx)(l.LoadInitialData,{loader:(0,p.jsx)(o.Splash,{}),children:(0,p.jsx)(c.Main,{registeredCallbacks:x,isDevice:j})})})})};n(r(d[1]));var s=r(d[2]),t=r(d[3]),l=r(d[4]),c=r(d[5]),o=r(d[6]),p=r(d[7])}),422,[5,95,1,423,837,839,838,203]); __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.AppProviders=function(u){var p=u.children,l=u.appInfo,s=u.devSettings,v=u.menuPreferences;return(0,c.jsx)(o.DevSettingsProvider,{devSettings:s,children:(0,c.jsx)(t.AppInfoContextProvider,{appInfo:l,children:(0,c.jsx)(f.MenuPreferencesProvider,{menuPreferences:v,children:(0,c.jsx)(n.ThemeProvider,{themePreference:"no-preference",children:p})})})})};var n=r(d[0]),t=((function(n,t){if(!t&&n&&n.__esModule)return n;if(null===n||"object"!=typeof n&&"function"!=typeof n)return{default:n};var o=u(t);if(o&&o.has(n))return o.get(n);var f={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var p in n)if("default"!==p&&Object.prototype.hasOwnProperty.call(n,p)){var l=c?Object.getOwnPropertyDescriptor(n,p):null;l&&(l.get||l.set)?Object.defineProperty(f,p,l):f[p]=n[p]}f.default=n,o&&o.set(n,f)})(r(d[1])),r(d[2])),o=r(d[3]),f=r(d[4]),c=r(d[5]);function u(n){if("function"!=typeof WeakMap)return null;var t=new WeakMap,o=new WeakMap;return(u=function(n){return n?o:t})(n)}}),423,[424,95,815,816,836,203]); __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0});var n=r(d[0]);Object.keys(n).forEach((function(t){"default"!==t&&"__esModule"!==t&&(t in e&&e[t]===n[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return n[t]}}))}));var t=r(d[1]);Object.keys(t).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===t[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[n]}}))}));var u=r(d[2]);Object.keys(u).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===u[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return u[n]}}))}));var o=r(d[3]);Object.keys(o).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===o[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return o[n]}}))}));var c=r(d[4]);Object.keys(c).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===c[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return c[n]}}))}));var f=r(d[5]);Object.keys(f).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===f[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return f[n]}}))}));var l=r(d[6]);Object.keys(l).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===l[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return l[n]}}))}))}),424,[425,812,427,813,739,814,738]); __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0});var n=r(d[0]);Object.keys(n).forEach((function(t){"default"!==t&&"__esModule"!==t&&(t in e&&e[t]===n[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return n[t]}}))}));var t=r(d[1]);Object.keys(t).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===t[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[n]}}))}));var u=r(d[2]);Object.keys(u).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===u[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return u[n]}}))}));var o=r(d[3]);Object.keys(o).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===o[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return o[n]}}))}));var c=r(d[4]);Object.keys(c).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===c[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return c[n]}}))}));var f=r(d[5]);Object.keys(f).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===f[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return f[n]}}))}));var l=r(d[6]);Object.keys(l).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===l[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return l[n]}}))}));var b=r(d[7]);Object.keys(b).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===b[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return b[n]}}))}));var _=r(d[8]);Object.keys(_).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===_[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return _[n]}}))}));var j=r(d[9]);Object.keys(j).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===j[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return j[n]}}))}));var s=r(d[10]);Object.keys(s).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===s[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return s[n]}}))}));var y=r(d[11]);Object.keys(y).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===y[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return y[n]}}))}));var O=r(d[12]);Object.keys(O).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===O[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return O[n]}}))}));var p=r(d[13]);Object.keys(p).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===p[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return p[n]}}))}));var v=r(d[14]);Object.keys(v).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===v[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return v[n]}}))}));var M=r(d[15]);Object.keys(M).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===M[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return M[n]}}))}));var P=r(d[16]);Object.keys(P).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===P[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return P[n]}}))}));var h=r(d[17]);Object.keys(h).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===h[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return h[n]}}))}));var k=r(d[18]);Object.keys(k).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===k[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return k[n]}}))}));var E=r(d[19]);Object.keys(E).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===E[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return E[n]}}))}));var q=r(d[20]);Object.keys(q).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===q[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return q[n]}}))}));var w=r(d[21]);Object.keys(w).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===w[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return w[n]}}))}));var x=r(d[22]);Object.keys(x).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===x[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return x[n]}}))}));var z=r(d[23]);Object.keys(z).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===z[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return z[n]}}))}));var A=r(d[24]);Object.keys(A).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===A[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return A[n]}}))}));var B=r(d[25]);Object.keys(B).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===B[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return B[n]}}))}))}),425,[426,743,746,748,750,752,754,757,762,767,770,772,774,776,778,780,782,787,790,793,795,798,800,803,806,809]); @@ -842,7 +842,7 @@ __d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule", __d((function(g,r,_i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.MenuPreferencesProvider=function(t){var n=t.children,o=t.menuPreferences,c=void 0===o?O:o;return(0,i.jsx)(l.Provider,{value:c,children:n})},e.useMenuPreferences=function(){return p(p({},o.useContext(l)),{},{actions:{setOnboardingFinishedAsync:function(t){return c.setOnboardingFinishedAsync(t)}}})};var n=t(r(d[1])),o=f(r(d[2])),c=f(r(d[3])),i=r(d[4]);function u(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,o=new WeakMap;return(u=function(t){return t?o:n})(t)}function f(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var o=u(n);if(o&&o.has(t))return o.get(t);var c={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var f in t)if("default"!==f&&Object.prototype.hasOwnProperty.call(t,f)){var s=i?Object.getOwnPropertyDescriptor(t,f):null;s&&(s.get||s.set)?Object.defineProperty(c,f,s):c[f]=t[f]}return c.default=t,o&&o.set(t,c),c}function s(t,n){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(t);n&&(c=c.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),o.push.apply(o,c)}return o}function p(t){for(var o=1;o0;return(0,h.jsxs)(s.View,{flex:"1",bg:"secondary",children:[(0,h.jsx)(s.View,{py:"medium",bg:"default",children:(0,h.jsxs)(s.Row,{align:"start",children:[(0,h.jsx)(s.Spacer.Horizontal,{size:"medium"}),(0,h.jsxs)(s.Row,{align:"center",shrink:"1",children:[(0,h.jsx)(s.View,{children:(0,h.jsx)(s.View,{height:"xl",width:"xl",overflow:"hidden",bg:"secondary",rounded:"medium",children:Boolean(y.appIcon)&&(0,h.jsx)(s.Image,{source:{uri:y.appIcon},style:{flex:1,resizeMode:'contain'}})})}),(0,h.jsx)(s.Spacer.Horizontal,{size:"small"}),(0,h.jsxs)(s.View,{shrink:"1",children:[(0,h.jsx)(s.Row,{style:{flexWrap:'wrap'},children:(0,h.jsx)(s.Heading,{weight:"bold",numberOfLines:1,children:y.appName})}),Boolean(y.runtimeVersion)&&(0,h.jsx)(h.Fragment,{children:(0,h.jsx)(s.Text,{size:"small",color:"secondary",children:`Runtime version: ${y.runtimeVersion}`})}),Boolean(y.sdkVersion)&&!y.runtimeVersion&&(0,h.jsx)(h.Fragment,{children:(0,h.jsx)(s.Text,{size:"small",color:"secondary",children:`SDK version: ${y.sdkVersion}`})})]}),(0,h.jsx)(s.Spacer.Horizontal,{}),(0,h.jsx)(s.View,{width:"large",style:{alignSelf:'flex-start'},children:(0,h.jsx)(s.Button.FadeOnPressContainer,{onPress:u.hideMenu,bg:"ghost",rounded:"full",children:(0,h.jsx)(s.View,{padding:"micro",children:(0,h.jsx)(s.XIcon,{})})})}),(0,h.jsx)(s.Spacer.Horizontal,{size:"small"})]})]})}),(0,h.jsx)(s.Divider,{}),(0,h.jsxs)(l.ScrollView,{nestedScrollEnabled:!0,children:[Boolean(y.hostUrl)&&(0,h.jsxs)(h.Fragment,{children:[(0,h.jsxs)(s.View,{bg:"default",padding:"medium",children:[(0,h.jsx)(s.Text,{color:"secondary",children:"Connected to:"}),(0,h.jsx)(s.Spacer.Vertical,{size:"small"}),(0,h.jsxs)(s.Row,{align:"center",children:[(0,h.jsx)(s.StatusIndicator,{style:{width:10,height:10},status:"success"}),(0,h.jsx)(s.Spacer.Horizontal,{size:"small"}),(0,h.jsx)(s.View,{flex:"1",children:(0,h.jsx)(s.Text,{type:"mono",numberOfLines:2,size:"small",children:y.hostUrl})}),(0,h.jsx)(s.Spacer.Horizontal,{size:"small"})]})]}),(0,h.jsx)(s.Divider,{})]}),(0,h.jsxs)(s.Row,{padding:"small",children:[j.isDevLauncherInstalled&&(0,h.jsx)(s.View,{flex:"1",children:(0,h.jsx)(b,{icon:(0,h.jsx)(s.HomeFilledIcon,{}),label:"Go home",onPress:P.navigateToLauncher})}),(0,h.jsx)(s.Spacer.Horizontal,{size:"medium"}),(0,h.jsx)(s.View,{flex:"1",children:(0,h.jsx)(b,{icon:(0,h.jsx)(s.ClipboardIcon,{}),label:"Copy link",onPress:function(){var n=y.hostUrl;D.onCopyPress(n)}})}),(0,h.jsx)(s.Spacer.Horizontal,{size:"medium"}),(0,h.jsx)(s.View,{flex:"1",children:(0,h.jsx)(b,{icon:(0,h.jsx)(s.RefreshIcon,{}),label:"Reload",onPress:P.reload})})]}),z.length>0&&(0,h.jsxs)(s.View,{children:[(0,h.jsx)(s.View,{mx:"large",children:(0,h.jsx)(s.Heading,{size:"small",color:"secondary",children:"Custom Menu Items"})}),(0,h.jsx)(s.Spacer.Vertical,{size:"small"}),(0,h.jsx)(s.View,{mx:"small",children:z.map((function(n,l,o){var t=0===l,c=l===o.length-1;return(0,h.jsxs)(s.View,{children:[(0,h.jsx)(s.View,{bg:"default",roundedTop:t?'large':'none',roundedBottom:c?'large':'none',children:(0,h.jsx)(f,{label:n,icon:null,onPress:function(){return(0,u.fireCallbackAsync)(n)}})}),!c&&(0,h.jsx)(s.Divider,{})]},n+l)}))}),(0,h.jsx)(s.Spacer.Vertical,{size:"medium"})]}),(0,h.jsxs)(s.View,{mx:"small",children:[(0,h.jsx)(s.View,{roundedTop:"large",bg:"default",children:(0,h.jsx)(f,{disabled:!I.isPerfMonitorAvailable,label:"Toggle performance monitor",icon:(0,h.jsx)(s.PerformanceIcon,{}),onPress:P.togglePerformanceMonitor})}),(0,h.jsx)(s.Divider,{}),(0,h.jsx)(s.View,{bg:"default",children:(0,h.jsx)(f,{disabled:!I.isElementInspectorAvailable,label:"Toggle element inspector",icon:(0,h.jsx)(s.InspectElementIcon,{}),onPress:P.toggleElementInspector})}),(0,h.jsx)(s.Divider,{}),I.isJSInspectorAvailable?(0,h.jsx)(s.View,{bg:"default",children:(0,h.jsx)(f,{disabled:!I.isJSInspectorAvailable,label:"Open JS debugger",icon:(0,h.jsx)(s.DebugIcon,{}),onPress:P.openJSInspector})}):(0,h.jsx)(s.View,{bg:"default",children:(0,h.jsx)(w,{disabled:null==y||!y.sdkVersion||!o.default.lt(y.sdkVersion,'49.0.0')||!I.isRemoteDebuggingAvailable,testID:"remote-js-debugger",label:"Remote JS debugger",icon:(0,h.jsx)(s.DebugIcon,{}),isEnabled:I.isDebuggingRemotely,setIsEnabled:P.toggleDebugRemoteJS,description:null==y||!y.sdkVersion||o.default.lt(y.sdkVersion,'49.0.0')?`This is not compatible with ${null!=(p=null==y?void 0:y.engine)?p:'JSC'} in this SDK version, please use Hermes to debug.`:void 0})}),(0,h.jsx)(s.Divider,{}),(0,h.jsx)(s.View,{bg:"default",roundedBottom:"large",children:(0,h.jsx)(w,{disabled:!I.isHotLoadingAvailable,testID:"fast-refresh",label:"Fast refresh",icon:(0,h.jsx)(s.RunIcon,{}),isEnabled:I.isHotLoadingEnabled,setIsEnabled:P.toggleFastRefresh})})]}),'Hermes'===y.engine&&(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(s.Spacer.Vertical,{size:"large"}),(0,h.jsx)(s.View,{mx:"small",children:(0,h.jsxs)(s.View,{bg:"warning",padding:"medium",rounded:"medium",border:"warning",children:[(0,h.jsxs)(s.Row,{align:"center",children:[(0,h.jsx)(s.WarningIcon,{}),(0,h.jsx)(s.Spacer.Horizontal,{size:"tiny"}),(0,h.jsx)(s.Heading,{color:"warning",size:"small",style:{top:1},children:"Warning"})]}),(0,h.jsx)(s.Spacer.Vertical,{size:"small"}),(0,h.jsx)(s.View,{children:(0,h.jsx)(s.Text,{size:"small",color:"warning",children:"Debugging not working? Try manually reloading first"})})]})})]}),!B&&(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(s.Spacer.Vertical,{size:"large"}),(0,h.jsx)(s.Text,{size:"small",color:"secondary",align:"center",children:"Some settings are unavailable for this development build."})]}),(0,h.jsx)(s.Spacer.Vertical,{size:"large"}),(0,h.jsxs)(s.View,{mx:"small",rounded:"large",overflow:"hidden",children:[(0,h.jsx)(V,{title:"Version",value:y.appVersion}),(0,h.jsx)(s.Divider,{}),Boolean(y.runtimeVersion)&&(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(V,{title:"Runtime version",value:y.runtimeVersion}),(0,h.jsx)(s.Divider,{})]}),Boolean(y.sdkVersion)&&!y.runtimeVersion&&(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(V,{title:"SDK Version",value:y.sdkVersion}),(0,h.jsx)(s.Divider,{})]}),(0,h.jsx)(s.Button.FadeOnPressContainer,{bg:"default",roundedTop:"none",roundedBottom:"large",onPress:function(){var n=y.runtimeVersion,s=y.sdkVersion,l=y.appName,o=y.appVersion;R.onCopyPress({runtimeVersion:n,sdkVersion:s,appName:l,appVersion:o})},disabled:H,children:(0,h.jsx)(s.Row,{px:"medium",py:"small",align:"center",bg:"default",children:(0,h.jsx)(s.Text,{color:"link",size:"medium",children:H?'Copied to clipboard!':'Tap to Copy All'})})})]}),(0,h.jsx)(s.Spacer.Vertical,{size:"large"}),(0,h.jsx)(s.View,{mx:"small",rounded:"large",overflow:"hidden",children:(0,h.jsx)(s.Button.FadeOnPressContainer,{bg:"default",roundedTop:"none",roundedBottom:"large",onPress:P.openRNDevMenu,children:(0,h.jsx)(s.Row,{px:"medium",py:"small",align:"center",bg:"default",children:(0,h.jsx)(s.Text,{children:"Open React Native dev menu"})})})}),'android'===l.Platform.OS&&(0,h.jsx)(s.View,{style:{height:50}}),(0,h.jsx)(s.Spacer.Vertical,{size:"large"})]})]})};var s=r(d[1]),l=((function(n,s){if(!s&&n&&n.__esModule)return n;if(null===n||"object"!=typeof n&&"function"!=typeof n)return{default:n};var l=p(s);if(l&&l.has(n))return l.get(n);var o={},t=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in n)if("default"!==c&&Object.prototype.hasOwnProperty.call(n,c)){var x=t?Object.getOwnPropertyDescriptor(n,c):null;x&&(x.get||x.set)?Object.defineProperty(o,c,x):o[c]=n[c]}o.default=n,l&&l.set(n,o)})(r(d[2])),r(d[3])),o=n(r(d[4])),t=r(d[5]),c=r(d[6]),x=r(d[7]),j=r(d[8]),u=r(d[9]),h=r(d[10]);function p(n){if("function"!=typeof WeakMap)return null;var s=new WeakMap,l=new WeakMap;return(p=function(n){return n?l:s})(n)}function b(n){var l=n.icon,o=n.label,t=n.onPress;return(0,h.jsx)(s.Button.FadeOnPressContainer,{bg:"default",onPress:t,children:(0,h.jsxs)(s.View,{padding:"small",rounded:"large",bg:"default",children:[(0,h.jsx)(s.View,{align:"centered",children:l}),(0,h.jsx)(s.Spacer.Vertical,{size:"tiny"}),(0,h.jsx)(s.Text,{size:"small",align:"center",children:o})]})})}function f(n){var l=n.label,o=n.icon,t=n.description,c=void 0===t?'':t,x=n.onPress,j=n.disabled;return(0,h.jsxs)(s.Button.FadeOnPressContainer,{onPress:x,bg:"default",disabled:j,children:[(0,h.jsxs)(s.Row,{padding:"small",align:"center",bg:"default",style:{opacity:j?.75:1},children:[o&&(0,h.jsx)(s.View,{width:"large",height:"large",children:o}),(0,h.jsx)(s.Spacer.Horizontal,{size:"small"}),(0,h.jsx)(s.View,{children:(0,h.jsx)(s.Text,{children:l})}),(0,h.jsx)(s.Spacer.Horizontal,{}),(0,h.jsx)(s.View,{width:"16",style:{alignItems:'flex-end'}})]}),Boolean(c)&&(0,h.jsxs)(s.View,{style:{transform:[{translateY:-s.scale[3]}]},children:[(0,h.jsxs)(s.Row,{px:"small",align:"center",children:[(0,h.jsx)(s.Spacer.Horizontal,{size:"large"}),(0,h.jsx)(s.View,{shrink:"1",px:"small",children:(0,h.jsx)(s.Text,{size:"small",color:"secondary",leading:"large",children:c})}),(0,h.jsx)(s.View,{width:"16"})]}),(0,h.jsx)(s.Spacer.Vertical,{size:"tiny"})]})]})}function w(n){var o=n.label,t=n.description,c=void 0===t?'':t,x=n.icon,j=n.isEnabled,u=n.setIsEnabled,p=n.disabled,b=n.testID;return(0,h.jsxs)(s.View,{style:{opacity:p?.75:1},pointerEvents:p?'none':'auto',children:[(0,h.jsxs)(s.Row,{padding:"small",align:"center",children:[(0,h.jsx)(s.View,{width:"large",height:"large",children:x}),(0,h.jsx)(s.Spacer.Horizontal,{size:"small"}),(0,h.jsx)(s.View,{children:(0,h.jsx)(s.Text,{children:o})}),(0,h.jsx)(s.Spacer.Horizontal,{}),(0,h.jsx)(s.View,{width:"16",style:{alignItems:'flex-end'},children:(0,h.jsx)(l.Switch,{testID:b,disabled:p,value:j&&!p,onValueChange:function(){return u(!j)}})})]}),Boolean(c)&&(0,h.jsxs)(s.View,{style:{transform:[{translateY:-8}]},children:[(0,h.jsxs)(s.Row,{px:"small",align:"center",children:[(0,h.jsx)(s.Spacer.Horizontal,{size:"large"}),(0,h.jsx)(s.View,{shrink:"1",px:"small",children:(0,h.jsx)(s.Text,{size:"small",color:"secondary",leading:"large",children:c})}),(0,h.jsx)(s.View,{style:{width:s.scale[16]}})]}),(0,h.jsx)(s.Spacer.Vertical,{size:"tiny"})]})]})}function V(n){var l=n.title,o=n.value;return(0,h.jsxs)(s.Row,{px:"medium",py:"small",align:"center",bg:"default",children:[(0,h.jsx)(s.Text,{size:"medium",children:l}),(0,h.jsx)(s.Spacer.Horizontal,{}),(0,h.jsx)(s.Text,{children:o})]})}}),839,[5,424,95,1,840,815,887,816,817,818,203]); +__d((function(g,r,i,a,m,e,d){var n=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.Main=function(n){var b,z=n.registeredCallbacks,y=void 0===z?[]:z,S=n.isDevice,I=(0,t.useAppInfo)(),P=(0,x.useDevSettings)(),D=P.devSettings,R=P.actions,H=(0,c.useClipboard)(),T=(0,c.useClipboard)();var k=Boolean(T.clipboardContent),C=D.isElementInspectorAvailable,O=D.isHotLoadingAvailable,B=D.isPerfMonitorAvailable,F=D.isRemoteDebuggingAvailable,A=[C,O,B,F].filter((function(n){return!1===n})).length>0;return(0,p.jsxs)(s.View,{flex:"1",bg:"secondary",children:[(0,p.jsx)(s.View,{py:"medium",bg:"default",children:(0,p.jsxs)(s.Row,{align:"start",children:[(0,p.jsx)(s.Spacer.Horizontal,{size:"medium"}),(0,p.jsxs)(s.Row,{align:"center",shrink:"1",children:[(0,p.jsx)(s.View,{children:(0,p.jsx)(s.View,{height:"xl",width:"xl",overflow:"hidden",bg:"secondary",rounded:"medium",children:Boolean(I.appIcon)&&(0,p.jsx)(s.Image,{source:{uri:I.appIcon},style:{flex:1,resizeMode:'contain'}})})}),(0,p.jsx)(s.Spacer.Horizontal,{size:"small"}),(0,p.jsxs)(s.View,{shrink:"1",children:[(0,p.jsx)(s.Row,{style:{flexWrap:'wrap'},children:(0,p.jsx)(s.Heading,{weight:"bold",numberOfLines:1,children:I.appName})}),Boolean(I.runtimeVersion)&&(0,p.jsx)(p.Fragment,{children:(0,p.jsx)(s.Text,{size:"small",color:"secondary",children:`Runtime version: ${I.runtimeVersion}`})}),Boolean(I.sdkVersion)&&!I.runtimeVersion&&(0,p.jsx)(p.Fragment,{children:(0,p.jsx)(s.Text,{size:"small",color:"secondary",children:`SDK version: ${I.sdkVersion}`})})]}),(0,p.jsx)(s.Spacer.Horizontal,{}),(0,p.jsx)(s.View,{width:"large",style:{alignSelf:'flex-start'},children:(0,p.jsx)(s.Button.FadeOnPressContainer,{onPress:u.hideMenu,bg:"ghost",rounded:"full",children:(0,p.jsx)(s.View,{padding:"micro",children:(0,p.jsx)(s.XIcon,{})})})}),(0,p.jsx)(s.Spacer.Horizontal,{size:"small"})]})]})}),(0,p.jsx)(s.Divider,{}),(0,p.jsxs)(s.View,{style:{flex:1},children:[(0,p.jsxs)(l.ScrollView,{nestedScrollEnabled:!0,children:[Boolean(I.hostUrl)&&(0,p.jsxs)(p.Fragment,{children:[(0,p.jsxs)(s.View,{bg:"default",padding:"medium",children:[(0,p.jsx)(s.Text,{color:"secondary",children:"Connected to:"}),(0,p.jsx)(s.Spacer.Vertical,{size:"small"}),(0,p.jsxs)(s.Row,{align:"center",children:[(0,p.jsx)(s.StatusIndicator,{style:{width:10,height:10},status:"success"}),(0,p.jsx)(s.Spacer.Horizontal,{size:"small"}),(0,p.jsx)(s.View,{flex:"1",children:(0,p.jsx)(s.Text,{type:"mono",numberOfLines:2,size:"small",children:I.hostUrl})}),(0,p.jsx)(s.Spacer.Horizontal,{size:"small"})]})]}),(0,p.jsx)(s.Divider,{})]}),(0,p.jsxs)(s.Row,{padding:"small",children:[j.isDevLauncherInstalled&&(0,p.jsx)(s.View,{flex:"1",children:(0,p.jsx)(f,{icon:(0,p.jsx)(s.HomeFilledIcon,{}),label:"Go home",onPress:R.navigateToLauncher})}),(0,p.jsx)(s.Spacer.Horizontal,{size:"medium"}),(0,p.jsx)(s.View,{flex:"1",children:(0,p.jsx)(f,{icon:(0,p.jsx)(s.ClipboardIcon,{}),label:"Copy link",onPress:function(){var n=I.hostUrl;H.onCopyPress(n)}})}),(0,p.jsx)(s.Spacer.Horizontal,{size:"medium"}),(0,p.jsx)(s.View,{flex:"1",children:(0,p.jsx)(f,{icon:(0,p.jsx)(s.RefreshIcon,{}),label:"Reload",onPress:R.reload})})]}),y.length>0&&(0,p.jsxs)(s.View,{children:[(0,p.jsx)(s.View,{mx:"large",children:(0,p.jsx)(s.Heading,{size:"small",color:"secondary",children:"Custom Menu Items"})}),(0,p.jsx)(s.Spacer.Vertical,{size:"small"}),(0,p.jsx)(s.View,{mx:"small",children:y.map((function(n,l,o){var t=0===l,c=l===o.length-1;return(0,p.jsxs)(s.View,{children:[(0,p.jsx)(s.View,{bg:"default",roundedTop:t?'large':'none',roundedBottom:c?'large':'none',children:(0,p.jsx)(w,{label:n,icon:null,onPress:function(){return(0,u.fireCallbackAsync)(n)}})}),!c&&(0,p.jsx)(s.Divider,{})]},n+l)}))}),(0,p.jsx)(s.Spacer.Vertical,{size:"medium"})]}),(0,p.jsxs)(s.View,{mx:"small",children:[(0,p.jsx)(s.View,{roundedTop:"large",bg:"default",children:(0,p.jsx)(w,{disabled:!D.isPerfMonitorAvailable,label:"Toggle performance monitor",icon:(0,p.jsx)(s.PerformanceIcon,{}),onPress:R.togglePerformanceMonitor})}),(0,p.jsx)(s.Divider,{}),(0,p.jsx)(s.View,{bg:"default",children:(0,p.jsx)(w,{disabled:!D.isElementInspectorAvailable,label:"Toggle element inspector",icon:(0,p.jsx)(s.InspectElementIcon,{}),onPress:R.toggleElementInspector})}),(0,p.jsx)(s.Divider,{}),D.isJSInspectorAvailable?(0,p.jsx)(s.View,{bg:"default",children:(0,p.jsx)(w,{disabled:!D.isJSInspectorAvailable,label:"Open JS debugger",icon:(0,p.jsx)(s.DebugIcon,{}),onPress:R.openJSInspector})}):(0,p.jsx)(s.View,{bg:"default",children:(0,p.jsx)(V,{disabled:null==I||!I.sdkVersion||!o.default.lt(I.sdkVersion,'49.0.0')||!D.isRemoteDebuggingAvailable,testID:"remote-js-debugger",label:"Remote JS debugger",icon:(0,p.jsx)(s.DebugIcon,{}),isEnabled:D.isDebuggingRemotely,setIsEnabled:R.toggleDebugRemoteJS,description:null==I||!I.sdkVersion||o.default.lt(I.sdkVersion,'49.0.0')?`This is not compatible with ${null!=(b=null==I?void 0:I.engine)?b:'JSC'} in this SDK version, please use Hermes to debug.`:void 0})}),(0,p.jsx)(s.Divider,{}),(0,p.jsx)(s.View,{bg:"default",roundedBottom:"large",children:(0,p.jsx)(V,{disabled:!D.isHotLoadingAvailable,testID:"fast-refresh",label:"Fast refresh",icon:(0,p.jsx)(s.RunIcon,{}),isEnabled:D.isHotLoadingEnabled,setIsEnabled:R.toggleFastRefresh})})]}),'Hermes'===I.engine&&(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(s.Spacer.Vertical,{size:"large"}),(0,p.jsx)(s.View,{mx:"small",children:(0,p.jsxs)(s.View,{bg:"warning",padding:"medium",rounded:"medium",border:"warning",children:[(0,p.jsxs)(s.Row,{align:"center",children:[(0,p.jsx)(s.WarningIcon,{}),(0,p.jsx)(s.Spacer.Horizontal,{size:"tiny"}),(0,p.jsx)(s.Heading,{color:"warning",size:"small",style:{top:1},children:"Warning"})]}),(0,p.jsx)(s.Spacer.Vertical,{size:"small"}),(0,p.jsx)(s.View,{children:(0,p.jsx)(s.Text,{size:"small",color:"warning",children:"Debugging not working? Try manually reloading first"})})]})})]}),!A&&(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(s.Spacer.Vertical,{size:"large"}),(0,p.jsx)(s.Text,{size:"small",color:"secondary",align:"center",children:"Some settings are unavailable for this development build."})]}),(0,p.jsx)(s.Spacer.Vertical,{size:"large"}),(0,p.jsxs)(s.View,{mx:"small",rounded:"large",overflow:"hidden",children:[(0,p.jsx)(v,{title:"Version",value:I.appVersion}),(0,p.jsx)(s.Divider,{}),Boolean(I.runtimeVersion)&&(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(v,{title:"Runtime version",value:I.runtimeVersion}),(0,p.jsx)(s.Divider,{})]}),Boolean(I.sdkVersion)&&!I.runtimeVersion&&(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(v,{title:"SDK Version",value:I.sdkVersion}),(0,p.jsx)(s.Divider,{})]}),(0,p.jsx)(s.Button.FadeOnPressContainer,{bg:"default",roundedTop:"none",roundedBottom:"large",onPress:function(){var n=I.runtimeVersion,s=I.sdkVersion,l=I.appName,o=I.appVersion;T.onCopyPress({runtimeVersion:n,sdkVersion:s,appName:l,appVersion:o})},disabled:k,children:(0,p.jsx)(s.Row,{px:"medium",py:"small",align:"center",bg:"default",children:(0,p.jsx)(s.Text,{color:"link",size:"medium",children:k?'Copied to clipboard!':'Tap to Copy All'})})})]}),(0,p.jsx)(s.Spacer.Vertical,{size:"large"}),(0,p.jsx)(s.View,{mx:"small",rounded:"large",overflow:"hidden",children:(0,p.jsx)(s.Button.FadeOnPressContainer,{bg:"default",roundedTop:"none",roundedBottom:"large",onPress:R.openRNDevMenu,children:(0,p.jsx)(s.Row,{px:"medium",py:"small",align:"center",bg:"default",children:(0,p.jsx)(s.Text,{children:"Open React Native dev menu"})})})}),'android'===l.Platform.OS&&(0,p.jsx)(s.View,{style:{height:50}}),(0,p.jsx)(s.Spacer.Vertical,{size:"large"})]}),(0,p.jsx)(h.Onboarding,{isDevice:S})]})]})};var s=r(d[1]),l=((function(n,s){if(!s&&n&&n.__esModule)return n;if(null===n||"object"!=typeof n&&"function"!=typeof n)return{default:n};var l=b(s);if(l&&l.has(n))return l.get(n);var o={},t=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in n)if("default"!==c&&Object.prototype.hasOwnProperty.call(n,c)){var x=t?Object.getOwnPropertyDescriptor(n,c):null;x&&(x.get||x.set)?Object.defineProperty(o,c,x):o[c]=n[c]}o.default=n,l&&l.set(n,o)})(r(d[2])),r(d[3])),o=n(r(d[4])),t=r(d[5]),c=r(d[6]),x=r(d[7]),j=r(d[8]),u=r(d[9]),h=r(d[10]),p=r(d[11]);function b(n){if("function"!=typeof WeakMap)return null;var s=new WeakMap,l=new WeakMap;return(b=function(n){return n?l:s})(n)}function f(n){var l=n.icon,o=n.label,t=n.onPress;return(0,p.jsx)(s.Button.FadeOnPressContainer,{bg:"default",onPress:t,children:(0,p.jsxs)(s.View,{padding:"small",rounded:"large",bg:"default",children:[(0,p.jsx)(s.View,{align:"centered",children:l}),(0,p.jsx)(s.Spacer.Vertical,{size:"tiny"}),(0,p.jsx)(s.Text,{size:"small",align:"center",children:o})]})})}function w(n){var l=n.label,o=n.icon,t=n.description,c=void 0===t?'':t,x=n.onPress,j=n.disabled;return(0,p.jsxs)(s.Button.FadeOnPressContainer,{onPress:x,bg:"default",disabled:j,children:[(0,p.jsxs)(s.Row,{padding:"small",align:"center",bg:"default",style:{opacity:j?.75:1},children:[o&&(0,p.jsx)(s.View,{width:"large",height:"large",children:o}),(0,p.jsx)(s.Spacer.Horizontal,{size:"small"}),(0,p.jsx)(s.View,{children:(0,p.jsx)(s.Text,{children:l})}),(0,p.jsx)(s.Spacer.Horizontal,{}),(0,p.jsx)(s.View,{width:"16",style:{alignItems:'flex-end'}})]}),Boolean(c)&&(0,p.jsxs)(s.View,{style:{transform:[{translateY:-s.scale[3]}]},children:[(0,p.jsxs)(s.Row,{px:"small",align:"center",children:[(0,p.jsx)(s.Spacer.Horizontal,{size:"large"}),(0,p.jsx)(s.View,{shrink:"1",px:"small",children:(0,p.jsx)(s.Text,{size:"small",color:"secondary",leading:"large",children:c})}),(0,p.jsx)(s.View,{width:"16"})]}),(0,p.jsx)(s.Spacer.Vertical,{size:"tiny"})]})]})}function V(n){var o=n.label,t=n.description,c=void 0===t?'':t,x=n.icon,j=n.isEnabled,u=n.setIsEnabled,h=n.disabled,b=n.testID;return(0,p.jsxs)(s.View,{style:{opacity:h?.75:1},pointerEvents:h?'none':'auto',children:[(0,p.jsxs)(s.Row,{padding:"small",align:"center",children:[(0,p.jsx)(s.View,{width:"large",height:"large",children:x}),(0,p.jsx)(s.Spacer.Horizontal,{size:"small"}),(0,p.jsx)(s.View,{children:(0,p.jsx)(s.Text,{children:o})}),(0,p.jsx)(s.Spacer.Horizontal,{}),(0,p.jsx)(s.View,{width:"16",style:{alignItems:'flex-end'},children:(0,p.jsx)(l.Switch,{testID:b,disabled:h,value:j&&!h,onValueChange:function(){return u(!j)}})})]}),Boolean(c)&&(0,p.jsxs)(s.View,{style:{transform:[{translateY:-8}]},children:[(0,p.jsxs)(s.Row,{px:"small",align:"center",children:[(0,p.jsx)(s.Spacer.Horizontal,{size:"large"}),(0,p.jsx)(s.View,{shrink:"1",px:"small",children:(0,p.jsx)(s.Text,{size:"small",color:"secondary",leading:"large",children:c})}),(0,p.jsx)(s.View,{style:{width:s.scale[16]}})]}),(0,p.jsx)(s.Spacer.Vertical,{size:"tiny"})]})]})}function v(n){var l=n.title,o=n.value;return(0,p.jsxs)(s.Row,{px:"medium",py:"small",align:"center",bg:"default",children:[(0,p.jsx)(s.Text,{size:"medium",children:l}),(0,p.jsx)(s.Spacer.Horizontal,{}),(0,p.jsx)(s.Text,{children:o})]})}}),839,[5,424,95,1,840,815,887,816,817,818,888,203]); __d((function(g,r,i,a,m,e,d){var t=r(d[0]);m.exports={re:t.re,src:t.src,tokens:t.t,SEMVER_SPEC_VERSION:r(d[1]).SEMVER_SPEC_VERSION,SemVer:r(d[2]),compareIdentifiers:r(d[3]).compareIdentifiers,rcompareIdentifiers:r(d[3]).rcompareIdentifiers,parse:r(d[4]),valid:r(d[5]),clean:r(d[6]),inc:r(d[7]),diff:r(d[8]),major:r(d[9]),minor:r(d[10]),patch:r(d[11]),prerelease:r(d[12]),compare:r(d[13]),rcompare:r(d[14]),compareLoose:r(d[15]),compareBuild:r(d[16]),sort:r(d[17]),rsort:r(d[18]),gt:r(d[19]),lt:r(d[20]),eq:r(d[21]),neq:r(d[22]),gte:r(d[23]),lte:r(d[24]),cmp:r(d[25]),coerce:r(d[26]),Comparator:r(d[27]),Range:r(d[28]),satisfies:r(d[29]),toComparators:r(d[30]),maxSatisfying:r(d[31]),minSatisfying:r(d[32]),minVersion:r(d[33]),validRange:r(d[34]),outside:r(d[35]),gtr:r(d[36]),ltr:r(d[37]),intersects:r(d[38]),simplifyRange:r(d[39]),subset:r(d[40])}}),840,[841,842,844,846,847,848,849,850,851,854,855,856,857,853,858,859,860,861,862,863,864,852,865,866,867,868,869,870,871,875,876,877,878,879,880,881,882,883,884,885,886]); __d((function(g,r,i,a,m,e,d){var E=r(d[0]).MAX_SAFE_COMPONENT_LENGTH,I=r(d[1]),R=(e=m.exports={}).re=[],N=e.src=[],L=e.t={},O=0,$=function(E,$,A){var T=O++;I(E,T,$),L[E]=T,N[T]=$,R[T]=new RegExp($,A?'g':void 0)};$('NUMERICIDENTIFIER','0|[1-9]\\d*'),$('NUMERICIDENTIFIERLOOSE','[0-9]+'),$('NONNUMERICIDENTIFIER','\\d*[a-zA-Z-][a-zA-Z0-9-]*'),$('MAINVERSION',`(${N[L.NUMERICIDENTIFIER]})\\.(${N[L.NUMERICIDENTIFIER]})\\.(${N[L.NUMERICIDENTIFIER]})`),$('MAINVERSIONLOOSE',`(${N[L.NUMERICIDENTIFIERLOOSE]})\\.(${N[L.NUMERICIDENTIFIERLOOSE]})\\.(${N[L.NUMERICIDENTIFIERLOOSE]})`),$('PRERELEASEIDENTIFIER',`(?:${N[L.NUMERICIDENTIFIER]}|${N[L.NONNUMERICIDENTIFIER]})`),$('PRERELEASEIDENTIFIERLOOSE',`(?:${N[L.NUMERICIDENTIFIERLOOSE]}|${N[L.NONNUMERICIDENTIFIER]})`),$('PRERELEASE',`(?:-(${N[L.PRERELEASEIDENTIFIER]}(?:\\.${N[L.PRERELEASEIDENTIFIER]})*))`),$('PRERELEASELOOSE',`(?:-?(${N[L.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${N[L.PRERELEASEIDENTIFIERLOOSE]})*))`),$('BUILDIDENTIFIER','[0-9A-Za-z-]+'),$('BUILD',`(?:\\+(${N[L.BUILDIDENTIFIER]}(?:\\.${N[L.BUILDIDENTIFIER]})*))`),$('FULLPLAIN',`v?${N[L.MAINVERSION]}${N[L.PRERELEASE]}?${N[L.BUILD]}?`),$('FULL',`^${N[L.FULLPLAIN]}$`),$('LOOSEPLAIN',`[v=\\s]*${N[L.MAINVERSIONLOOSE]}${N[L.PRERELEASELOOSE]}?${N[L.BUILD]}?`),$('LOOSE',`^${N[L.LOOSEPLAIN]}$`),$('GTLT','((?:<|>)?=?)'),$('XRANGEIDENTIFIERLOOSE',`${N[L.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),$('XRANGEIDENTIFIER',`${N[L.NUMERICIDENTIFIER]}|x|X|\\*`),$('XRANGEPLAIN',`[v=\\s]*(${N[L.XRANGEIDENTIFIER]})(?:\\.(${N[L.XRANGEIDENTIFIER]})(?:\\.(${N[L.XRANGEIDENTIFIER]})(?:${N[L.PRERELEASE]})?${N[L.BUILD]}?)?)?`),$('XRANGEPLAINLOOSE',`[v=\\s]*(${N[L.XRANGEIDENTIFIERLOOSE]})(?:\\.(${N[L.XRANGEIDENTIFIERLOOSE]})(?:\\.(${N[L.XRANGEIDENTIFIERLOOSE]})(?:${N[L.PRERELEASELOOSE]})?${N[L.BUILD]}?)?)?`),$('XRANGE',`^${N[L.GTLT]}\\s*${N[L.XRANGEPLAIN]}$`),$('XRANGELOOSE',`^${N[L.GTLT]}\\s*${N[L.XRANGEPLAINLOOSE]}$`),$('COERCE',`(^|[^\\d])(\\d{1,${E}})(?:\\.(\\d{1,${E}}))?(?:\\.(\\d{1,${E}}))?(?:$|[^\\d])`),$('COERCERTL',N[L.COERCE],!0),$('LONETILDE','(?:~>?)'),$('TILDETRIM',`(\\s*)${N[L.LONETILDE]}\\s+`,!0),e.tildeTrimReplace='$1~',$('TILDE',`^${N[L.LONETILDE]}${N[L.XRANGEPLAIN]}$`),$('TILDELOOSE',`^${N[L.LONETILDE]}${N[L.XRANGEPLAINLOOSE]}$`),$('LONECARET','(?:\\^)'),$('CARETTRIM',`(\\s*)${N[L.LONECARET]}\\s+`,!0),e.caretTrimReplace='$1^',$('CARET',`^${N[L.LONECARET]}${N[L.XRANGEPLAIN]}$`),$('CARETLOOSE',`^${N[L.LONECARET]}${N[L.XRANGEPLAINLOOSE]}$`),$('COMPARATORLOOSE',`^${N[L.GTLT]}\\s*(${N[L.LOOSEPLAIN]})$|^$`),$('COMPARATOR',`^${N[L.GTLT]}\\s*(${N[L.FULLPLAIN]})$|^$`),$('COMPARATORTRIM',`(\\s*)${N[L.GTLT]}\\s*(${N[L.LOOSEPLAIN]}|${N[L.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace='$1$2$3',$('HYPHENRANGE',`^\\s*(${N[L.XRANGEPLAIN]})\\s+-\\s+(${N[L.XRANGEPLAIN]})\\s*$`),$('HYPHENRANGELOOSE',`^\\s*(${N[L.XRANGEPLAINLOOSE]})\\s+-\\s+(${N[L.XRANGEPLAINLOOSE]})\\s*$`),$('STAR','(<|>)?=?\\s*\\*'),$('GTE0','^\\s*>=\\s*0\\.0\\.0\\s*$'),$('GTE0PRE','^\\s*>=\\s*0\\.0\\.0-0\\s*$')}),841,[842,843]); __d((function(g,r,i,a,m,e,d){var E=Number.MAX_SAFE_INTEGER||9007199254740991;m.exports={SEMVER_SPEC_VERSION:'2.0.0',MAX_LENGTH:256,MAX_SAFE_INTEGER:E,MAX_SAFE_COMPONENT_LENGTH:16}}),842,[]); @@ -891,6 +891,6 @@ __d((function(g,r,i,a,m,e,d){var n=r(d[0]);m.exports=function(t,c,o){return t=ne __d((function(g,r,i,_a,m,e,d){var n=r(d[0]),u=r(d[1]),l=r(d[2]);m.exports=function(t,o,s){var a=[],h=null,p=null,f=t.sort((function(n,u){return l(n,u,s)}));for(var v of f){u(v,o,s)?(p=v,h||(h=v)):(p&&a.push([h,p]),p=null,h=null)}h&&a.push([h,null]);var $=[];for(var c of a){var w=n(c,2),_=w[0],j=w[1];_===j?$.push(_):j||_!==f[0]?j?_===f[0]?$.push(`<=${j}`):$.push(`${_} - ${j}`):$.push(`>=${_}`):$.push('*')}var x=$.join(' || '),y='string'==typeof o.raw?o.raw:String(o);return x.length=0.0.0-0')]:[new o('>=0.0.0')]}if(1===f.length&&f[0].semver===n){if(u.includePrerelease)return!0;f=[new o('>=0.0.0')]}var p,c,h,w,S,j,P,_=new Set;for(var x of t)'>'===x.operator||'>='===x.operator?p=v(p,x,u):'<'===x.operator||'<='===x.operator?c=l(c,x,u):_.add(x.semver);if(_.size>1)return null;if(p&&c){if((h=s(p.semver,c.semver,u))>0)return null;if(0===h&&('>='!==p.operator||'<='!==c.operator))return null}for(var z of _){if(p&&!a(z,String(p),u))return null;if(c&&!a(z,String(c),u))return null;for(var A of f)if(!a(z,String(A),u))return!1;return!0}var N=!(!c||u.includePrerelease||!c.semver.prerelease.length)&&c.semver,Y=!(!p||u.includePrerelease||!p.semver.prerelease.length)&&p.semver;for(var b of(N&&1===N.prerelease.length&&'<'===c.operator&&0===N.prerelease[0]&&(N=!1),f)){if(P=P||'>'===b.operator||'>='===b.operator,j=j||'<'===b.operator||'<='===b.operator,p)if(Y&&b.semver.prerelease&&b.semver.prerelease.length&&b.semver.major===Y.major&&b.semver.minor===Y.minor&&b.semver.patch===Y.patch&&(Y=!1),'>'===b.operator||'>='===b.operator){if((w=v(p,b,u))===b&&w!==p)return!1}else if('>='===p.operator&&!a(p.semver,String(b),u))return!1;if(c)if(N&&b.semver.prerelease&&b.semver.prerelease.length&&b.semver.major===N.major&&b.semver.minor===N.minor&&b.semver.patch===N.patch&&(N=!1),'<'===b.operator||'<='===b.operator){if((S=l(c,b,u))===b&&S!==c)return!1}else if('<='===c.operator&&!a(c.semver,String(b),u))return!1;if(!b.operator&&(c||p)&&0!==h)return!1}return!(p&&j&&!c&&0!==h)&&(!(c&&P&&!p&&0!==h)&&(!Y&&!N))},v=function(t,o,n){if(!t)return o;var a=s(t.semver,o.semver,n);return a>0?t:a<0||'>'===o.operator&&'>='===t.operator?o:t},l=function(t,o,n){if(!t)return o;var a=s(t.semver,o.semver,n);return a<0?t:a>0||'<'===o.operator&&'<='===t.operator?o:t};m.exports=function(o,n){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(o===n)return!0;o=new t(o,a),n=new t(n,a);var s=!1;e:for(var v of o.set){for(var l of n.set){var u=f(v,l,a);if(s=s||null!==u,u)continue e}if(s)return!1}return!0}}),886,[871,870,875,853]); __d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.useClipboard=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:3e3,c=o.useState(''),l=(0,u.default)(c,2),p=l[0],s=l[1],y=o.useState(''),b=(0,u.default)(y,2),v=b[0],O=b[1],j=o.useRef(null);function P(t){return h.apply(this,arguments)}function h(){return(h=(0,n.default)((function*(t){var n;n='object'==typeof t?JSON.stringify(t,null,2):t,O(''),s(n),yield(0,f.copyToClipboardAsync)(n).catch((function(t){O(t.message),s('')}))}))).apply(this,arguments)}return o.useEffect((function(){return p&&(j.current=setTimeout((function(){s('')}),t)),function(){clearTimeout(j.current)}}),[p,t]),{onCopyPress:P,clipboardContent:p,clipboardError:v}};var n=t(r(d[1])),u=t(r(d[2])),o=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var u=c(n);if(u&&u.has(t))return u.get(t);var o={},f=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in t)if("default"!==l&&Object.prototype.hasOwnProperty.call(t,l)){var p=f?Object.getOwnPropertyDescriptor(t,l):null;p&&(p.get||p.set)?Object.defineProperty(o,l,p):o[l]=t[l]}o.default=t,u&&u.set(t,o);return o})(r(d[3])),f=r(d[4]);function c(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,u=new WeakMap;return(c=function(t){return t?u:n})(t)}}),887,[5,314,46,95,818]); -__d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.Onboarding=function(t){var h=t.isDevice,f=(0,u.useMenuPreferences)(),w=f.isOnboardingFinished,b=f.actions,j=s.useState(!w),v=(0,n.default)(j,2),x=v[0],O=v[1];if(x)return(0,c.jsx)(o.View,{style:l.StyleSheet.absoluteFill,children:(0,c.jsx)(o.View,{style:l.StyleSheet.absoluteFill,children:(0,c.jsxs)(o.View,{flex:"1",bg:"default",py:"large",px:"large",children:[(0,c.jsx)(o.Heading,{size:"large",weight:"bold",children:"Hello there, friend! \ud83d\udc4b"}),(0,c.jsx)(o.Spacer.Vertical,{size:"medium"}),(0,c.jsxs)(o.View,{children:[(0,c.jsx)(o.Text,{size:"large",children:h?y:p}),(0,c.jsx)(o.Spacer.Vertical,{size:"medium"}),(0,c.jsx)(o.Text,{size:"large",children:"Also, this menu is only available in development builds and won't be in any release builds."})]}),(0,c.jsx)(o.Spacer.Vertical,{size:"xl"}),(0,c.jsx)(o.Button.FadeOnPressContainer,{bg:"primary",onPress:function(){b.setOnboardingFinishedAsync(!0),O(!1)},children:(0,c.jsx)(o.View,{py:"small",children:(0,c.jsx)(o.Button.Text,{align:"center",size:"large",color:"primary",weight:"medium",children:"Got It"})})})]})})});return(0,c.jsx)(c.Fragment,{})};var n=t(r(d[1])),o=r(d[2]),s=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var o=h(n);if(o&&o.has(t))return o.get(t);var s={},l=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var u in t)if("default"!==u&&Object.prototype.hasOwnProperty.call(t,u)){var c=l?Object.getOwnPropertyDescriptor(t,u):null;c&&(c.get||c.set)?Object.defineProperty(s,u,c):s[u]=t[u]}s.default=t,o&&o.set(t,s);return s})(r(d[3])),l=r(d[4]),u=r(d[5]),c=r(d[6]);function h(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,o=new WeakMap;return(h=function(t){return t?o:n})(t)}var y=l.Platform.select({ios:"Since this is your first time opening this development build, we wanted to show you this menu and let you know that you can shake your device or long press anywhere on the screen with three fingers to get back to it at any time.",android:"Since this is your first time opening this development build, we wanted to show you this menu and let you know that you can shake your device or long press anywhere on the screen with three fingers to get back to it at any time."}),p=l.Platform.select({ios:"Since this is your first time opening this development build, we wanted to show you this menu and let you know that in a simulator you can press \u2318D (make sure that 'I/O \u279e Input \u279e Send Keyboard Input to Device' is enabled on your simulator) to get back to it at any time.",android:"Since this is your first time opening this development build, we wanted to show you this menu and let you know that in an emulator you can press \u2318M on macOS or Ctrl+M on other platforms to get back to it at any time."})}),888,[5,46,424,95,1,836,203]); +__d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.Onboarding=function(t){var h=t.isDevice,p=(0,u.useMenuPreferences)(),x=p.isOnboardingFinished,b=p.actions,j=s.useState(!x),w=(0,n.default)(j,2),v=w[0],O=w[1];if(v)return(0,c.jsx)(o.View,{style:l.StyleSheet.absoluteFill,children:(0,c.jsxs)(o.View,{flex:"1",bg:"default",py:"medium",px:"large",children:[(0,c.jsxs)(o.View,{children:[(0,c.jsx)(o.Text,{size:"medium",maxFontSizeMultiplier:1.2,children:"This is the developer menu. It gives you access to useful tools in your development builds."}),(0,c.jsx)(o.Spacer.Vertical,{size:"medium"}),(0,c.jsx)(o.Text,{size:"medium",maxFontSizeMultiplier:1.2,children:h?f:y})]}),(0,c.jsx)(o.Spacer.Vertical,{size:"large"}),(0,c.jsx)(o.Button.FadeOnPressContainer,{bg:"primary",onPress:function(){b.setOnboardingFinishedAsync(!0),O(!1)},children:(0,c.jsx)(o.View,{py:"small",children:(0,c.jsx)(o.Button.Text,{align:"center",size:"medium",color:"primary",weight:"medium",children:"Continue"})})})]})});return(0,c.jsx)(c.Fragment,{})};var n=t(r(d[1])),o=r(d[2]),s=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var o=h(n);if(o&&o.has(t))return o.get(t);var s={},l=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var u in t)if("default"!==u&&Object.prototype.hasOwnProperty.call(t,u)){var c=l?Object.getOwnPropertyDescriptor(t,u):null;c&&(c.get||c.set)?Object.defineProperty(s,u,c):s[u]=t[u]}s.default=t,o&&o.set(t,s);return s})(r(d[3])),l=r(d[4]),u=r(d[5]),c=r(d[6]);function h(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,o=new WeakMap;return(h=function(t){return t?o:n})(t)}var f=l.Platform.select({ios:"You can shake your device or long press anywhere on the screen with three fingers to get back to it at any time.",android:"You can shake your device or long press anywhere on the screen with three fingers to get back to it at any time."}),y=l.Platform.select({ios:(0,c.jsxs)(o.Text,{size:"medium",children:["You can open it at any time with the ",(0,c.jsx)(o.Text,{weight:"bold",children:"\u2318 + d "})," keyboard shortcut",' ',(0,c.jsxs)(o.Text,{color:"secondary",size:"medium",children:["(\"Connect Hardware Keyboard\" must be enabled on your simulator to use this shortcut, you can toggle it with",' ',(0,c.jsx)(o.Text,{weight:"bold",color:"secondary",size:"medium",children:"\u2318 + shift + K"}),")."]})]}),android:(0,c.jsxs)(o.Text,{size:"medium",children:["You can press",' ',(0,c.jsx)(o.Text,{size:"medium",weight:"bold",children:"\u2318 + m"}),' ',"on macOS or",' ',(0,c.jsx)(o.Text,{size:"medium",weight:"bold",children:"Ctrl + m"}),' ',"on other platforms to get back to it at any time."]})})}),888,[5,46,424,95,1,836,203]); __r(109); __r(0); \ No newline at end of file diff --git a/packages/expo-dev-menu/assets/EXDevMenuApp.ios.js b/packages/expo-dev-menu/assets/EXDevMenuApp.ios.js index bb8916f552062f..05de0970cdb688 100644 --- a/packages/expo-dev-menu/assets/EXDevMenuApp.ios.js +++ b/packages/expo-dev-menu/assets/EXDevMenuApp.ios.js @@ -59,7 +59,7 @@ __d((function(g,r,i,a,m,e,d){function t(n){if("function"!=typeof WeakMap)return __d((function(g,r,i,a,m,e,d){'use strict';var t=r(d[0]),l={register:function(l){g.RN$Bridgeless?g.RN$registerCallableModule('RCTEventEmitter',(function(){return l})):t.registerCallableModule('RCTEventEmitter',l)}};m.exports=l}),53,[23]); __d((function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])(r(d[1])),n={},o={};e.customBubblingEventTypes=n,e.customDirectEventTypes=o;var s=new Map,u=new Map;function l(t){var s=t.bubblingEventTypes,u=t.directEventTypes;if(null!=s)for(var l in s)null==n[l]&&(n[l]=s[l]);if(null!=u)for(var f in u)null==o[f]&&(o[f]=u[f])}e.register=function(n,o){return(0,t.default)(!s.has(n),'Tried to register two views with the same name %s',n),(0,t.default)('function'==typeof o,'View config getter callback for component `%s` must be a function (received `%s`)',n,null===o?'null':typeof o),s.set(n,o),n},e.get=function(n){var o;if(u.has(n))o=u.get(n);else{var f=s.get(n);'function'!=typeof f&&(0,t.default)(!1,'View config getter callback for component `%s` must be a function (received `%s`).%s',n,null===f?'null':typeof f,'string'==typeof n[0]&&/[a-z]/.test(n[0])?' Make sure to start component names with a capital letter.':''),l(o=f()),u.set(n,o),s.set(n,null)}return(0,t.default)(o,'View config not found for name %s',n),o}}),54,[5,2]); __d((function(g,r,i,a,m,e,d){r(d[0]);var n=r(d[1]),u=r(d[2]).findNodeHandle,t=(r(d[3]),r(d[4]),null),o=new Set;function l(n){t!==n&&null!=n&&(t=n)}function f(n){t===n&&null!=n&&(t=null)}m.exports={currentlyFocusedInput:function(){return t},focusInput:l,blurInput:f,currentlyFocusedField:function(){return u(t)},focusField:function(n){},blurField:function(n){},focusTextInput:function(u){if('number'!=typeof u&&null!=u){var o;if(!(t!==u&&!1!==(null==(o=u.currentProps)?void 0:o.editable)))return;l(u),n.Commands.focus(u)}},blurTextInput:function(u){'number'!=typeof u&&t===u&&null!=u&&(f(u),n.Commands.blur(u))},registerInput:function(n){'number'!=typeof n&&o.add(n)},unregisterInput:function(n){'number'!=typeof n&&o.delete(n)},isTextInput:function(n){return'number'!=typeof n&&o.has(n)}}}),55,[56,98,19,51,95]); -__d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.__INTERNAL_VIEW_CONFIG=e.Commands=void 0;var o=(function(t,o){if(!o&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var u=n(o);if(u&&u.has(t))return u.get(t);var l={},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var p in t)if("default"!==p&&Object.prototype.hasOwnProperty.call(t,p)){var c=s?Object.getOwnPropertyDescriptor(t,p):null;c&&(c.get||c.set)?Object.defineProperty(l,p,c):l[p]=t[p]}l.default=t,u&&u.set(t,l);return l})(r(d[1]));function n(t){if("function"!=typeof WeakMap)return null;var o=new WeakMap,u=new WeakMap;return(n=function(t){return t?u:o})(t)}var u=(0,t(r(d[2])).default)({supportedCommands:['focus','blur','setTextAndSelection']});e.Commands=u;var l={uiViewClassName:'AndroidTextInput',bubblingEventTypes:{topBlur:{phasedRegistrationNames:{bubbled:'onBlur',captured:'onBlurCapture'}},topEndEditing:{phasedRegistrationNames:{bubbled:'onEndEditing',captured:'onEndEditingCapture'}},topFocus:{phasedRegistrationNames:{bubbled:'onFocus',captured:'onFocusCapture'}},topKeyPress:{phasedRegistrationNames:{bubbled:'onKeyPress',captured:'onKeyPressCapture'}},topSubmitEditing:{phasedRegistrationNames:{bubbled:'onSubmitEditing',captured:'onSubmitEditingCapture'}},topTextInput:{phasedRegistrationNames:{bubbled:'onTextInput',captured:'onTextInputCapture'}}},directEventTypes:{topScroll:{registrationName:'onScroll'}},validAttributes:{maxFontSizeMultiplier:!0,adjustsFontSizeToFit:!0,minimumFontScale:!0,autoFocus:!0,placeholder:!0,inlineImagePadding:!0,contextMenuHidden:!0,textShadowColor:{process:r(d[3]).default},maxLength:!0,selectTextOnFocus:!0,textShadowRadius:!0,underlineColorAndroid:{process:r(d[3]).default},textDecorationLine:!0,submitBehavior:!0,textAlignVertical:!0,fontStyle:!0,textShadowOffset:!0,selectionColor:{process:r(d[3]).default},selection:!0,placeholderTextColor:{process:r(d[3]).default},importantForAutofill:!0,lineHeight:!0,textTransform:!0,returnKeyType:!0,keyboardType:!0,multiline:!0,color:{process:r(d[3]).default},autoComplete:!0,numberOfLines:!0,letterSpacing:!0,returnKeyLabel:!0,fontSize:!0,onKeyPress:!0,cursorColor:{process:r(d[3]).default},text:!0,showSoftInputOnFocus:!0,textAlign:!0,autoCapitalize:!0,autoCorrect:!0,caretHidden:!0,secureTextEntry:!0,textBreakStrategy:!0,onScroll:!0,onContentSizeChange:!0,disableFullscreenUI:!0,includeFontPadding:!0,fontWeight:!0,fontFamily:!0,allowFontScaling:!0,onSelectionChange:!0,mostRecentEventCount:!0,inlineImageLeft:!0,editable:!0,fontVariant:!0,borderBottomRightRadius:!0,borderBottomColor:{process:r(d[3]).default},borderRadius:!0,borderRightColor:{process:r(d[3]).default},borderColor:{process:r(d[3]).default},borderTopRightRadius:!0,borderStyle:!0,borderBottomLeftRadius:!0,borderLeftColor:{process:r(d[3]).default},borderTopLeftRadius:!0,borderTopColor:{process:r(d[3]).default}}};e.__INTERNAL_VIEW_CONFIG=l;var s=o.get('AndroidTextInput',(function(){return l}));e.default=s}),56,[5,57,97,61]); +__d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.__INTERNAL_VIEW_CONFIG=e.Commands=void 0;var o=(function(t,o){if(!o&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var u=n(o);if(u&&u.has(t))return u.get(t);var l={},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var p in t)if("default"!==p&&Object.prototype.hasOwnProperty.call(t,p)){var c=s?Object.getOwnPropertyDescriptor(t,p):null;c&&(c.get||c.set)?Object.defineProperty(l,p,c):l[p]=t[p]}l.default=t,u&&u.set(t,l);return l})(r(d[1]));function n(t){if("function"!=typeof WeakMap)return null;var o=new WeakMap,u=new WeakMap;return(n=function(t){return t?u:o})(t)}var u=(0,t(r(d[2])).default)({supportedCommands:['focus','blur','setTextAndSelection']});e.Commands=u;var l={uiViewClassName:'AndroidTextInput',bubblingEventTypes:{topBlur:{phasedRegistrationNames:{bubbled:'onBlur',captured:'onBlurCapture'}},topEndEditing:{phasedRegistrationNames:{bubbled:'onEndEditing',captured:'onEndEditingCapture'}},topFocus:{phasedRegistrationNames:{bubbled:'onFocus',captured:'onFocusCapture'}},topKeyPress:{phasedRegistrationNames:{bubbled:'onKeyPress',captured:'onKeyPressCapture'}},topSubmitEditing:{phasedRegistrationNames:{bubbled:'onSubmitEditing',captured:'onSubmitEditingCapture'}},topTextInput:{phasedRegistrationNames:{bubbled:'onTextInput',captured:'onTextInputCapture'}}},directEventTypes:{topScroll:{registrationName:'onScroll'}},validAttributes:{maxFontSizeMultiplier:!0,adjustsFontSizeToFit:!0,minimumFontScale:!0,autoFocus:!0,placeholder:!0,inlineImagePadding:!0,contextMenuHidden:!0,textShadowColor:{process:r(d[3]).default},maxLength:!0,selectTextOnFocus:!0,textShadowRadius:!0,underlineColorAndroid:{process:r(d[3]).default},textDecorationLine:!0,submitBehavior:!0,textAlignVertical:!0,fontStyle:!0,textShadowOffset:!0,selectionColor:{process:r(d[3]).default},placeholderTextColor:{process:r(d[3]).default},importantForAutofill:!0,lineHeight:!0,textTransform:!0,returnKeyType:!0,keyboardType:!0,multiline:!0,color:{process:r(d[3]).default},autoComplete:!0,numberOfLines:!0,letterSpacing:!0,returnKeyLabel:!0,fontSize:!0,onKeyPress:!0,cursorColor:{process:r(d[3]).default},text:!0,showSoftInputOnFocus:!0,textAlign:!0,autoCapitalize:!0,autoCorrect:!0,caretHidden:!0,secureTextEntry:!0,textBreakStrategy:!0,onScroll:!0,onContentSizeChange:!0,disableFullscreenUI:!0,includeFontPadding:!0,fontWeight:!0,fontFamily:!0,allowFontScaling:!0,onSelectionChange:!0,mostRecentEventCount:!0,inlineImageLeft:!0,editable:!0,fontVariant:!0,borderBottomRightRadius:!0,borderBottomColor:{process:r(d[3]).default},borderRadius:!0,borderRightColor:{process:r(d[3]).default},borderColor:{process:r(d[3]).default},borderTopRightRadius:!0,borderStyle:!0,borderBottomLeftRadius:!0,borderLeftColor:{process:r(d[3]).default},borderTopLeftRadius:!0,borderTopColor:{process:r(d[3]).default}}};e.__INTERNAL_VIEW_CONFIG=l;var s=o.get('AndroidTextInput',(function(){return l}));e.default=s}),56,[5,57,97,61]); __d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.get=b,e.getWithFallback_DEPRECATED=function(t,u){if(null==n){if(w(t))return b(t,u)}else if(null!=n(t))return b(t,u);var l=function(t){return null};return l.displayName=`Fallback(${t})`,l},e.setRuntimeConfigProvider=function(t){(0,s.default)(null==n,'NativeComponentRegistry.setRuntimeConfigProvider() called more than once.'),n=t},e.unstable_hasStaticViewConfig=function(t){var u;return!(null!=(u=null==n?void 0:n(t))?u:{native:!0}).native};var n,u=t(r(d[1])),l=t(r(d[2])),o=t(r(d[3])),f=t(r(d[4])),c=y(r(d[5])),v=r(d[6]),s=t(r(d[7]));y(r(d[8]));function p(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,u=new WeakMap;return(p=function(t){return t?u:n})(t)}function y(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var u=p(n);if(u&&u.has(t))return u.get(t);var l={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var f in t)if("default"!==f&&Object.prototype.hasOwnProperty.call(t,f)){var c=o?Object.getOwnPropertyDescriptor(t,f):null;c&&(c.get||c.set)?Object.defineProperty(l,f,c):l[f]=t[f]}return l.default=t,u&&u.set(t,l),l}function b(t,l){return o.default.register(t,(function(){var o,s=null!=(o=null==n?void 0:n(t))?o:{native:!0,strict:!1,verify:!1},p=s.native,y=s.strict,b=s.verify,w=p?(0,u.default)(t):(0,v.createViewConfig)(l());if(b){var O=p?w:(0,u.default)(t),P=p?(0,v.createViewConfig)(l()):w;if(y){var C=c.validate(t,O,P);'invalid'===C.type&&console.error(c.stringifyValidationResult(t,C))}else(0,f.default)(O,P)}return w})),t}function w(t){return(0,s.default)(null==n,'Unexpected invocation!'),null!=l.default.getViewManagerConfig(t)}}),57,[5,58,81,54,89,93,94,2,95]); __d((function(g,r,_i,a,m,e,d){'use strict';var t=r(d[0]);function n(t,n){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),s.push.apply(s,o)}return s}function s(s){for(var o=1;o1&&(ke=(0,I.jsx)(h.default,{children:ke})),pe=(0,I.jsx)(n,B(B(B({ref:ue},H),xe),{},{accessibilityState:ge,accessibilityLabelledBy:Fe,accessible:be,autoCapitalize:Pe,submitBehavior:re,caretHidden:he,children:ke,disableFullscreenUI:s.disableFullscreenUI,focusable:void 0!==K?!K:me,mostRecentEventCount:G,nativeID:null!=z?z:s.nativeID,numberOfLines:null!=(Ie=s.rows)?Ie:s.numberOfLines,onBlur:de,onChange:ie,onFocus:ce,onScroll:fe,onSelectionChange:se,placeholder:Re,selection:U,style:Ce,text:ae,textBreakStrategy:s.textBreakStrategy}))}return(0,I.jsx)(S.default.Provider,{value:!0,children:pe})}var _={enter:'default',done:'done',go:'go',next:'next',previous:'previous',search:'search',send:'send'},L={none:'default',text:'default',decimal:'decimal-pad',numeric:'number-pad',tel:'phone-pad',search:'ios'===x.default.OS?'web-search':'default',email:'email-address',url:'url'},N={'address-line1':'postal-address-region','address-line2':'postal-address-locality',bday:'birthdate-full','bday-day':'birthdate-day','bday-month':'birthdate-month','bday-year':'birthdate-year','cc-csc':'cc-csc','cc-exp':'cc-exp','cc-exp-month':'cc-exp-month','cc-exp-year':'cc-exp-year','cc-number':'cc-number',country:'postal-address-country','current-password':'password',email:'email','honorific-prefix':'name-prefix','honorific-suffix':'name-suffix',name:'name','additional-name':'name-middle','family-name':'name-family','given-name':'name-given','new-password':'password-new',off:'off','one-time-code':'sms-otp','postal-code':'postal-code',sex:'gender','street-address':'street-address',tel:'tel','tel-country-code':'tel-country-code','tel-national':'tel-national',username:'username'},z={'address-line1':'streetAddressLine1','address-line2':'streetAddressLine2','cc-number':'creditCardNumber','current-password':'password',country:'countryName',email:'emailAddress',name:'name','additional-name':'middleName','family-name':'familyName','given-name':'givenName',nickname:'nickname','honorific-prefix':'namePrefix','honorific-suffix':'nameSuffix','new-password':'newPassword',off:'none','one-time-code':'oneTimeCode',organization:'organizationName','organization-title':'jobTitle','postal-code':'postalCode','street-address':'fullStreetAddress',tel:'telephoneNumber',url:'URL',username:'username'},K=j.forwardRef((function(n,t){var l,o=n.allowFontScaling,u=void 0===o||o,i=n.rejectResponderTermination,s=void 0===i||i,c=n.underlineColorAndroid,f=void 0===c?'transparent':c,y=n.autoComplete,v=n.textContentType,h=n.readOnly,S=n.editable,C=n.enterKeyHint,O=n.returnKeyType,T=n.inputMode,w=n.showSoftInputOnFocus,j=n.keyboardType,P=(0,p.default)(n,R),F=(0,b.default)(P.style);return null!=(null==F?void 0:F.verticalAlign)&&(F.textAlignVertical=H[F.verticalAlign],delete F.verticalAlign),(0,I.jsx)(D,B(B({allowFontScaling:u,rejectResponderTermination:s,underlineColorAndroid:f,editable:void 0!==h?!h:S,returnKeyType:C?_[C]:O,keyboardType:T?L[T]:j,showSoftInputOnFocus:null==T?w:'none'!==T,autoComplete:'android'===x.default.OS?null!=(l=N[y])?l:y:void 0,textContentType:null!=v?v:'ios'===x.default.OS&&y&&y in z?z[y]:v},P),{},{forwardedRef:t,style:F}))}));K.displayName='TextInput',K.propTypes=r(d[19]).TextInputPropTypes,K.State={currentlyFocusedInput:O.default.currentlyFocusedInput,currentlyFocusedField:O.default.currentlyFocusedField,focusTextInput:O.default.focusTextInput,blurTextInput:O.default.blurTextInput};var M=v.default.create({multilineInput:{paddingTop:5}}),H={auto:'auto',top:'top',bottom:'bottom',middle:'center'};m.exports=K}),367,[5,30,46,163,227,101,207,224,202,51,280,55,2,83,95,205,56,98,368,234]); +__d((function(g,r,_i,a,m,e,d){var n,t,l,o,u,i,s=r(d[0]),c=s(r(d[1])),f=s(r(d[2])),p=s(r(d[3])),y=s(r(d[4])),b=s(r(d[5])),v=s(r(d[6])),h=s(r(d[7])),S=s(r(d[8])),x=s(r(d[9])),C=s(r(d[10])),O=s(r(d[11])),T=s(r(d[12])),w=s(r(d[13])),j=(function(n,t){if(!t&&n&&n.__esModule)return n;if(null===n||"object"!=typeof n&&"function"!=typeof n)return{default:n};var l=A(t);if(l&&l.has(n))return l.get(n);var o={},u=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in n)if("default"!==i&&Object.prototype.hasOwnProperty.call(n,i)){var s=u?Object.getOwnPropertyDescriptor(n,i):null;s&&(s.get||s.set)?Object.defineProperty(o,i,s):o[i]=n[i]}o.default=n,l&&l.set(n,o);return o})(r(d[14])),I=r(d[15]),P=["aria-busy","aria-checked","aria-disabled","aria-expanded","aria-selected","accessibilityState","id","tabIndex","selection"],F=["onBlur","onFocus"],k=["allowFontScaling","rejectResponderTermination","underlineColorAndroid","autoComplete","textContentType","readOnly","editable","enterKeyHint","returnKeyType","inputMode","showSoftInputOnFocus","keyboardType"];function A(n){if("function"!=typeof WeakMap)return null;var t=new WeakMap,l=new WeakMap;return(A=function(n){return n?l:t})(n)}function R(n,t){var l=Object.keys(n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(n);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),l.push.apply(l,o)}return l}function B(n){for(var t=1;t1&&(Re=(0,I.jsx)(h.default,{children:Re})),ye=(0,I.jsx)(n,B(B(B({ref:ie},V),Ce),{},{accessibilityState:Se,accessibilityLabelledBy:ke,accessible:me,autoCapitalize:Fe,submitBehavior:oe,caretHidden:ge,children:Re,disableFullscreenUI:s.disableFullscreenUI,focusable:void 0!==K?!K:ve,mostRecentEventCount:J,nativeID:null!=z?z:s.nativeID,numberOfLines:null!=(Pe=s.rows)?Pe:s.numberOfLines,onBlur:fe,onChange:se,onFocus:ce,onScroll:pe,onSelectionChange:de,placeholder:Ae,style:Oe,text:re,textBreakStrategy:s.textBreakStrategy}))}return(0,I.jsx)(S.default.Provider,{value:!0,children:ye})}var _={enter:'default',done:'done',go:'go',next:'next',previous:'previous',search:'search',send:'send'},L={none:'default',text:'default',decimal:'decimal-pad',numeric:'number-pad',tel:'phone-pad',search:'ios'===x.default.OS?'web-search':'default',email:'email-address',url:'url'},N={'address-line1':'postal-address-region','address-line2':'postal-address-locality',bday:'birthdate-full','bday-day':'birthdate-day','bday-month':'birthdate-month','bday-year':'birthdate-year','cc-csc':'cc-csc','cc-exp':'cc-exp','cc-exp-month':'cc-exp-month','cc-exp-year':'cc-exp-year','cc-number':'cc-number',country:'postal-address-country','current-password':'password',email:'email','honorific-prefix':'name-prefix','honorific-suffix':'name-suffix',name:'name','additional-name':'name-middle','family-name':'name-family','given-name':'name-given','new-password':'password-new',off:'off','one-time-code':'sms-otp','postal-code':'postal-code',sex:'gender','street-address':'street-address',tel:'tel','tel-country-code':'tel-country-code','tel-national':'tel-national',username:'username'},z={'address-line1':'streetAddressLine1','address-line2':'streetAddressLine2','cc-number':'creditCardNumber','current-password':'password',country:'countryName',email:'emailAddress',name:'name','additional-name':'middleName','family-name':'familyName','given-name':'givenName',nickname:'nickname','honorific-prefix':'namePrefix','honorific-suffix':'nameSuffix','new-password':'newPassword',off:'none','one-time-code':'oneTimeCode',organization:'organizationName','organization-title':'jobTitle','postal-code':'postalCode','street-address':'fullStreetAddress',tel:'telephoneNumber',url:'URL',username:'username'},K=j.forwardRef((function(n,t){var l,o=n.allowFontScaling,u=void 0===o||o,i=n.rejectResponderTermination,s=void 0===i||i,c=n.underlineColorAndroid,f=void 0===c?'transparent':c,y=n.autoComplete,v=n.textContentType,h=n.readOnly,S=n.editable,C=n.enterKeyHint,O=n.returnKeyType,T=n.inputMode,w=n.showSoftInputOnFocus,j=n.keyboardType,P=(0,p.default)(n,k),F=(0,b.default)(P.style);return null!=(null==F?void 0:F.verticalAlign)&&(F.textAlignVertical=H[F.verticalAlign],delete F.verticalAlign),(0,I.jsx)(D,B(B({allowFontScaling:u,rejectResponderTermination:s,underlineColorAndroid:f,editable:void 0!==h?!h:S,returnKeyType:C?_[C]:O,keyboardType:T?L[T]:j,showSoftInputOnFocus:null==T?w:'none'!==T,autoComplete:'android'===x.default.OS?null!=(l=N[y])?l:y:void 0,textContentType:null!=v?v:'ios'===x.default.OS&&y&&y in z?z[y]:v},P),{},{forwardedRef:t,style:F}))}));K.displayName='TextInput',K.propTypes=r(d[19]).TextInputPropTypes,K.State={currentlyFocusedInput:O.default.currentlyFocusedInput,currentlyFocusedField:O.default.currentlyFocusedField,focusTextInput:O.default.focusTextInput,blurTextInput:O.default.blurTextInput};var M=v.default.create({multilineInput:{paddingTop:5}}),H={auto:'auto',top:'top',bottom:'bottom',middle:'center'};m.exports=K}),367,[5,30,46,163,227,101,207,224,202,51,280,55,2,83,95,205,56,98,368,234]); __d((function(g,r,_i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.__INTERNAL_VIEW_CONFIG=e.Commands=void 0;var n=t(r(d[1])),o=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var o=c(n);if(o&&o.has(t))return o.get(t);var u={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var f in t)if("default"!==f&&Object.prototype.hasOwnProperty.call(t,f)){var l=i?Object.getOwnPropertyDescriptor(t,f):null;l&&(l.get||l.set)?Object.defineProperty(u,f,l):u[f]=t[f]}u.default=t,o&&o.set(t,u);return u})(r(d[2])),u=t(r(d[3])),i=t(r(d[4]));function c(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,o=new WeakMap;return(c=function(t){return t?o:n})(t)}function f(t,n){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(t);n&&(u=u.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),o.push.apply(o,u)}return o}function l(t){for(var o=1;o0,s=o&&o.length>0;return!i&&s?o[0]:i?e[0]:t},_='NOT_RESPONDER',S='RESPONDER_INACTIVE_PRESS_IN',P='RESPONDER_INACTIVE_PRESS_OUT',T='RESPONDER_ACTIVE_PRESS_IN',D='RESPONDER_ACTIVE_PRESS_OUT',O='RESPONDER_ACTIVE_LONG_PRESS_IN',N='RESPONDER_ACTIVE_LONG_PRESS_OUT',p='ERROR',f={NOT_RESPONDER:!1,RESPONDER_INACTIVE_PRESS_IN:!1,RESPONDER_INACTIVE_PRESS_OUT:!1,RESPONDER_ACTIVE_PRESS_IN:!1,RESPONDER_ACTIVE_PRESS_OUT:!1,RESPONDER_ACTIVE_LONG_PRESS_IN:!1,RESPONDER_ACTIVE_LONG_PRESS_OUT:!1,ERROR:!1},b=R(R({},f),{},{RESPONDER_ACTIVE_PRESS_OUT:!0,RESPONDER_ACTIVE_PRESS_IN:!0}),A=R(R({},f),{},{RESPONDER_INACTIVE_PRESS_IN:!0,RESPONDER_ACTIVE_PRESS_IN:!0,RESPONDER_ACTIVE_LONG_PRESS_IN:!0}),I=R(R({},f),{},{RESPONDER_ACTIVE_LONG_PRESS_IN:!0}),L='DELAY',y='RESPONDER_GRANT',v='RESPONDER_RELEASE',C='RESPONDER_TERMINATED',G='ENTER_PRESS_RECT',V='LEAVE_PRESS_RECT',H='LONG_PRESS_DETECTED',M={NOT_RESPONDER:{DELAY:p,RESPONDER_GRANT:S,RESPONDER_RELEASE:p,RESPONDER_TERMINATED:p,ENTER_PRESS_RECT:p,LEAVE_PRESS_RECT:p,LONG_PRESS_DETECTED:p},RESPONDER_INACTIVE_PRESS_IN:{DELAY:T,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:S,LEAVE_PRESS_RECT:P,LONG_PRESS_DETECTED:p},RESPONDER_INACTIVE_PRESS_OUT:{DELAY:D,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:S,LEAVE_PRESS_RECT:P,LONG_PRESS_DETECTED:p},RESPONDER_ACTIVE_PRESS_IN:{DELAY:p,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:T,LEAVE_PRESS_RECT:D,LONG_PRESS_DETECTED:O},RESPONDER_ACTIVE_PRESS_OUT:{DELAY:p,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:T,LEAVE_PRESS_RECT:D,LONG_PRESS_DETECTED:p},RESPONDER_ACTIVE_LONG_PRESS_IN:{DELAY:p,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:O,LEAVE_PRESS_RECT:N,LONG_PRESS_DETECTED:O},RESPONDER_ACTIVE_LONG_PRESS_OUT:{DELAY:p,RESPONDER_GRANT:p,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:O,LEAVE_PRESS_RECT:N,LONG_PRESS_DETECTED:p},error:{DELAY:_,RESPONDER_GRANT:S,RESPONDER_RELEASE:_,RESPONDER_TERMINATED:_,ENTER_PRESS_RECT:_,LEAVE_PRESS_RECT:_,LONG_PRESS_DETECTED:_}},w={componentDidMount:function(){s.default.isTV},componentWillUnmount:function(){this.touchableDelayTimeout&&clearTimeout(this.touchableDelayTimeout),this.longPressDelayTimeout&&clearTimeout(this.longPressDelayTimeout),this.pressOutDelayTimeout&&clearTimeout(this.pressOutDelayTimeout)},touchableGetInitialState:function(){return{touchable:{touchState:void 0,responderID:null}}},touchableHandleResponderTerminationRequest:function(){return!this.props.rejectResponderTermination},touchableHandleStartShouldSetResponder:function(){return!this.props.disabled},touchableLongPressCancelsPress:function(){return!0},touchableHandleResponderGrant:function(t){var e=t.currentTarget;t.persist(),this.pressOutDelayTimeout&&clearTimeout(this.pressOutDelayTimeout),this.pressOutDelayTimeout=null,this.state.touchable.touchState=_,this.state.touchable.responderID=e,this._receiveSignal(y,t);var o=void 0!==this.touchableGetHighlightDelayMS?Math.max(this.touchableGetHighlightDelayMS(),0):130;0!==(o=isNaN(o)?130:o)?this.touchableDelayTimeout=setTimeout(this._handleDelay.bind(this,t),o):this._handleDelay(t);var i=void 0!==this.touchableGetLongPressDelayMS?Math.max(this.touchableGetLongPressDelayMS(),10):370;i=isNaN(i)?370:i,this.longPressDelayTimeout=setTimeout(this._handleLongDelay.bind(this,t),i+o)},touchableHandleResponderRelease:function(t){this.pressInLocation=null,this._receiveSignal(v,t)},touchableHandleResponderTerminate:function(t){this.pressInLocation=null,this._receiveSignal(C,t)},touchableHandleResponderMove:function(t){if(this.state.touchable.positionOnActivate){var e=this.state.touchable.positionOnActivate,o=this.state.touchable.dimensionsOnActivate,i=this.touchableGetPressRectOffset?this.touchableGetPressRectOffset():{left:20,right:20,top:20,bottom:20},s=i.left,E=i.top,n=i.right,l=i.bottom,u=this.touchableGetHitSlop?this.touchableGetHitSlop():null;u&&(s+=u.left||0,E+=u.top||0,n+=u.right||0,l+=u.bottom||0);var h=c(t.nativeEvent),R=h&&h.pageX,_=h&&h.pageY;if(this.pressInLocation)this._getDistanceBetweenPoints(R,_,this.pressInLocation.pageX,this.pressInLocation.pageY)>10&&this._cancelLongPressDelayTimeout();if(R>e.left-s&&_>e.top-E&&R>`");i!==s&&(this._performSideEffectsForTransition(i,s,t,e),this.state.touchable.touchState=s)}},_cancelLongPressDelayTimeout:function(){this.longPressDelayTimeout&&clearTimeout(this.longPressDelayTimeout),this.longPressDelayTimeout=null},_isHighlight:function(t){return t===T||t===O},_savePressInLocation:function(t){var e=c(t.nativeEvent),o=e&&e.pageX,i=e&&e.pageY,s=e&&e.locationX,E=e&&e.locationY;this.pressInLocation={pageX:o,pageY:i,locationX:s,locationY:E}},_getDistanceBetweenPoints:function(t,e,o,i){var s=t-o,E=e-i;return Math.sqrt(s*s+E*E)},_performSideEffectsForTransition:function(t,e,o,i){var n=this._isHighlight(t),l=this._isHighlight(e);(o===C||o===v)&&this._cancelLongPressDelayTimeout();var u=t===_&&e===S,h=!b[t]&&b[e];if((u||h)&&this._remeasureMetricsOnActivation(),A[t]&&o===H&&this.touchableHandleLongPress&&this.touchableHandleLongPress(i),l&&!n?this._startHighlight(i):!l&&n&&this._endHighlight(i),A[t]&&o===v){var R=!!this.props.onLongPress,c=I[t]&&(!R||!this.touchableLongPressCancelsPress());(!I[t]||c)&&this.touchableHandlePress&&(l||n||(this._startHighlight(i),this._endHighlight(i)),'android'!==s.default.OS||this.props.touchSoundDisabled||E.default.playTouchSound(),this.touchableHandlePress(i))}this.touchableDelayTimeout&&clearTimeout(this.touchableDelayTimeout),this.touchableDelayTimeout=null},_startHighlight:function(t){this._savePressInLocation(t),this.touchableHandleActivePressIn&&this.touchableHandleActivePressIn(t)},_endHighlight:function(t){var e=this;this.touchableHandleActivePressOut&&(this.touchableGetPressOutDelayMS&&this.touchableGetPressOutDelayMS()?this.pressOutDelayTimeout=setTimeout((function(){e.touchableHandleActivePressOut(t)}),this.touchableGetPressOutDelayMS()):this.touchableHandleActivePressOut(t))},withoutDefaultFocusAndBlur:{}},j=(w.touchableHandleFocus,w.touchableHandleBlur,(0,e.default)(w,["touchableHandleFocus","touchableHandleBlur"]));w.withoutDefaultFocusAndBlur=j;var Y={Mixin:w,renderDebugView:function(t){t.color,t.hitSlop;return null}};m.exports=Y}),369,[5,163,30,225,81,51,229,370,372,95,205]); __d((function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])(r(d[1])),o=t.default.twoArgumentPooler;function n(t,o){this.width=t,this.height=o}n.prototype.destructor=function(){this.width=null,this.height=null},n.getPooledFromElement=function(t){return n.getPooled(t.offsetWidth,t.offsetHeight)},t.default.addPoolingTo(n,o),m.exports=n}),370,[5,371]); @@ -420,11 +420,11 @@ __d((function(g,r,i,a,m,_e,d){'use strict';var t=r(d[0]),n=r(d[1]),e=r(d[2]),u=r __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.DynamicColorIOS=void 0;var t=r(d[0]);e.DynamicColorIOS=function(o){return(0,t.DynamicColorIOSPrivate)({light:o.light,dark:o.dark,highContrastLight:o.highContrastLight,highContrastDark:o.highContrastDark})}}),414,[64]); __d((function(g,r,_i,a,m,_e,d){var e=r(d[0]),t=e(r(d[1])),n=e(r(d[2])),i=e(r(d[3])),o=e(r(d[4])),c=e(r(d[5])),l=e(r(d[6])),u=e(r(d[7])),s=e(r(d[8])),v=e(r(d[9])),f=r(d[10]),S=r(d[11]),p=r(d[12]),h=e(r(d[13])),y=e(r(d[14])),w=r(d[15]),N=r(d[16]),b=["children"],C=["enabled","freezeOnBlur"],k=["active","activityState","children","isNativeStack","gestureResponseDistance"],O=["active","activityState","style","onComponentRef"],j=["enabled","hasTwoStates"];function x(e){var t=P();return function(){var n,i=(0,c.default)(e);if(t){var l=(0,c.default)(this).constructor;n=Reflect.construct(i,arguments,l)}else n=i.apply(this,arguments);return(0,o.default)(this,n)}}function P(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function R(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function B(e){for(var t=1;t1,children:e})}));return(0,N.jsx)(U.NativeScreenStack,B(B({},n),{},{children:o}))},InnerScreen:L,FullWindowOverlay:function(e){return'ios'!==f.Platform.OS?(console.warn('Importing FullWindowOverlay is only valid on iOS devices.'),(0,N.jsx)(f.View,B({},e))):(0,N.jsx)(U.NativeFullWindowOverlay,{style:{position:'absolute',width:'100%',height:'100%'},children:e.children})},get NativeScreen(){return U.NativeScreen},get NativeScreenContainer(){return U.NativeScreenContainer},get NativeScreenNavigationContainer(){return U.NativeScreenNavigationContainer},get ScreenStackHeaderConfig(){return U.NativeScreenStackHeaderConfig},get ScreenStackHeaderSubview(){return U.NativeScreenStackHeaderSubview},get SearchBar(){return w.isSearchBarAvailableForCurrentPlatform?U.NativeSearchBar:(console.warn('Importing SearchBar is only valid on iOS and Android devices.'),f.View)},ScreenStackHeaderBackButtonImage:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,{type:"back",style:G.headerSubview,children:(0,N.jsx)(f.Image,B({resizeMode:"center",fadeDuration:0},e))})},ScreenStackHeaderRightView:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,B(B({},e),{},{type:"right",style:G.headerSubview}))},ScreenStackHeaderLeftView:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,B(B({},e),{},{type:"left",style:G.headerSubview}))},ScreenStackHeaderCenterView:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,B(B({},e),{},{type:"center",style:G.headerSubview}))},ScreenStackHeaderSearchBarView:function(e){return(0,N.jsx)(U.NativeScreenStackHeaderSubview,B(B({},e),{},{type:"searchBar",style:G.headerSubview}))},enableScreens:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];(A=H&&e)&&!f.UIManager.getViewManagerConfig('RNSScreen')&&console.error("Screen native module hasn't been linked. Please check the react-native-screens README for more details")},enableFreeze:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=parseInt(p.version.split('.')[1]);0===t||t>=64||!e||console.warn('react-freeze library requires at least react-native 0.64. Please upgrade your react-native version in order to use this feature.'),F=e},screensEnabled:function(){return A},shouldUseActivityState:!0,useTransitionProgress:y.default,isSearchBarAvailableForCurrentPlatform:w.isSearchBarAvailableForCurrentPlatform,executeNativeBackPress:w.executeNativeBackPress}}),415,[5,14,15,31,33,35,30,163,46,95,1,416,417,418,419,420,205]); __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.Freeze=function(o){var u=o.freeze,c=o.children,l=o.placeholder,p=void 0===l?null:l;return(0,n.jsx)(t.Suspense,{fallback:p,children:(0,n.jsx)(f,{freeze:u,children:c})})};var t=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var f=o(n);if(f&&f.has(t))return f.get(t);var u={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in t)if("default"!==l&&Object.prototype.hasOwnProperty.call(t,l)){var p=c?Object.getOwnPropertyDescriptor(t,l):null;p&&(p.get||p.set)?Object.defineProperty(u,l,p):u[l]=t[l]}u.default=t,f&&f.set(t,u);return u})(r(d[0])),n=r(d[1]);function o(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,f=new WeakMap;return(o=function(t){return t?f:n})(t)}function f(o){var f=o.freeze,u=o.children,c=(0,t.useRef)({}).current;if(f&&!c.promise)throw c.promise=new Promise((function(t){c.resolve=t})),c.promise;if(f)throw c.promise;return c.promise&&(c.resolve(),c.promise=void 0),(0,n.jsx)(t.Fragment,{children:u})}}),416,[95,205]); -__d((function(e,s,t,r,i,c,a){i.exports={name:"react-native",version:"0.72.0-rc.5",bin:"./cli.js",description:"A framework for building native apps using React",license:"MIT",repository:"github:facebook/react-native",engines:{node:">=16"},types:"types","jest-junit":{outputDirectory:"reports/junit",outputName:"js-test-results.xml"},files:["android","build.gradle.kts","cli.js","flow","flow-typed","gradle.properties","index.js","interface.js","jest-preset.js","jest","Libraries","LICENSE","local-cli","React-Core.podspec","react-native.config.js","React.podspec","React","ReactAndroid","ReactCommon","README.md","rn-get-polyfills.js","scripts/compose-source-maps.js","scripts/find-node-for-xcode.sh","scripts/generate-codegen-artifacts.js","scripts/generate-provider-cli.js","scripts/generate-specs-cli.js","scripts/codegen","!scripts/codegen/__tests__","!scripts/codegen/__test_fixtures__","scripts/hermes/hermes-utils.js","scripts/hermes/prepare-hermes-for-build.js","scripts/ios-configure-glog.sh","scripts/xcode/with-environment.sh","scripts/launchPackager.bat","scripts/launchPackager.command","scripts/native_modules.rb","scripts/node-binary.sh","scripts/packager.sh","scripts/packager-reporter.js","scripts/react_native_pods_utils/script_phases.rb","scripts/react_native_pods_utils/script_phases.sh","scripts/react_native_pods.rb","scripts/cocoapods","!scripts/cocoapods/__tests__","scripts/react-native-xcode.sh","sdks/.hermesversion","sdks/hermes-engine","sdks/hermesc","settings.gradle.kts","template.config.js","template","!template/node_modules","!template/package-lock.json","!template/yarn.lock","third-party-podspecs","types"],scripts:{prepack:"cp ../../README.md ."},peerDependencies:{react:"18.2.0"},dependencies:{"@jest/create-cache-key-function":"^29.2.1","@react-native-community/cli":"11.3.1","@react-native-community/cli-platform-android":"11.3.1","@react-native-community/cli-platform-ios":"11.3.1","@react-native/assets-registry":"^0.72.0","@react-native/codegen":"^0.72.5","@react-native/gradle-plugin":"^0.72.10","@react-native/js-polyfills":"^0.72.1","@react-native/normalize-colors":"^0.72.0","@react-native/virtualized-lists":"^0.72.5","abort-controller":"^3.0.0",anser:"^1.4.9","base64-js":"^1.1.2","deprecated-react-native-prop-types":"4.1.0","event-target-shim":"^5.0.1","flow-enums-runtime":"^0.0.5",invariant:"^2.2.4","jest-environment-node":"^29.2.1","jsc-android":"^250231.0.0","memoize-one":"^5.0.0","metro-runtime":"0.76.5","metro-source-map":"0.76.5",mkdirp:"^0.5.1",nullthrows:"^1.1.1","pretty-format":"^26.5.2",promise:"^8.3.0","react-devtools-core":"^4.27.2","react-refresh":"^0.4.0","react-shallow-renderer":"^16.15.0","regenerator-runtime":"^0.13.2",scheduler:"0.24.0-canary-efb381bbf-20230505","stacktrace-parser":"^0.1.10","use-sync-external-store":"^1.0.0","whatwg-fetch":"^3.0.0",ws:"^6.2.2",yargs:"^17.6.2"},codegenConfig:{libraries:[{name:"FBReactNativeSpec",type:"modules",ios:{},android:{},jsSrcsDir:"Libraries"},{name:"rncore",type:"components",ios:{},android:{},jsSrcsDir:"Libraries"}]}}}),417,[]); +__d((function(e,s,t,r,i,c,a){i.exports={name:"react-native",version:"0.72.0-rc.6",bin:"./cli.js",description:"A framework for building native apps using React",license:"MIT",repository:"github:facebook/react-native",engines:{node:">=16"},types:"types","jest-junit":{outputDirectory:"reports/junit",outputName:"js-test-results.xml"},files:["android","build.gradle.kts","cli.js","flow","flow-typed","gradle.properties","index.js","interface.js","jest-preset.js","jest","Libraries","LICENSE","local-cli","React-Core.podspec","react-native.config.js","React.podspec","React","ReactAndroid","ReactCommon","README.md","rn-get-polyfills.js","scripts/compose-source-maps.js","scripts/find-node-for-xcode.sh","scripts/generate-codegen-artifacts.js","scripts/generate-provider-cli.js","scripts/generate-specs-cli.js","scripts/codegen","!scripts/codegen/__tests__","!scripts/codegen/__test_fixtures__","scripts/hermes/hermes-utils.js","scripts/hermes/prepare-hermes-for-build.js","scripts/ios-configure-glog.sh","scripts/xcode/with-environment.sh","scripts/launchPackager.bat","scripts/launchPackager.command","scripts/native_modules.rb","scripts/node-binary.sh","scripts/packager.sh","scripts/packager-reporter.js","scripts/react_native_pods_utils/script_phases.rb","scripts/react_native_pods_utils/script_phases.sh","scripts/react_native_pods.rb","scripts/cocoapods","!scripts/cocoapods/__tests__","scripts/react-native-xcode.sh","sdks/.hermesversion","sdks/hermes-engine","sdks/hermesc","settings.gradle.kts","template.config.js","template","!template/node_modules","!template/package-lock.json","!template/yarn.lock","third-party-podspecs","types"],scripts:{prepack:"cp ../../README.md ."},peerDependencies:{react:"18.2.0"},dependencies:{"@jest/create-cache-key-function":"^29.2.1","@react-native-community/cli":"11.3.2","@react-native-community/cli-platform-android":"11.3.2","@react-native-community/cli-platform-ios":"11.3.2","@react-native/assets-registry":"^0.72.0","@react-native/codegen":"^0.72.6","@react-native/gradle-plugin":"^0.72.10","@react-native/js-polyfills":"^0.72.1","@react-native/normalize-colors":"^0.72.0","@react-native/virtualized-lists":"^0.72.5","abort-controller":"^3.0.0",anser:"^1.4.9","base64-js":"^1.1.2","deprecated-react-native-prop-types":"4.1.0","event-target-shim":"^5.0.1","flow-enums-runtime":"^0.0.5",invariant:"^2.2.4","jest-environment-node":"^29.2.1","jsc-android":"^250231.0.0","memoize-one":"^5.0.0","metro-runtime":"0.76.5","metro-source-map":"0.76.5",mkdirp:"^0.5.1",nullthrows:"^1.1.1","pretty-format":"^26.5.2",promise:"^8.3.0","react-devtools-core":"^4.27.2","react-refresh":"^0.4.0","react-shallow-renderer":"^16.15.0","regenerator-runtime":"^0.13.2",scheduler:"0.24.0-canary-efb381bbf-20230505","stacktrace-parser":"^0.1.10","use-sync-external-store":"^1.0.0","whatwg-fetch":"^3.0.0",ws:"^6.2.2",yargs:"^17.6.2"},codegenConfig:{libraries:[{name:"FBReactNativeSpec",type:"modules",ios:{},android:{},jsSrcsDir:"Libraries"},{name:"rncore",type:"components",ios:{},android:{},jsSrcsDir:"Libraries"}]}}}),417,[]); __d((function(g,r,i,a,m,e,d){function t(n){if("function"!=typeof WeakMap)return null;var o=new WeakMap,u=new WeakMap;return(t=function(t){return t?u:o})(n)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=(function(n,o){if(!o&&n&&n.__esModule)return n;if(null===n||"object"!=typeof n&&"function"!=typeof n)return{default:n};var u=t(o);if(u&&u.has(n))return u.get(n);var f={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in n)if("default"!==l&&Object.prototype.hasOwnProperty.call(n,l)){var p=c?Object.getOwnPropertyDescriptor(n,l):null;p&&(p.get||p.set)?Object.defineProperty(f,l,p):f[l]=n[l]}f.default=n,u&&u.set(n,f);return f})(r(d[0])).createContext(void 0);e.default=n}),418,[95]); __d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){var t=n.useContext(o.default);if(void 0===t)throw new Error("Couldn't find values for transition progress. Are you inside a screen in Native Stack?");return t};var n=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var o=u(n);if(o&&o.has(t))return o.get(t);var f={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in t)if("default"!==l&&Object.prototype.hasOwnProperty.call(t,l)){var p=c?Object.getOwnPropertyDescriptor(t,l):null;p&&(p.get||p.set)?Object.defineProperty(f,l,p):f[l]=t[l]}f.default=t,o&&o.set(t,f);return f})(r(d[1])),o=t(r(d[2]));function u(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,o=new WeakMap;return(u=function(t){return t?o:n})(t)}}),419,[5,95,418]); __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.executeNativeBackPress=function(){return t.BackHandler.exitApp(),!0},e.isSearchBarAvailableForCurrentPlatform=void 0;var t=r(d[0]),o=['ios','android'].includes(t.Platform.OS);e.isSearchBarAvailableForCurrentPlatform=o}),420,[1]); -__d((function(g,r,i,a,m,e,d){var n=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.App=function(n){var f=n.devSettings,j=n.appInfo,u=n.menuPreferences,x=n.isDevice,b=n.registeredCallbacks;return(0,v.jsx)(s.View,{style:{flex:1,direction:'ltr'},children:(0,v.jsx)(t.AppProviders,{appInfo:j,devSettings:f,menuPreferences:u,children:(0,v.jsxs)(l.LoadInitialData,{loader:(0,v.jsx)(p.Splash,{}),children:[(0,v.jsx)(c.Main,{registeredCallbacks:b}),(0,v.jsx)(o.Onboarding,{isDevice:x})]})})})};n(r(d[1]));var s=r(d[2]),t=r(d[3]),l=r(d[4]),c=r(d[5]),o=r(d[6]),p=r(d[7]),v=r(d[8])}),421,[5,95,1,422,836,838,887,837,205]); +__d((function(g,r,i,a,m,e,d){var n=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.App=function(n){var v=n.devSettings,f=n.appInfo,u=n.menuPreferences,j=n.isDevice,x=n.registeredCallbacks;return(0,p.jsx)(s.View,{style:{flex:1,direction:'ltr'},children:(0,p.jsx)(t.AppProviders,{appInfo:f,devSettings:v,menuPreferences:u,children:(0,p.jsx)(l.LoadInitialData,{loader:(0,p.jsx)(o.Splash,{}),children:(0,p.jsx)(c.Main,{registeredCallbacks:x,isDevice:j})})})})};n(r(d[1]));var s=r(d[2]),t=r(d[3]),l=r(d[4]),c=r(d[5]),o=r(d[6]),p=r(d[7])}),421,[5,95,1,422,836,838,837,205]); __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.AppProviders=function(u){var p=u.children,l=u.appInfo,s=u.devSettings,v=u.menuPreferences;return(0,c.jsx)(o.DevSettingsProvider,{devSettings:s,children:(0,c.jsx)(t.AppInfoContextProvider,{appInfo:l,children:(0,c.jsx)(f.MenuPreferencesProvider,{menuPreferences:v,children:(0,c.jsx)(n.ThemeProvider,{themePreference:"no-preference",children:p})})})})};var n=r(d[0]),t=((function(n,t){if(!t&&n&&n.__esModule)return n;if(null===n||"object"!=typeof n&&"function"!=typeof n)return{default:n};var o=u(t);if(o&&o.has(n))return o.get(n);var f={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var p in n)if("default"!==p&&Object.prototype.hasOwnProperty.call(n,p)){var l=c?Object.getOwnPropertyDescriptor(n,p):null;l&&(l.get||l.set)?Object.defineProperty(f,p,l):f[p]=n[p]}f.default=n,o&&o.set(n,f)})(r(d[1])),r(d[2])),o=r(d[3]),f=r(d[4]),c=r(d[5]);function u(n){if("function"!=typeof WeakMap)return null;var t=new WeakMap,o=new WeakMap;return(u=function(n){return n?o:t})(n)}}),422,[423,95,814,815,835,205]); __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0});var n=r(d[0]);Object.keys(n).forEach((function(t){"default"!==t&&"__esModule"!==t&&(t in e&&e[t]===n[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return n[t]}}))}));var t=r(d[1]);Object.keys(t).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===t[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[n]}}))}));var u=r(d[2]);Object.keys(u).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===u[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return u[n]}}))}));var o=r(d[3]);Object.keys(o).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===o[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return o[n]}}))}));var c=r(d[4]);Object.keys(c).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===c[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return c[n]}}))}));var f=r(d[5]);Object.keys(f).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===f[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return f[n]}}))}));var l=r(d[6]);Object.keys(l).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===l[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return l[n]}}))}))}),423,[424,811,426,812,738,813,737]); __d((function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0});var n=r(d[0]);Object.keys(n).forEach((function(t){"default"!==t&&"__esModule"!==t&&(t in e&&e[t]===n[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return n[t]}}))}));var t=r(d[1]);Object.keys(t).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===t[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[n]}}))}));var u=r(d[2]);Object.keys(u).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===u[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return u[n]}}))}));var o=r(d[3]);Object.keys(o).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===o[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return o[n]}}))}));var c=r(d[4]);Object.keys(c).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===c[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return c[n]}}))}));var f=r(d[5]);Object.keys(f).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===f[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return f[n]}}))}));var l=r(d[6]);Object.keys(l).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===l[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return l[n]}}))}));var b=r(d[7]);Object.keys(b).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===b[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return b[n]}}))}));var _=r(d[8]);Object.keys(_).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===_[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return _[n]}}))}));var j=r(d[9]);Object.keys(j).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===j[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return j[n]}}))}));var s=r(d[10]);Object.keys(s).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===s[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return s[n]}}))}));var y=r(d[11]);Object.keys(y).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===y[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return y[n]}}))}));var O=r(d[12]);Object.keys(O).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===O[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return O[n]}}))}));var p=r(d[13]);Object.keys(p).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===p[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return p[n]}}))}));var v=r(d[14]);Object.keys(v).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===v[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return v[n]}}))}));var M=r(d[15]);Object.keys(M).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===M[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return M[n]}}))}));var P=r(d[16]);Object.keys(P).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===P[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return P[n]}}))}));var h=r(d[17]);Object.keys(h).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===h[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return h[n]}}))}));var k=r(d[18]);Object.keys(k).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===k[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return k[n]}}))}));var E=r(d[19]);Object.keys(E).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===E[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return E[n]}}))}));var q=r(d[20]);Object.keys(q).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===q[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return q[n]}}))}));var w=r(d[21]);Object.keys(w).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===w[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return w[n]}}))}));var x=r(d[22]);Object.keys(x).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===x[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return x[n]}}))}));var z=r(d[23]);Object.keys(z).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===z[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return z[n]}}))}));var A=r(d[24]);Object.keys(A).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===A[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return A[n]}}))}));var B=r(d[25]);Object.keys(B).forEach((function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===B[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return B[n]}}))}))}),424,[425,742,745,747,749,751,753,756,761,766,769,771,773,775,777,779,781,786,789,792,794,797,799,802,805,808]); @@ -841,7 +841,7 @@ __d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule", __d((function(g,r,_i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.MenuPreferencesProvider=function(t){var n=t.children,o=t.menuPreferences,c=void 0===o?O:o;return(0,i.jsx)(l.Provider,{value:c,children:n})},e.useMenuPreferences=function(){return p(p({},o.useContext(l)),{},{actions:{setOnboardingFinishedAsync:function(t){return c.setOnboardingFinishedAsync(t)}}})};var n=t(r(d[1])),o=f(r(d[2])),c=f(r(d[3])),i=r(d[4]);function u(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,o=new WeakMap;return(u=function(t){return t?o:n})(t)}function f(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var o=u(n);if(o&&o.has(t))return o.get(t);var c={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var f in t)if("default"!==f&&Object.prototype.hasOwnProperty.call(t,f)){var s=i?Object.getOwnPropertyDescriptor(t,f):null;s&&(s.get||s.set)?Object.defineProperty(c,f,s):c[f]=t[f]}return c.default=t,o&&o.set(t,c),c}function s(t,n){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(t);n&&(c=c.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),o.push.apply(o,c)}return o}function p(t){for(var o=1;o0;return(0,h.jsxs)(s.View,{flex:"1",bg:"secondary",children:[(0,h.jsx)(s.View,{py:"medium",bg:"default",children:(0,h.jsxs)(s.Row,{align:"start",children:[(0,h.jsx)(s.Spacer.Horizontal,{size:"medium"}),(0,h.jsxs)(s.Row,{align:"center",shrink:"1",children:[(0,h.jsx)(s.View,{children:(0,h.jsx)(s.View,{height:"xl",width:"xl",overflow:"hidden",bg:"secondary",rounded:"medium",children:Boolean(y.appIcon)&&(0,h.jsx)(s.Image,{source:{uri:y.appIcon},style:{flex:1,resizeMode:'contain'}})})}),(0,h.jsx)(s.Spacer.Horizontal,{size:"small"}),(0,h.jsxs)(s.View,{shrink:"1",children:[(0,h.jsx)(s.Row,{style:{flexWrap:'wrap'},children:(0,h.jsx)(s.Heading,{weight:"bold",numberOfLines:1,children:y.appName})}),Boolean(y.runtimeVersion)&&(0,h.jsx)(h.Fragment,{children:(0,h.jsx)(s.Text,{size:"small",color:"secondary",children:`Runtime version: ${y.runtimeVersion}`})}),Boolean(y.sdkVersion)&&!y.runtimeVersion&&(0,h.jsx)(h.Fragment,{children:(0,h.jsx)(s.Text,{size:"small",color:"secondary",children:`SDK version: ${y.sdkVersion}`})})]}),(0,h.jsx)(s.Spacer.Horizontal,{}),(0,h.jsx)(s.View,{width:"large",style:{alignSelf:'flex-start'},children:(0,h.jsx)(s.Button.FadeOnPressContainer,{onPress:u.hideMenu,bg:"ghost",rounded:"full",children:(0,h.jsx)(s.View,{padding:"micro",children:(0,h.jsx)(s.XIcon,{})})})}),(0,h.jsx)(s.Spacer.Horizontal,{size:"small"})]})]})}),(0,h.jsx)(s.Divider,{}),(0,h.jsxs)(l.ScrollView,{nestedScrollEnabled:!0,children:[Boolean(y.hostUrl)&&(0,h.jsxs)(h.Fragment,{children:[(0,h.jsxs)(s.View,{bg:"default",padding:"medium",children:[(0,h.jsx)(s.Text,{color:"secondary",children:"Connected to:"}),(0,h.jsx)(s.Spacer.Vertical,{size:"small"}),(0,h.jsxs)(s.Row,{align:"center",children:[(0,h.jsx)(s.StatusIndicator,{style:{width:10,height:10},status:"success"}),(0,h.jsx)(s.Spacer.Horizontal,{size:"small"}),(0,h.jsx)(s.View,{flex:"1",children:(0,h.jsx)(s.Text,{type:"mono",numberOfLines:2,size:"small",children:y.hostUrl})}),(0,h.jsx)(s.Spacer.Horizontal,{size:"small"})]})]}),(0,h.jsx)(s.Divider,{})]}),(0,h.jsxs)(s.Row,{padding:"small",children:[j.isDevLauncherInstalled&&(0,h.jsx)(s.View,{flex:"1",children:(0,h.jsx)(b,{icon:(0,h.jsx)(s.HomeFilledIcon,{}),label:"Go home",onPress:P.navigateToLauncher})}),(0,h.jsx)(s.Spacer.Horizontal,{size:"medium"}),(0,h.jsx)(s.View,{flex:"1",children:(0,h.jsx)(b,{icon:(0,h.jsx)(s.ClipboardIcon,{}),label:"Copy link",onPress:function(){var n=y.hostUrl;D.onCopyPress(n)}})}),(0,h.jsx)(s.Spacer.Horizontal,{size:"medium"}),(0,h.jsx)(s.View,{flex:"1",children:(0,h.jsx)(b,{icon:(0,h.jsx)(s.RefreshIcon,{}),label:"Reload",onPress:P.reload})})]}),z.length>0&&(0,h.jsxs)(s.View,{children:[(0,h.jsx)(s.View,{mx:"large",children:(0,h.jsx)(s.Heading,{size:"small",color:"secondary",children:"Custom Menu Items"})}),(0,h.jsx)(s.Spacer.Vertical,{size:"small"}),(0,h.jsx)(s.View,{mx:"small",children:z.map((function(n,l,o){var t=0===l,c=l===o.length-1;return(0,h.jsxs)(s.View,{children:[(0,h.jsx)(s.View,{bg:"default",roundedTop:t?'large':'none',roundedBottom:c?'large':'none',children:(0,h.jsx)(f,{label:n,icon:null,onPress:function(){return(0,u.fireCallbackAsync)(n)}})}),!c&&(0,h.jsx)(s.Divider,{})]},n+l)}))}),(0,h.jsx)(s.Spacer.Vertical,{size:"medium"})]}),(0,h.jsxs)(s.View,{mx:"small",children:[(0,h.jsx)(s.View,{roundedTop:"large",bg:"default",children:(0,h.jsx)(f,{disabled:!I.isPerfMonitorAvailable,label:"Toggle performance monitor",icon:(0,h.jsx)(s.PerformanceIcon,{}),onPress:P.togglePerformanceMonitor})}),(0,h.jsx)(s.Divider,{}),(0,h.jsx)(s.View,{bg:"default",children:(0,h.jsx)(f,{disabled:!I.isElementInspectorAvailable,label:"Toggle element inspector",icon:(0,h.jsx)(s.InspectElementIcon,{}),onPress:P.toggleElementInspector})}),(0,h.jsx)(s.Divider,{}),I.isJSInspectorAvailable?(0,h.jsx)(s.View,{bg:"default",children:(0,h.jsx)(f,{disabled:!I.isJSInspectorAvailable,label:"Open JS debugger",icon:(0,h.jsx)(s.DebugIcon,{}),onPress:P.openJSInspector})}):(0,h.jsx)(s.View,{bg:"default",children:(0,h.jsx)(w,{disabled:null==y||!y.sdkVersion||!o.default.lt(y.sdkVersion,'49.0.0')||!I.isRemoteDebuggingAvailable,testID:"remote-js-debugger",label:"Remote JS debugger",icon:(0,h.jsx)(s.DebugIcon,{}),isEnabled:I.isDebuggingRemotely,setIsEnabled:P.toggleDebugRemoteJS,description:null==y||!y.sdkVersion||o.default.lt(y.sdkVersion,'49.0.0')?`This is not compatible with ${null!=(p=null==y?void 0:y.engine)?p:'JSC'} in this SDK version, please use Hermes to debug.`:void 0})}),(0,h.jsx)(s.Divider,{}),(0,h.jsx)(s.View,{bg:"default",roundedBottom:"large",children:(0,h.jsx)(w,{disabled:!I.isHotLoadingAvailable,testID:"fast-refresh",label:"Fast refresh",icon:(0,h.jsx)(s.RunIcon,{}),isEnabled:I.isHotLoadingEnabled,setIsEnabled:P.toggleFastRefresh})})]}),'Hermes'===y.engine&&(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(s.Spacer.Vertical,{size:"large"}),(0,h.jsx)(s.View,{mx:"small",children:(0,h.jsxs)(s.View,{bg:"warning",padding:"medium",rounded:"medium",border:"warning",children:[(0,h.jsxs)(s.Row,{align:"center",children:[(0,h.jsx)(s.WarningIcon,{}),(0,h.jsx)(s.Spacer.Horizontal,{size:"tiny"}),(0,h.jsx)(s.Heading,{color:"warning",size:"small",style:{top:1},children:"Warning"})]}),(0,h.jsx)(s.Spacer.Vertical,{size:"small"}),(0,h.jsx)(s.View,{children:(0,h.jsx)(s.Text,{size:"small",color:"warning",children:"Debugging not working? Try manually reloading first"})})]})})]}),!B&&(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(s.Spacer.Vertical,{size:"large"}),(0,h.jsx)(s.Text,{size:"small",color:"secondary",align:"center",children:"Some settings are unavailable for this development build."})]}),(0,h.jsx)(s.Spacer.Vertical,{size:"large"}),(0,h.jsxs)(s.View,{mx:"small",rounded:"large",overflow:"hidden",children:[(0,h.jsx)(V,{title:"Version",value:y.appVersion}),(0,h.jsx)(s.Divider,{}),Boolean(y.runtimeVersion)&&(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(V,{title:"Runtime version",value:y.runtimeVersion}),(0,h.jsx)(s.Divider,{})]}),Boolean(y.sdkVersion)&&!y.runtimeVersion&&(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(V,{title:"SDK Version",value:y.sdkVersion}),(0,h.jsx)(s.Divider,{})]}),(0,h.jsx)(s.Button.FadeOnPressContainer,{bg:"default",roundedTop:"none",roundedBottom:"large",onPress:function(){var n=y.runtimeVersion,s=y.sdkVersion,l=y.appName,o=y.appVersion;R.onCopyPress({runtimeVersion:n,sdkVersion:s,appName:l,appVersion:o})},disabled:H,children:(0,h.jsx)(s.Row,{px:"medium",py:"small",align:"center",bg:"default",children:(0,h.jsx)(s.Text,{color:"link",size:"medium",children:H?'Copied to clipboard!':'Tap to Copy All'})})})]}),(0,h.jsx)(s.Spacer.Vertical,{size:"large"}),(0,h.jsx)(s.View,{mx:"small",rounded:"large",overflow:"hidden",children:(0,h.jsx)(s.Button.FadeOnPressContainer,{bg:"default",roundedTop:"none",roundedBottom:"large",onPress:P.openRNDevMenu,children:(0,h.jsx)(s.Row,{px:"medium",py:"small",align:"center",bg:"default",children:(0,h.jsx)(s.Text,{children:"Open React Native dev menu"})})})}),'android'===l.Platform.OS&&(0,h.jsx)(s.View,{style:{height:50}}),(0,h.jsx)(s.Spacer.Vertical,{size:"large"})]})]})};var s=r(d[1]),l=((function(n,s){if(!s&&n&&n.__esModule)return n;if(null===n||"object"!=typeof n&&"function"!=typeof n)return{default:n};var l=p(s);if(l&&l.has(n))return l.get(n);var o={},t=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in n)if("default"!==c&&Object.prototype.hasOwnProperty.call(n,c)){var x=t?Object.getOwnPropertyDescriptor(n,c):null;x&&(x.get||x.set)?Object.defineProperty(o,c,x):o[c]=n[c]}o.default=n,l&&l.set(n,o)})(r(d[2])),r(d[3])),o=n(r(d[4])),t=r(d[5]),c=r(d[6]),x=r(d[7]),j=r(d[8]),u=r(d[9]),h=r(d[10]);function p(n){if("function"!=typeof WeakMap)return null;var s=new WeakMap,l=new WeakMap;return(p=function(n){return n?l:s})(n)}function b(n){var l=n.icon,o=n.label,t=n.onPress;return(0,h.jsx)(s.Button.FadeOnPressContainer,{bg:"default",onPress:t,children:(0,h.jsxs)(s.View,{padding:"small",rounded:"large",bg:"default",children:[(0,h.jsx)(s.View,{align:"centered",children:l}),(0,h.jsx)(s.Spacer.Vertical,{size:"tiny"}),(0,h.jsx)(s.Text,{size:"small",align:"center",children:o})]})})}function f(n){var l=n.label,o=n.icon,t=n.description,c=void 0===t?'':t,x=n.onPress,j=n.disabled;return(0,h.jsxs)(s.Button.FadeOnPressContainer,{onPress:x,bg:"default",disabled:j,children:[(0,h.jsxs)(s.Row,{padding:"small",align:"center",bg:"default",style:{opacity:j?.75:1},children:[o&&(0,h.jsx)(s.View,{width:"large",height:"large",children:o}),(0,h.jsx)(s.Spacer.Horizontal,{size:"small"}),(0,h.jsx)(s.View,{children:(0,h.jsx)(s.Text,{children:l})}),(0,h.jsx)(s.Spacer.Horizontal,{}),(0,h.jsx)(s.View,{width:"16",style:{alignItems:'flex-end'}})]}),Boolean(c)&&(0,h.jsxs)(s.View,{style:{transform:[{translateY:-s.scale[3]}]},children:[(0,h.jsxs)(s.Row,{px:"small",align:"center",children:[(0,h.jsx)(s.Spacer.Horizontal,{size:"large"}),(0,h.jsx)(s.View,{shrink:"1",px:"small",children:(0,h.jsx)(s.Text,{size:"small",color:"secondary",leading:"large",children:c})}),(0,h.jsx)(s.View,{width:"16"})]}),(0,h.jsx)(s.Spacer.Vertical,{size:"tiny"})]})]})}function w(n){var o=n.label,t=n.description,c=void 0===t?'':t,x=n.icon,j=n.isEnabled,u=n.setIsEnabled,p=n.disabled,b=n.testID;return(0,h.jsxs)(s.View,{style:{opacity:p?.75:1},pointerEvents:p?'none':'auto',children:[(0,h.jsxs)(s.Row,{padding:"small",align:"center",children:[(0,h.jsx)(s.View,{width:"large",height:"large",children:x}),(0,h.jsx)(s.Spacer.Horizontal,{size:"small"}),(0,h.jsx)(s.View,{children:(0,h.jsx)(s.Text,{children:o})}),(0,h.jsx)(s.Spacer.Horizontal,{}),(0,h.jsx)(s.View,{width:"16",style:{alignItems:'flex-end'},children:(0,h.jsx)(l.Switch,{testID:b,disabled:p,value:j&&!p,onValueChange:function(){return u(!j)}})})]}),Boolean(c)&&(0,h.jsxs)(s.View,{style:{transform:[{translateY:-8}]},children:[(0,h.jsxs)(s.Row,{px:"small",align:"center",children:[(0,h.jsx)(s.Spacer.Horizontal,{size:"large"}),(0,h.jsx)(s.View,{shrink:"1",px:"small",children:(0,h.jsx)(s.Text,{size:"small",color:"secondary",leading:"large",children:c})}),(0,h.jsx)(s.View,{style:{width:s.scale[16]}})]}),(0,h.jsx)(s.Spacer.Vertical,{size:"tiny"})]})]})}function V(n){var l=n.title,o=n.value;return(0,h.jsxs)(s.Row,{px:"medium",py:"small",align:"center",bg:"default",children:[(0,h.jsx)(s.Text,{size:"medium",children:l}),(0,h.jsx)(s.Spacer.Horizontal,{}),(0,h.jsx)(s.Text,{children:o})]})}}),838,[5,423,95,1,839,814,886,815,816,817,205]); +__d((function(g,r,i,a,m,e,d){var n=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.Main=function(n){var b,z=n.registeredCallbacks,y=void 0===z?[]:z,S=n.isDevice,I=(0,t.useAppInfo)(),P=(0,x.useDevSettings)(),D=P.devSettings,R=P.actions,H=(0,c.useClipboard)(),T=(0,c.useClipboard)();var k=Boolean(T.clipboardContent),C=D.isElementInspectorAvailable,O=D.isHotLoadingAvailable,B=D.isPerfMonitorAvailable,F=D.isRemoteDebuggingAvailable,A=[C,O,B,F].filter((function(n){return!1===n})).length>0;return(0,p.jsxs)(s.View,{flex:"1",bg:"secondary",children:[(0,p.jsx)(s.View,{py:"medium",bg:"default",children:(0,p.jsxs)(s.Row,{align:"start",children:[(0,p.jsx)(s.Spacer.Horizontal,{size:"medium"}),(0,p.jsxs)(s.Row,{align:"center",shrink:"1",children:[(0,p.jsx)(s.View,{children:(0,p.jsx)(s.View,{height:"xl",width:"xl",overflow:"hidden",bg:"secondary",rounded:"medium",children:Boolean(I.appIcon)&&(0,p.jsx)(s.Image,{source:{uri:I.appIcon},style:{flex:1,resizeMode:'contain'}})})}),(0,p.jsx)(s.Spacer.Horizontal,{size:"small"}),(0,p.jsxs)(s.View,{shrink:"1",children:[(0,p.jsx)(s.Row,{style:{flexWrap:'wrap'},children:(0,p.jsx)(s.Heading,{weight:"bold",numberOfLines:1,children:I.appName})}),Boolean(I.runtimeVersion)&&(0,p.jsx)(p.Fragment,{children:(0,p.jsx)(s.Text,{size:"small",color:"secondary",children:`Runtime version: ${I.runtimeVersion}`})}),Boolean(I.sdkVersion)&&!I.runtimeVersion&&(0,p.jsx)(p.Fragment,{children:(0,p.jsx)(s.Text,{size:"small",color:"secondary",children:`SDK version: ${I.sdkVersion}`})})]}),(0,p.jsx)(s.Spacer.Horizontal,{}),(0,p.jsx)(s.View,{width:"large",style:{alignSelf:'flex-start'},children:(0,p.jsx)(s.Button.FadeOnPressContainer,{onPress:u.hideMenu,bg:"ghost",rounded:"full",children:(0,p.jsx)(s.View,{padding:"micro",children:(0,p.jsx)(s.XIcon,{})})})}),(0,p.jsx)(s.Spacer.Horizontal,{size:"small"})]})]})}),(0,p.jsx)(s.Divider,{}),(0,p.jsxs)(s.View,{style:{flex:1},children:[(0,p.jsxs)(l.ScrollView,{nestedScrollEnabled:!0,children:[Boolean(I.hostUrl)&&(0,p.jsxs)(p.Fragment,{children:[(0,p.jsxs)(s.View,{bg:"default",padding:"medium",children:[(0,p.jsx)(s.Text,{color:"secondary",children:"Connected to:"}),(0,p.jsx)(s.Spacer.Vertical,{size:"small"}),(0,p.jsxs)(s.Row,{align:"center",children:[(0,p.jsx)(s.StatusIndicator,{style:{width:10,height:10},status:"success"}),(0,p.jsx)(s.Spacer.Horizontal,{size:"small"}),(0,p.jsx)(s.View,{flex:"1",children:(0,p.jsx)(s.Text,{type:"mono",numberOfLines:2,size:"small",children:I.hostUrl})}),(0,p.jsx)(s.Spacer.Horizontal,{size:"small"})]})]}),(0,p.jsx)(s.Divider,{})]}),(0,p.jsxs)(s.Row,{padding:"small",children:[j.isDevLauncherInstalled&&(0,p.jsx)(s.View,{flex:"1",children:(0,p.jsx)(f,{icon:(0,p.jsx)(s.HomeFilledIcon,{}),label:"Go home",onPress:R.navigateToLauncher})}),(0,p.jsx)(s.Spacer.Horizontal,{size:"medium"}),(0,p.jsx)(s.View,{flex:"1",children:(0,p.jsx)(f,{icon:(0,p.jsx)(s.ClipboardIcon,{}),label:"Copy link",onPress:function(){var n=I.hostUrl;H.onCopyPress(n)}})}),(0,p.jsx)(s.Spacer.Horizontal,{size:"medium"}),(0,p.jsx)(s.View,{flex:"1",children:(0,p.jsx)(f,{icon:(0,p.jsx)(s.RefreshIcon,{}),label:"Reload",onPress:R.reload})})]}),y.length>0&&(0,p.jsxs)(s.View,{children:[(0,p.jsx)(s.View,{mx:"large",children:(0,p.jsx)(s.Heading,{size:"small",color:"secondary",children:"Custom Menu Items"})}),(0,p.jsx)(s.Spacer.Vertical,{size:"small"}),(0,p.jsx)(s.View,{mx:"small",children:y.map((function(n,l,o){var t=0===l,c=l===o.length-1;return(0,p.jsxs)(s.View,{children:[(0,p.jsx)(s.View,{bg:"default",roundedTop:t?'large':'none',roundedBottom:c?'large':'none',children:(0,p.jsx)(w,{label:n,icon:null,onPress:function(){return(0,u.fireCallbackAsync)(n)}})}),!c&&(0,p.jsx)(s.Divider,{})]},n+l)}))}),(0,p.jsx)(s.Spacer.Vertical,{size:"medium"})]}),(0,p.jsxs)(s.View,{mx:"small",children:[(0,p.jsx)(s.View,{roundedTop:"large",bg:"default",children:(0,p.jsx)(w,{disabled:!D.isPerfMonitorAvailable,label:"Toggle performance monitor",icon:(0,p.jsx)(s.PerformanceIcon,{}),onPress:R.togglePerformanceMonitor})}),(0,p.jsx)(s.Divider,{}),(0,p.jsx)(s.View,{bg:"default",children:(0,p.jsx)(w,{disabled:!D.isElementInspectorAvailable,label:"Toggle element inspector",icon:(0,p.jsx)(s.InspectElementIcon,{}),onPress:R.toggleElementInspector})}),(0,p.jsx)(s.Divider,{}),D.isJSInspectorAvailable?(0,p.jsx)(s.View,{bg:"default",children:(0,p.jsx)(w,{disabled:!D.isJSInspectorAvailable,label:"Open JS debugger",icon:(0,p.jsx)(s.DebugIcon,{}),onPress:R.openJSInspector})}):(0,p.jsx)(s.View,{bg:"default",children:(0,p.jsx)(V,{disabled:null==I||!I.sdkVersion||!o.default.lt(I.sdkVersion,'49.0.0')||!D.isRemoteDebuggingAvailable,testID:"remote-js-debugger",label:"Remote JS debugger",icon:(0,p.jsx)(s.DebugIcon,{}),isEnabled:D.isDebuggingRemotely,setIsEnabled:R.toggleDebugRemoteJS,description:null==I||!I.sdkVersion||o.default.lt(I.sdkVersion,'49.0.0')?`This is not compatible with ${null!=(b=null==I?void 0:I.engine)?b:'JSC'} in this SDK version, please use Hermes to debug.`:void 0})}),(0,p.jsx)(s.Divider,{}),(0,p.jsx)(s.View,{bg:"default",roundedBottom:"large",children:(0,p.jsx)(V,{disabled:!D.isHotLoadingAvailable,testID:"fast-refresh",label:"Fast refresh",icon:(0,p.jsx)(s.RunIcon,{}),isEnabled:D.isHotLoadingEnabled,setIsEnabled:R.toggleFastRefresh})})]}),'Hermes'===I.engine&&(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(s.Spacer.Vertical,{size:"large"}),(0,p.jsx)(s.View,{mx:"small",children:(0,p.jsxs)(s.View,{bg:"warning",padding:"medium",rounded:"medium",border:"warning",children:[(0,p.jsxs)(s.Row,{align:"center",children:[(0,p.jsx)(s.WarningIcon,{}),(0,p.jsx)(s.Spacer.Horizontal,{size:"tiny"}),(0,p.jsx)(s.Heading,{color:"warning",size:"small",style:{top:1},children:"Warning"})]}),(0,p.jsx)(s.Spacer.Vertical,{size:"small"}),(0,p.jsx)(s.View,{children:(0,p.jsx)(s.Text,{size:"small",color:"warning",children:"Debugging not working? Try manually reloading first"})})]})})]}),!A&&(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(s.Spacer.Vertical,{size:"large"}),(0,p.jsx)(s.Text,{size:"small",color:"secondary",align:"center",children:"Some settings are unavailable for this development build."})]}),(0,p.jsx)(s.Spacer.Vertical,{size:"large"}),(0,p.jsxs)(s.View,{mx:"small",rounded:"large",overflow:"hidden",children:[(0,p.jsx)(v,{title:"Version",value:I.appVersion}),(0,p.jsx)(s.Divider,{}),Boolean(I.runtimeVersion)&&(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(v,{title:"Runtime version",value:I.runtimeVersion}),(0,p.jsx)(s.Divider,{})]}),Boolean(I.sdkVersion)&&!I.runtimeVersion&&(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(v,{title:"SDK Version",value:I.sdkVersion}),(0,p.jsx)(s.Divider,{})]}),(0,p.jsx)(s.Button.FadeOnPressContainer,{bg:"default",roundedTop:"none",roundedBottom:"large",onPress:function(){var n=I.runtimeVersion,s=I.sdkVersion,l=I.appName,o=I.appVersion;T.onCopyPress({runtimeVersion:n,sdkVersion:s,appName:l,appVersion:o})},disabled:k,children:(0,p.jsx)(s.Row,{px:"medium",py:"small",align:"center",bg:"default",children:(0,p.jsx)(s.Text,{color:"link",size:"medium",children:k?'Copied to clipboard!':'Tap to Copy All'})})})]}),(0,p.jsx)(s.Spacer.Vertical,{size:"large"}),(0,p.jsx)(s.View,{mx:"small",rounded:"large",overflow:"hidden",children:(0,p.jsx)(s.Button.FadeOnPressContainer,{bg:"default",roundedTop:"none",roundedBottom:"large",onPress:R.openRNDevMenu,children:(0,p.jsx)(s.Row,{px:"medium",py:"small",align:"center",bg:"default",children:(0,p.jsx)(s.Text,{children:"Open React Native dev menu"})})})}),'android'===l.Platform.OS&&(0,p.jsx)(s.View,{style:{height:50}}),(0,p.jsx)(s.Spacer.Vertical,{size:"large"})]}),(0,p.jsx)(h.Onboarding,{isDevice:S})]})]})};var s=r(d[1]),l=((function(n,s){if(!s&&n&&n.__esModule)return n;if(null===n||"object"!=typeof n&&"function"!=typeof n)return{default:n};var l=b(s);if(l&&l.has(n))return l.get(n);var o={},t=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in n)if("default"!==c&&Object.prototype.hasOwnProperty.call(n,c)){var x=t?Object.getOwnPropertyDescriptor(n,c):null;x&&(x.get||x.set)?Object.defineProperty(o,c,x):o[c]=n[c]}o.default=n,l&&l.set(n,o)})(r(d[2])),r(d[3])),o=n(r(d[4])),t=r(d[5]),c=r(d[6]),x=r(d[7]),j=r(d[8]),u=r(d[9]),h=r(d[10]),p=r(d[11]);function b(n){if("function"!=typeof WeakMap)return null;var s=new WeakMap,l=new WeakMap;return(b=function(n){return n?l:s})(n)}function f(n){var l=n.icon,o=n.label,t=n.onPress;return(0,p.jsx)(s.Button.FadeOnPressContainer,{bg:"default",onPress:t,children:(0,p.jsxs)(s.View,{padding:"small",rounded:"large",bg:"default",children:[(0,p.jsx)(s.View,{align:"centered",children:l}),(0,p.jsx)(s.Spacer.Vertical,{size:"tiny"}),(0,p.jsx)(s.Text,{size:"small",align:"center",children:o})]})})}function w(n){var l=n.label,o=n.icon,t=n.description,c=void 0===t?'':t,x=n.onPress,j=n.disabled;return(0,p.jsxs)(s.Button.FadeOnPressContainer,{onPress:x,bg:"default",disabled:j,children:[(0,p.jsxs)(s.Row,{padding:"small",align:"center",bg:"default",style:{opacity:j?.75:1},children:[o&&(0,p.jsx)(s.View,{width:"large",height:"large",children:o}),(0,p.jsx)(s.Spacer.Horizontal,{size:"small"}),(0,p.jsx)(s.View,{children:(0,p.jsx)(s.Text,{children:l})}),(0,p.jsx)(s.Spacer.Horizontal,{}),(0,p.jsx)(s.View,{width:"16",style:{alignItems:'flex-end'}})]}),Boolean(c)&&(0,p.jsxs)(s.View,{style:{transform:[{translateY:-s.scale[3]}]},children:[(0,p.jsxs)(s.Row,{px:"small",align:"center",children:[(0,p.jsx)(s.Spacer.Horizontal,{size:"large"}),(0,p.jsx)(s.View,{shrink:"1",px:"small",children:(0,p.jsx)(s.Text,{size:"small",color:"secondary",leading:"large",children:c})}),(0,p.jsx)(s.View,{width:"16"})]}),(0,p.jsx)(s.Spacer.Vertical,{size:"tiny"})]})]})}function V(n){var o=n.label,t=n.description,c=void 0===t?'':t,x=n.icon,j=n.isEnabled,u=n.setIsEnabled,h=n.disabled,b=n.testID;return(0,p.jsxs)(s.View,{style:{opacity:h?.75:1},pointerEvents:h?'none':'auto',children:[(0,p.jsxs)(s.Row,{padding:"small",align:"center",children:[(0,p.jsx)(s.View,{width:"large",height:"large",children:x}),(0,p.jsx)(s.Spacer.Horizontal,{size:"small"}),(0,p.jsx)(s.View,{children:(0,p.jsx)(s.Text,{children:o})}),(0,p.jsx)(s.Spacer.Horizontal,{}),(0,p.jsx)(s.View,{width:"16",style:{alignItems:'flex-end'},children:(0,p.jsx)(l.Switch,{testID:b,disabled:h,value:j&&!h,onValueChange:function(){return u(!j)}})})]}),Boolean(c)&&(0,p.jsxs)(s.View,{style:{transform:[{translateY:-8}]},children:[(0,p.jsxs)(s.Row,{px:"small",align:"center",children:[(0,p.jsx)(s.Spacer.Horizontal,{size:"large"}),(0,p.jsx)(s.View,{shrink:"1",px:"small",children:(0,p.jsx)(s.Text,{size:"small",color:"secondary",leading:"large",children:c})}),(0,p.jsx)(s.View,{style:{width:s.scale[16]}})]}),(0,p.jsx)(s.Spacer.Vertical,{size:"tiny"})]})]})}function v(n){var l=n.title,o=n.value;return(0,p.jsxs)(s.Row,{px:"medium",py:"small",align:"center",bg:"default",children:[(0,p.jsx)(s.Text,{size:"medium",children:l}),(0,p.jsx)(s.Spacer.Horizontal,{}),(0,p.jsx)(s.Text,{children:o})]})}}),838,[5,423,95,1,839,814,886,815,816,817,887,205]); __d((function(g,r,i,a,m,e,d){var t=r(d[0]);m.exports={re:t.re,src:t.src,tokens:t.t,SEMVER_SPEC_VERSION:r(d[1]).SEMVER_SPEC_VERSION,SemVer:r(d[2]),compareIdentifiers:r(d[3]).compareIdentifiers,rcompareIdentifiers:r(d[3]).rcompareIdentifiers,parse:r(d[4]),valid:r(d[5]),clean:r(d[6]),inc:r(d[7]),diff:r(d[8]),major:r(d[9]),minor:r(d[10]),patch:r(d[11]),prerelease:r(d[12]),compare:r(d[13]),rcompare:r(d[14]),compareLoose:r(d[15]),compareBuild:r(d[16]),sort:r(d[17]),rsort:r(d[18]),gt:r(d[19]),lt:r(d[20]),eq:r(d[21]),neq:r(d[22]),gte:r(d[23]),lte:r(d[24]),cmp:r(d[25]),coerce:r(d[26]),Comparator:r(d[27]),Range:r(d[28]),satisfies:r(d[29]),toComparators:r(d[30]),maxSatisfying:r(d[31]),minSatisfying:r(d[32]),minVersion:r(d[33]),validRange:r(d[34]),outside:r(d[35]),gtr:r(d[36]),ltr:r(d[37]),intersects:r(d[38]),simplifyRange:r(d[39]),subset:r(d[40])}}),839,[840,841,843,845,846,847,848,849,850,853,854,855,856,852,857,858,859,860,861,862,863,851,864,865,866,867,868,869,870,874,875,876,877,878,879,880,881,882,883,884,885]); __d((function(g,r,i,a,m,e,d){var E=r(d[0]).MAX_SAFE_COMPONENT_LENGTH,I=r(d[1]),R=(e=m.exports={}).re=[],N=e.src=[],L=e.t={},O=0,$=function(E,$,A){var T=O++;I(E,T,$),L[E]=T,N[T]=$,R[T]=new RegExp($,A?'g':void 0)};$('NUMERICIDENTIFIER','0|[1-9]\\d*'),$('NUMERICIDENTIFIERLOOSE','[0-9]+'),$('NONNUMERICIDENTIFIER','\\d*[a-zA-Z-][a-zA-Z0-9-]*'),$('MAINVERSION',`(${N[L.NUMERICIDENTIFIER]})\\.(${N[L.NUMERICIDENTIFIER]})\\.(${N[L.NUMERICIDENTIFIER]})`),$('MAINVERSIONLOOSE',`(${N[L.NUMERICIDENTIFIERLOOSE]})\\.(${N[L.NUMERICIDENTIFIERLOOSE]})\\.(${N[L.NUMERICIDENTIFIERLOOSE]})`),$('PRERELEASEIDENTIFIER',`(?:${N[L.NUMERICIDENTIFIER]}|${N[L.NONNUMERICIDENTIFIER]})`),$('PRERELEASEIDENTIFIERLOOSE',`(?:${N[L.NUMERICIDENTIFIERLOOSE]}|${N[L.NONNUMERICIDENTIFIER]})`),$('PRERELEASE',`(?:-(${N[L.PRERELEASEIDENTIFIER]}(?:\\.${N[L.PRERELEASEIDENTIFIER]})*))`),$('PRERELEASELOOSE',`(?:-?(${N[L.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${N[L.PRERELEASEIDENTIFIERLOOSE]})*))`),$('BUILDIDENTIFIER','[0-9A-Za-z-]+'),$('BUILD',`(?:\\+(${N[L.BUILDIDENTIFIER]}(?:\\.${N[L.BUILDIDENTIFIER]})*))`),$('FULLPLAIN',`v?${N[L.MAINVERSION]}${N[L.PRERELEASE]}?${N[L.BUILD]}?`),$('FULL',`^${N[L.FULLPLAIN]}$`),$('LOOSEPLAIN',`[v=\\s]*${N[L.MAINVERSIONLOOSE]}${N[L.PRERELEASELOOSE]}?${N[L.BUILD]}?`),$('LOOSE',`^${N[L.LOOSEPLAIN]}$`),$('GTLT','((?:<|>)?=?)'),$('XRANGEIDENTIFIERLOOSE',`${N[L.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),$('XRANGEIDENTIFIER',`${N[L.NUMERICIDENTIFIER]}|x|X|\\*`),$('XRANGEPLAIN',`[v=\\s]*(${N[L.XRANGEIDENTIFIER]})(?:\\.(${N[L.XRANGEIDENTIFIER]})(?:\\.(${N[L.XRANGEIDENTIFIER]})(?:${N[L.PRERELEASE]})?${N[L.BUILD]}?)?)?`),$('XRANGEPLAINLOOSE',`[v=\\s]*(${N[L.XRANGEIDENTIFIERLOOSE]})(?:\\.(${N[L.XRANGEIDENTIFIERLOOSE]})(?:\\.(${N[L.XRANGEIDENTIFIERLOOSE]})(?:${N[L.PRERELEASELOOSE]})?${N[L.BUILD]}?)?)?`),$('XRANGE',`^${N[L.GTLT]}\\s*${N[L.XRANGEPLAIN]}$`),$('XRANGELOOSE',`^${N[L.GTLT]}\\s*${N[L.XRANGEPLAINLOOSE]}$`),$('COERCE',`(^|[^\\d])(\\d{1,${E}})(?:\\.(\\d{1,${E}}))?(?:\\.(\\d{1,${E}}))?(?:$|[^\\d])`),$('COERCERTL',N[L.COERCE],!0),$('LONETILDE','(?:~>?)'),$('TILDETRIM',`(\\s*)${N[L.LONETILDE]}\\s+`,!0),e.tildeTrimReplace='$1~',$('TILDE',`^${N[L.LONETILDE]}${N[L.XRANGEPLAIN]}$`),$('TILDELOOSE',`^${N[L.LONETILDE]}${N[L.XRANGEPLAINLOOSE]}$`),$('LONECARET','(?:\\^)'),$('CARETTRIM',`(\\s*)${N[L.LONECARET]}\\s+`,!0),e.caretTrimReplace='$1^',$('CARET',`^${N[L.LONECARET]}${N[L.XRANGEPLAIN]}$`),$('CARETLOOSE',`^${N[L.LONECARET]}${N[L.XRANGEPLAINLOOSE]}$`),$('COMPARATORLOOSE',`^${N[L.GTLT]}\\s*(${N[L.LOOSEPLAIN]})$|^$`),$('COMPARATOR',`^${N[L.GTLT]}\\s*(${N[L.FULLPLAIN]})$|^$`),$('COMPARATORTRIM',`(\\s*)${N[L.GTLT]}\\s*(${N[L.LOOSEPLAIN]}|${N[L.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace='$1$2$3',$('HYPHENRANGE',`^\\s*(${N[L.XRANGEPLAIN]})\\s+-\\s+(${N[L.XRANGEPLAIN]})\\s*$`),$('HYPHENRANGELOOSE',`^\\s*(${N[L.XRANGEPLAINLOOSE]})\\s+-\\s+(${N[L.XRANGEPLAINLOOSE]})\\s*$`),$('STAR','(<|>)?=?\\s*\\*'),$('GTE0','^\\s*>=\\s*0\\.0\\.0\\s*$'),$('GTE0PRE','^\\s*>=\\s*0\\.0\\.0-0\\s*$')}),840,[841,842]); __d((function(g,r,i,a,m,e,d){var E=Number.MAX_SAFE_INTEGER||9007199254740991;m.exports={SEMVER_SPEC_VERSION:'2.0.0',MAX_LENGTH:256,MAX_SAFE_INTEGER:E,MAX_SAFE_COMPONENT_LENGTH:16}}),841,[]); @@ -890,6 +890,6 @@ __d((function(g,r,i,a,m,e,d){var n=r(d[0]);m.exports=function(t,c,o){return t=ne __d((function(g,r,i,_a,m,e,d){var n=r(d[0]),u=r(d[1]),l=r(d[2]);m.exports=function(t,o,s){var a=[],h=null,p=null,f=t.sort((function(n,u){return l(n,u,s)}));for(var v of f){u(v,o,s)?(p=v,h||(h=v)):(p&&a.push([h,p]),p=null,h=null)}h&&a.push([h,null]);var $=[];for(var c of a){var w=n(c,2),_=w[0],j=w[1];_===j?$.push(_):j||_!==f[0]?j?_===f[0]?$.push(`<=${j}`):$.push(`${_} - ${j}`):$.push(`>=${_}`):$.push('*')}var x=$.join(' || '),y='string'==typeof o.raw?o.raw:String(o);return x.length=0.0.0-0')]:[new o('>=0.0.0')]}if(1===f.length&&f[0].semver===n){if(u.includePrerelease)return!0;f=[new o('>=0.0.0')]}var p,c,h,w,S,j,P,_=new Set;for(var x of t)'>'===x.operator||'>='===x.operator?p=v(p,x,u):'<'===x.operator||'<='===x.operator?c=l(c,x,u):_.add(x.semver);if(_.size>1)return null;if(p&&c){if((h=s(p.semver,c.semver,u))>0)return null;if(0===h&&('>='!==p.operator||'<='!==c.operator))return null}for(var z of _){if(p&&!a(z,String(p),u))return null;if(c&&!a(z,String(c),u))return null;for(var A of f)if(!a(z,String(A),u))return!1;return!0}var N=!(!c||u.includePrerelease||!c.semver.prerelease.length)&&c.semver,Y=!(!p||u.includePrerelease||!p.semver.prerelease.length)&&p.semver;for(var b of(N&&1===N.prerelease.length&&'<'===c.operator&&0===N.prerelease[0]&&(N=!1),f)){if(P=P||'>'===b.operator||'>='===b.operator,j=j||'<'===b.operator||'<='===b.operator,p)if(Y&&b.semver.prerelease&&b.semver.prerelease.length&&b.semver.major===Y.major&&b.semver.minor===Y.minor&&b.semver.patch===Y.patch&&(Y=!1),'>'===b.operator||'>='===b.operator){if((w=v(p,b,u))===b&&w!==p)return!1}else if('>='===p.operator&&!a(p.semver,String(b),u))return!1;if(c)if(N&&b.semver.prerelease&&b.semver.prerelease.length&&b.semver.major===N.major&&b.semver.minor===N.minor&&b.semver.patch===N.patch&&(N=!1),'<'===b.operator||'<='===b.operator){if((S=l(c,b,u))===b&&S!==c)return!1}else if('<='===c.operator&&!a(c.semver,String(b),u))return!1;if(!b.operator&&(c||p)&&0!==h)return!1}return!(p&&j&&!c&&0!==h)&&(!(c&&P&&!p&&0!==h)&&(!Y&&!N))},v=function(t,o,n){if(!t)return o;var a=s(t.semver,o.semver,n);return a>0?t:a<0||'>'===o.operator&&'>='===t.operator?o:t},l=function(t,o,n){if(!t)return o;var a=s(t.semver,o.semver,n);return a<0?t:a>0||'<'===o.operator&&'<='===t.operator?o:t};m.exports=function(o,n){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(o===n)return!0;o=new t(o,a),n=new t(n,a);var s=!1;e:for(var v of o.set){for(var l of n.set){var u=f(v,l,a);if(s=s||null!==u,u)continue e}if(s)return!1}return!0}}),885,[870,869,874,852]); __d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.useClipboard=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:3e3,c=o.useState(''),l=(0,u.default)(c,2),p=l[0],s=l[1],y=o.useState(''),b=(0,u.default)(y,2),v=b[0],O=b[1],j=o.useRef(null);function P(t){return h.apply(this,arguments)}function h(){return(h=(0,n.default)((function*(t){var n;n='object'==typeof t?JSON.stringify(t,null,2):t,O(''),s(n),yield(0,f.copyToClipboardAsync)(n).catch((function(t){O(t.message),s('')}))}))).apply(this,arguments)}return o.useEffect((function(){return p&&(j.current=setTimeout((function(){s('')}),t)),function(){clearTimeout(j.current)}}),[p,t]),{onCopyPress:P,clipboardContent:p,clipboardError:v}};var n=t(r(d[1])),u=t(r(d[2])),o=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var u=c(n);if(u&&u.has(t))return u.get(t);var o={},f=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in t)if("default"!==l&&Object.prototype.hasOwnProperty.call(t,l)){var p=f?Object.getOwnPropertyDescriptor(t,l):null;p&&(p.get||p.set)?Object.defineProperty(o,l,p):o[l]=t[l]}o.default=t,u&&u.set(t,o);return o})(r(d[3])),f=r(d[4]);function c(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,u=new WeakMap;return(c=function(t){return t?u:n})(t)}}),886,[5,314,46,95,817]); -__d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.Onboarding=function(t){var h=t.isDevice,f=(0,u.useMenuPreferences)(),w=f.isOnboardingFinished,b=f.actions,j=s.useState(!w),v=(0,n.default)(j,2),x=v[0],O=v[1];if(x)return(0,c.jsx)(o.View,{style:l.StyleSheet.absoluteFill,children:(0,c.jsx)(o.View,{style:l.StyleSheet.absoluteFill,children:(0,c.jsxs)(o.View,{flex:"1",bg:"default",py:"large",px:"large",children:[(0,c.jsx)(o.Heading,{size:"large",weight:"bold",children:"Hello there, friend! \ud83d\udc4b"}),(0,c.jsx)(o.Spacer.Vertical,{size:"medium"}),(0,c.jsxs)(o.View,{children:[(0,c.jsx)(o.Text,{size:"large",children:h?y:p}),(0,c.jsx)(o.Spacer.Vertical,{size:"medium"}),(0,c.jsx)(o.Text,{size:"large",children:"Also, this menu is only available in development builds and won't be in any release builds."})]}),(0,c.jsx)(o.Spacer.Vertical,{size:"xl"}),(0,c.jsx)(o.Button.FadeOnPressContainer,{bg:"primary",onPress:function(){b.setOnboardingFinishedAsync(!0),O(!1)},children:(0,c.jsx)(o.View,{py:"small",children:(0,c.jsx)(o.Button.Text,{align:"center",size:"large",color:"primary",weight:"medium",children:"Got It"})})})]})})});return(0,c.jsx)(c.Fragment,{})};var n=t(r(d[1])),o=r(d[2]),s=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var o=h(n);if(o&&o.has(t))return o.get(t);var s={},l=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var u in t)if("default"!==u&&Object.prototype.hasOwnProperty.call(t,u)){var c=l?Object.getOwnPropertyDescriptor(t,u):null;c&&(c.get||c.set)?Object.defineProperty(s,u,c):s[u]=t[u]}s.default=t,o&&o.set(t,s);return s})(r(d[3])),l=r(d[4]),u=r(d[5]),c=r(d[6]);function h(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,o=new WeakMap;return(h=function(t){return t?o:n})(t)}var y=l.Platform.select({ios:"Since this is your first time opening this development build, we wanted to show you this menu and let you know that you can shake your device or long press anywhere on the screen with three fingers to get back to it at any time.",android:"Since this is your first time opening this development build, we wanted to show you this menu and let you know that you can shake your device or long press anywhere on the screen with three fingers to get back to it at any time."}),p=l.Platform.select({ios:"Since this is your first time opening this development build, we wanted to show you this menu and let you know that in a simulator you can press \u2318D (make sure that 'I/O \u279e Input \u279e Send Keyboard Input to Device' is enabled on your simulator) to get back to it at any time.",android:"Since this is your first time opening this development build, we wanted to show you this menu and let you know that in an emulator you can press \u2318M on macOS or Ctrl+M on other platforms to get back to it at any time."})}),887,[5,46,423,95,1,835,205]); +__d((function(g,r,i,a,m,e,d){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.Onboarding=function(t){var h=t.isDevice,p=(0,u.useMenuPreferences)(),x=p.isOnboardingFinished,b=p.actions,j=s.useState(!x),w=(0,n.default)(j,2),v=w[0],O=w[1];if(v)return(0,c.jsx)(o.View,{style:l.StyleSheet.absoluteFill,children:(0,c.jsxs)(o.View,{flex:"1",bg:"default",py:"medium",px:"large",children:[(0,c.jsxs)(o.View,{children:[(0,c.jsx)(o.Text,{size:"medium",maxFontSizeMultiplier:1.2,children:"This is the developer menu. It gives you access to useful tools in your development builds."}),(0,c.jsx)(o.Spacer.Vertical,{size:"medium"}),(0,c.jsx)(o.Text,{size:"medium",maxFontSizeMultiplier:1.2,children:h?f:y})]}),(0,c.jsx)(o.Spacer.Vertical,{size:"large"}),(0,c.jsx)(o.Button.FadeOnPressContainer,{bg:"primary",onPress:function(){b.setOnboardingFinishedAsync(!0),O(!1)},children:(0,c.jsx)(o.View,{py:"small",children:(0,c.jsx)(o.Button.Text,{align:"center",size:"medium",color:"primary",weight:"medium",children:"Continue"})})})]})});return(0,c.jsx)(c.Fragment,{})};var n=t(r(d[1])),o=r(d[2]),s=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var o=h(n);if(o&&o.has(t))return o.get(t);var s={},l=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var u in t)if("default"!==u&&Object.prototype.hasOwnProperty.call(t,u)){var c=l?Object.getOwnPropertyDescriptor(t,u):null;c&&(c.get||c.set)?Object.defineProperty(s,u,c):s[u]=t[u]}s.default=t,o&&o.set(t,s);return s})(r(d[3])),l=r(d[4]),u=r(d[5]),c=r(d[6]);function h(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,o=new WeakMap;return(h=function(t){return t?o:n})(t)}var f=l.Platform.select({ios:"You can shake your device or long press anywhere on the screen with three fingers to get back to it at any time.",android:"You can shake your device or long press anywhere on the screen with three fingers to get back to it at any time."}),y=l.Platform.select({ios:(0,c.jsxs)(o.Text,{size:"medium",children:["You can open it at any time with the ",(0,c.jsx)(o.Text,{weight:"bold",children:"\u2318 + d "})," keyboard shortcut",' ',(0,c.jsxs)(o.Text,{color:"secondary",size:"medium",children:["(\"Connect Hardware Keyboard\" must be enabled on your simulator to use this shortcut, you can toggle it with",' ',(0,c.jsx)(o.Text,{weight:"bold",color:"secondary",size:"medium",children:"\u2318 + shift + K"}),")."]})]}),android:(0,c.jsxs)(o.Text,{size:"medium",children:["You can press",' ',(0,c.jsx)(o.Text,{size:"medium",weight:"bold",children:"\u2318 + m"}),' ',"on macOS or",' ',(0,c.jsx)(o.Text,{size:"medium",weight:"bold",children:"Ctrl + m"}),' ',"on other platforms to get back to it at any time."]})})}),887,[5,46,423,95,1,835,205]); __r(110); __r(0); \ No newline at end of file diff --git a/packages/expo-dev-menu/package.json b/packages/expo-dev-menu/package.json index b252024e866ad1..db1f2c88c13922 100644 --- a/packages/expo-dev-menu/package.json +++ b/packages/expo-dev-menu/package.json @@ -64,7 +64,7 @@ "graphql": "^15.3.0", "graphql-tag": "^2.10.1", "react": "18.2.0", - "react-native": "0.72.0-rc.5", + "react-native": "0.72.0-rc.6", "use-subscription": "^1.8.0", "url": "^0.11.0" }, diff --git a/packages/expo/bundledNativeModules.json b/packages/expo/bundledNativeModules.json index 00e76b895b6d3c..e88e25896a7d4b 100644 --- a/packages/expo/bundledNativeModules.json +++ b/packages/expo/bundledNativeModules.json @@ -82,7 +82,7 @@ "lottie-react-native": "5.1.6", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.72.0-rc.5", + "react-native": "0.72.0-rc.6", "react-native-web": "~0.18.10", "react-native-branch": "^5.4.0", "react-native-gesture-handler": "~2.10.1", diff --git a/packages/expo/package.json b/packages/expo/package.json index 72be7bd0a8fa80..d8a6f37ca60772 100644 --- a/packages/expo/package.json +++ b/packages/expo/package.json @@ -87,6 +87,6 @@ "expo-module-scripts": "^3.0.9", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.72.0-rc.5" + "react-native": "0.72.0-rc.6" } } diff --git a/templates/expo-template-bare-minimum/android/gradle.properties b/templates/expo-template-bare-minimum/android/gradle.properties index 95fe6092c24d43..40ef9a1e54be26 100644 --- a/templates/expo-template-bare-minimum/android/gradle.properties +++ b/templates/expo-template-bare-minimum/android/gradle.properties @@ -51,3 +51,6 @@ expo.webp.enabled=true # Enable animated webp support (~3.4 MB increase) # Disabled by default because iOS doesn't support animated webp expo.webp.animated=false + +# Remove this workaround when upgrading to react-native@0.72.1 +kotlin.jvm.target.validation.mode=warning diff --git a/templates/expo-template-bare-minimum/package.json b/templates/expo-template-bare-minimum/package.json index b744c09f5b0b31..cb58f81cdc2dee 100644 --- a/templates/expo-template-bare-minimum/package.json +++ b/templates/expo-template-bare-minimum/package.json @@ -14,7 +14,7 @@ "expo-splash-screen": "~0.19.0", "expo-status-bar": "~1.5.0", "react": "18.2.0", - "react-native": "0.72.0-rc.5" + "react-native": "0.72.0-rc.6" }, "devDependencies": { "@babel/core": "^7.20.0" diff --git a/templates/expo-template-blank-typescript/package.json b/templates/expo-template-blank-typescript/package.json index b23b9f9e124b4d..f6da74c3685f95 100644 --- a/templates/expo-template-blank-typescript/package.json +++ b/templates/expo-template-blank-typescript/package.json @@ -13,7 +13,7 @@ "expo": "~49.0.0-alpha.1", "expo-status-bar": "~1.5.0", "react": "18.2.0", - "react-native": "0.72.0-rc.5" + "react-native": "0.72.0-rc.6" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/templates/expo-template-blank/package.json b/templates/expo-template-blank/package.json index fb23a8ee48f613..39aa208e1560b3 100644 --- a/templates/expo-template-blank/package.json +++ b/templates/expo-template-blank/package.json @@ -13,7 +13,7 @@ "expo": "~49.0.0-alpha.1", "expo-status-bar": "~1.5.0", "react": "18.2.0", - "react-native": "0.72.0-rc.5" + "react-native": "0.72.0-rc.6" }, "devDependencies": { "@babel/core": "^7.20.0" diff --git a/templates/expo-template-tabs/package.json b/templates/expo-template-tabs/package.json index b407e73ffffa35..e9f043a8ed24cf 100644 --- a/templates/expo-template-tabs/package.json +++ b/templates/expo-template-tabs/package.json @@ -25,7 +25,7 @@ "expo-router": "^1.0.0-rc5", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.72.0-rc.5", + "react-native": "0.72.0-rc.6", "react-native-safe-area-context": "4.5.0", "react-native-screens": "~3.20.0", "react-native-web": "~0.18.10" diff --git a/yarn.lock b/yarn.lock index 194dcbdf7ae85a..485a55329ffea9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3132,44 +3132,44 @@ dependencies: merge-options "^3.0.4" -"@react-native-community/cli-clean@11.3.1": - version "11.3.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-11.3.1.tgz#604e3f25d4f0952f56c92ad7083daa1f0d4c3e29" - integrity sha512-yX524E2HkMxdJlI/si9QuV6Z8phVNm8h9xNrkO75BocuLpNFnYxJwnbD/LEQiOMVD3mtJSR4GeBblJl5/FenWA== +"@react-native-community/cli-clean@11.3.2": + version "11.3.2" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-11.3.2.tgz#45dc0aa379deeb13834b661f8eeb2e63ed34316f" + integrity sha512-OIKeP8fYtaa9qw4bpf1m3WJDWx4GvcxTYkyycH5SDu+pZjYWNix7XtKhwoL3Ol2NJLWxdY4LnmQG1yy8OGeIRw== dependencies: - "@react-native-community/cli-tools" "11.3.1" + "@react-native-community/cli-tools" "11.3.2" chalk "^4.1.2" execa "^5.0.0" prompts "^2.4.0" -"@react-native-community/cli-config@11.3.1": - version "11.3.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-11.3.1.tgz#d77ae12a500f04d6dbe086f710283f6589d2d189" - integrity sha512-If4iYuuRIyFl2wMFgZmwC4VhA3K6FoF/ryGEQw4/vxJ70vRcIor420403jUUyBE7Ij5XCUdMEvr9HBM3YdN/OQ== +"@react-native-community/cli-config@11.3.2": + version "11.3.2" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-11.3.2.tgz#1bf268589f7261920dd65a78d7a0a1099792a7f9" + integrity sha512-hMAIR3QTjzDUmOSsbroXeNkZAcf8lpOGo1fj8CwJNfjuVho1RZZSlHKp8G7FU2sgqZmb8jWN+9tFvCRACXVYoQ== dependencies: - "@react-native-community/cli-tools" "11.3.1" + "@react-native-community/cli-tools" "11.3.2" chalk "^4.1.2" cosmiconfig "^5.1.0" deepmerge "^4.3.0" glob "^7.1.3" joi "^17.2.1" -"@react-native-community/cli-debugger-ui@11.3.1": - version "11.3.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-11.3.1.tgz#6d1b2b123e7729adbb0dd8089d7e0132594ba38c" - integrity sha512-Erc9jgnU0v18qwl+mT8zsE+wn+AsVKvl+wroi06XSeera+rSTa/CA6TEAGF4TG8zJYlhZEe5U1NTHv4p5RzvEQ== +"@react-native-community/cli-debugger-ui@11.3.2": + version "11.3.2" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-11.3.2.tgz#35f29daf8354e8e516cb05ca471fb705780efdd7" + integrity sha512-pAKBcjrNl0iJoi42Ekqn3UH/QZ48pxfAIhsKkc3WmBqYetdByobhkYWfchHq3j9bilgiaBquPQaKzkg69kQw3w== dependencies: serve-static "^1.13.1" -"@react-native-community/cli-doctor@11.3.1": - version "11.3.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-11.3.1.tgz#1f70e2e54cfaf532c985620eaf927d3d149b09e6" - integrity sha512-j8BOeMQFTopDAPcE8RlOMuQLUEUOxCRkwXZR5ynO1sHNndwtnd39PzS4qwKYd6UYTksncGcTDCXRk6ng3cMtng== +"@react-native-community/cli-doctor@11.3.2": + version "11.3.2" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-11.3.2.tgz#d8eb867b80da66ce7b11e0e6e4e07ab152ffbf7b" + integrity sha512-tvmAQzz+qOJwtBCVEdhHweMeGaoHauGn3ef4tsHyqlDc0fF1K5No9DGXSESlLHpsopg066sIHWGq0PmAIeChiA== dependencies: - "@react-native-community/cli-config" "11.3.1" - "@react-native-community/cli-platform-android" "11.3.1" - "@react-native-community/cli-platform-ios" "11.3.1" - "@react-native-community/cli-tools" "11.3.1" + "@react-native-community/cli-config" "11.3.2" + "@react-native-community/cli-platform-android" "11.3.2" + "@react-native-community/cli-platform-ios" "11.3.2" + "@react-native-community/cli-tools" "11.3.2" chalk "^4.1.2" command-exists "^1.2.8" envinfo "^7.7.2" @@ -3185,47 +3185,47 @@ wcwidth "^1.0.1" yaml "^2.2.1" -"@react-native-community/cli-hermes@11.3.1": - version "11.3.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-11.3.1.tgz#429dbdb57b9a72f567b7279e897a3b1ad321ebd7" - integrity sha512-o91yh18SB4jSzT/ejFHd+tUHZS1PcKWkFrFLaL3oM71KF4ougq/7Fw+4xIerIyCJX7TCmjaD88yKUcA4MTf1fA== +"@react-native-community/cli-hermes@11.3.2": + version "11.3.2" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-11.3.2.tgz#842b21a1cd3960295eed3591ab81e6f9e68aa606" + integrity sha512-IfzdYTjxu+BFEvweY9TXpLkOmWq0sxK8PTN+u0BduiT9cJRvcO0CxjOpLHAabVrSJc6o+7aLfEvogBmdN53Xfg== dependencies: - "@react-native-community/cli-platform-android" "11.3.1" - "@react-native-community/cli-tools" "11.3.1" + "@react-native-community/cli-platform-android" "11.3.2" + "@react-native-community/cli-tools" "11.3.2" chalk "^4.1.2" hermes-profile-transformer "^0.0.6" ip "^1.1.5" -"@react-native-community/cli-platform-android@11.3.1": - version "11.3.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-11.3.1.tgz#19aaaca50ee22b5cdf29e76982c5e9cce0e8d1ca" - integrity sha512-uUEyfupGtG6/GP4UZzacTEDusbfraocn9vcEft1KhGFWlLPBeaXHoPR3dU956D4256LbCA2qirZNedAGKf6TEQ== +"@react-native-community/cli-platform-android@11.3.2": + version "11.3.2" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-11.3.2.tgz#d9528306c3751f7d6d1fd3d5a56187708dd65829" + integrity sha512-NKxyBP0/gwL4/tNWrkevFSjeb7Dw2SByNfE9wFXBaAvZHxbxxJUjZOTOW3ueOXEpgOMU7IYYOiSOz2M10IRQ2A== dependencies: - "@react-native-community/cli-tools" "11.3.1" + "@react-native-community/cli-tools" "11.3.2" chalk "^4.1.2" execa "^5.0.0" glob "^7.1.3" logkitty "^0.7.1" -"@react-native-community/cli-platform-ios@11.3.1": - version "11.3.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-11.3.1.tgz#47b5980f60ff7822fcb5db9f0575330ae7320039" - integrity sha512-E6Yzw8mapN8bcP1fPKO/5q+pnyCZcvzNQzKSaCYWj3SrifgeYLJ3lqTNY09Jaf8qn0mDT18NNi0Pg7XOuaINjQ== +"@react-native-community/cli-platform-ios@11.3.2": + version "11.3.2" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-11.3.2.tgz#cfecce27641950603d736e1f41fcae088e3ada1f" + integrity sha512-XPrfsI7dNY3f9crsKDDRIss+GHYX/snuYfMrjg4ZBHpYB5JdLepO8FJ5bFz+/s9KXDm045ijo8QFcIf3XJR0YQ== dependencies: - "@react-native-community/cli-tools" "11.3.1" + "@react-native-community/cli-tools" "11.3.2" chalk "^4.1.2" execa "^5.0.0" fast-xml-parser "^4.0.12" glob "^7.1.3" ora "^5.4.1" -"@react-native-community/cli-plugin-metro@11.3.1": - version "11.3.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-11.3.1.tgz#7c13ea0831caed63340655179974cf612fc103ea" - integrity sha512-KTVhdMg1jIv07zeesQFIZF1gw29UAscLHidjpV2/2XOd53q9wfSf8Ca1oQsE6Ak1peJcuewrWZLgo29845klXQ== +"@react-native-community/cli-plugin-metro@11.3.2": + version "11.3.2" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-11.3.2.tgz#dbdf6d04b3c608a11dea833a9f882420352dda44" + integrity sha512-r1rZYCFfxZWIiUlukjMcDlxfCtm+QNYu+vFyVfE9yvN9gaNPBAi9029eVzkRkFuJ8Rxwr67HnYEAdGYLWQ1uIw== dependencies: - "@react-native-community/cli-server-api" "11.3.1" - "@react-native-community/cli-tools" "11.3.1" + "@react-native-community/cli-server-api" "11.3.2" + "@react-native-community/cli-tools" "11.3.2" chalk "^4.1.2" execa "^5.0.0" metro "0.76.5" @@ -3236,13 +3236,13 @@ metro-runtime "0.76.5" readline "^1.3.0" -"@react-native-community/cli-server-api@11.3.1": - version "11.3.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-11.3.1.tgz#23c9819db1ec7fb526f93dad9726dfb30dafcf89" - integrity sha512-zY4P9FKDqv37t6DNTigBzg/S0/oxU+TLsSovwhbJ0+17TFx2IG9E9u26C0L10liisjb7ElEgeQ95eYHFASYqQg== +"@react-native-community/cli-server-api@11.3.2": + version "11.3.2" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-11.3.2.tgz#79f06606aa1cf7f84dc5c4c53f9a6de0d98142d4" + integrity sha512-6rMb37HYWOdmiMGCxsttHDLIP7KmcJjWvzTJzb2tm9P5FoMvSSmSOn981MuP835Lk1U+IdjVcwtsA247Im4mkg== dependencies: - "@react-native-community/cli-debugger-ui" "11.3.1" - "@react-native-community/cli-tools" "11.3.1" + "@react-native-community/cli-debugger-ui" "11.3.2" + "@react-native-community/cli-tools" "11.3.2" compression "^1.7.1" connect "^3.6.5" errorhandler "^1.5.1" @@ -3251,10 +3251,10 @@ serve-static "^1.13.1" ws "^7.5.1" -"@react-native-community/cli-tools@11.3.1": - version "11.3.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-11.3.1.tgz#365cef877a93462b68f8499394622ed061337d57" - integrity sha512-JuV2RXTemrsl8fwLgw0SYZsMMCcUwxyQWrcuMTds/bBBT0ij6CDVePagyVjbrWzdPbvPoX6Wr1CFKsem2vOfrQ== +"@react-native-community/cli-tools@11.3.2": + version "11.3.2" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-11.3.2.tgz#29c01e0978199e3d65a2ed234a629a9cf05db8ca" + integrity sha512-rAnFPzRITeEhBLwC73ucvWsYjsGyotSOI4c+k8t9wUqcIk1Q+RFnuWozGc13msOPdESvBHt2MPJBwXrtKgKn1g== dependencies: appdirsjs "^1.2.4" chalk "^4.1.2" @@ -3266,27 +3266,27 @@ semver "^6.3.0" shell-quote "^1.7.3" -"@react-native-community/cli-types@11.3.1": - version "11.3.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-11.3.1.tgz#0421a6815d3619815a4928437bbcf731ff76c1e8" - integrity sha512-u4vZ5ldVJuq2AyWeka5PwNlyzi2liSlmRhEC4CRbasNcyXZttnR4sHLIbi/Dn8P54j/5wcxYiEfZeI1D7vxvlQ== +"@react-native-community/cli-types@11.3.2": + version "11.3.2" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-11.3.2.tgz#09531e83ddda582c7321752d1d80674578bc8ea7" + integrity sha512-jba1Z1YgC4JIHPADSqpl4ATsrJaOja1zlQCbH/yE8McHRjVBzeYGeHIvG5jw7iU5cw6FFifH5vvr23JPGk8oyw== dependencies: joi "^17.2.1" -"@react-native-community/cli@11.3.1": - version "11.3.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-11.3.1.tgz#4426d80e4a6c1b1d9e857a356d02b5ec3ca39542" - integrity sha512-fa8wdO8AxYi/WZuHEa1dd0mySd73CjTfdsB9N/qM4WWYJMNjnzQ0Yh0ZDWdOAnGIjcxmvO4R56Z4HTGIGA4VeQ== - dependencies: - "@react-native-community/cli-clean" "11.3.1" - "@react-native-community/cli-config" "11.3.1" - "@react-native-community/cli-debugger-ui" "11.3.1" - "@react-native-community/cli-doctor" "11.3.1" - "@react-native-community/cli-hermes" "11.3.1" - "@react-native-community/cli-plugin-metro" "11.3.1" - "@react-native-community/cli-server-api" "11.3.1" - "@react-native-community/cli-tools" "11.3.1" - "@react-native-community/cli-types" "11.3.1" +"@react-native-community/cli@11.3.2": + version "11.3.2" + resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-11.3.2.tgz#a14c341c2421a929a322b11d02a60f7ac8ff5ee9" + integrity sha512-riyMvro6HH2NLUhcnjUrOFwi2IHb6/GOC1WKf7GvGH1L4KnIo/jP4Sk9QV+pROg1Gd9btrCTnyY7WbWuPWJJ3w== + dependencies: + "@react-native-community/cli-clean" "11.3.2" + "@react-native-community/cli-config" "11.3.2" + "@react-native-community/cli-debugger-ui" "11.3.2" + "@react-native-community/cli-doctor" "11.3.2" + "@react-native-community/cli-hermes" "11.3.2" + "@react-native-community/cli-plugin-metro" "11.3.2" + "@react-native-community/cli-server-api" "11.3.2" + "@react-native-community/cli-tools" "11.3.2" + "@react-native-community/cli-types" "11.3.2" chalk "^4.1.2" commander "^9.4.1" execa "^5.0.0" @@ -3333,10 +3333,10 @@ resolved "https://registry.yarnpkg.com/@react-native/assets-registry/-/assets-registry-0.72.0.tgz#c82a76a1d86ec0c3907be76f7faf97a32bbed05d" integrity sha512-Im93xRJuHHxb1wniGhBMsxLwcfzdYreSZVQGDoMJgkd6+Iky61LInGEHnQCTN0fKNYF1Dvcofb4uMmE1RQHXHQ== -"@react-native/codegen@^0.72.5": - version "0.72.5" - resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.72.5.tgz#fa30cfcd89032e1281f706ff077dcca0706270ec" - integrity sha512-UHqkGRkjfoWhTek9A9Vg5OjpOxp5Vro+NdfoC/itEu1D7nkNAm0/yyf1vTdaCAVsPSzgrfl3f45nrkFOhBU8ag== +"@react-native/codegen@^0.72.6": + version "0.72.6" + resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.72.6.tgz#029cf61f82f5c6872f0b2ce58f27c4239a5586c8" + integrity sha512-idTVI1es/oopN0jJT/0jB6nKdvTUKE3757zA5+NPXZTeB46CIRbmmos4XBiAec8ufu9/DigLPbHTYAaMNZJ6Ig== dependencies: "@babel/parser" "^7.20.0" flow-parser "^0.206.0" @@ -15992,17 +15992,17 @@ react-native-webview@11.26.0: escape-string-regexp "2.0.0" invariant "2.2.4" -react-native@0.72.0-rc.5: - version "0.72.0-rc.5" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.72.0-rc.5.tgz#b2359b0d21174c13238eec4ebcc368bf182886a4" - integrity sha512-TDp42Z73cxuMQGM6+i7NnPizOnU3Jm0jz8TC2fLGG4hQfAy0Qsmzo3OG/IcqKMRbIxxRC6m+dJhL+QK446YOHw== +react-native@0.72.0-rc.6: + version "0.72.0-rc.6" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.72.0-rc.6.tgz#fe9bf9356d70cac43ab112adbef57d141451ff4c" + integrity sha512-pGF0kTTRPsf64+27PnlL1ERLi3Cczuvyi9pjBdNHtVIxiVPOzNsmHLmBUX7EtAL9G1z/iTYdXqB0wgkj5D++Mw== dependencies: "@jest/create-cache-key-function" "^29.2.1" - "@react-native-community/cli" "11.3.1" - "@react-native-community/cli-platform-android" "11.3.1" - "@react-native-community/cli-platform-ios" "11.3.1" + "@react-native-community/cli" "11.3.2" + "@react-native-community/cli-platform-android" "11.3.2" + "@react-native-community/cli-platform-ios" "11.3.2" "@react-native/assets-registry" "^0.72.0" - "@react-native/codegen" "^0.72.5" + "@react-native/codegen" "^0.72.6" "@react-native/gradle-plugin" "^0.72.10" "@react-native/js-polyfills" "^0.72.1" "@react-native/normalize-colors" "^0.72.0"