mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 10:01:02 +00:00
1 line
54 KiB
Plaintext
1 line
54 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":40,"index":40}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":41},"end":{"line":9,"column":22,"index":147}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":10,"column":0,"index":148},"end":{"line":10,"column":46,"index":194}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0,"index":195},"end":{"line":11,"column":67,"index":262}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/HelpScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return HelpScreen;\n }\n });\n var _babelRuntimeHelpersSlicedToArray = require(_dependencyMap[0], \"@babel/runtime/helpers/slicedToArray\");\n var _slicedToArray = _interopDefault(_babelRuntimeHelpersSlicedToArray);\n var _react = require(_dependencyMap[1], \"react\");\n var _reactNative = require(_dependencyMap[2], \"react-native\");\n var _expoVectorIcons = require(_dependencyMap[3], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[4], \"react-native-safe-area-context\");\n var _reactJsxDevRuntime = require(_dependencyMap[5], \"react/jsx-dev-runtime\");\n function HelpScreen(_ref) {\n _s();\n var navigation = _ref.navigation;\n var insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n var _useState = (0, _react.useState)(null),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n expandedId = _useState2[0],\n setExpandedId = _useState2[1];\n var faqs = [{\n id: '1',\n question: 'How do I create a wallet?',\n answer: 'When you sign up for PezkuwiChain, a wallet is automatically created for you. Your wallet address is displayed in the Settings > Profile section.'\n }, {\n id: '2',\n question: 'How do I send tokens?',\n answer: 'Go to the Wallet tab, tap on the token you want to send (HEZ or PEZ), then tap the \"Send\" button. Enter the recipient\\'s wallet address and the amount you want to send.'\n }, {\n id: '3',\n question: 'What is the difference between HEZ and PEZ?',\n answer: 'HEZ (Hemwelatî) is the citizenship token used for identity verification and governance. PEZ (Pezkuwî) is the utility token used for transactions and services within the ecosystem.'\n }, {\n id: '4',\n question: 'How do I participate in governance?',\n answer: 'Navigate to the Vote section from quick actions or wallet. You can view active proposals and vote using your HEZ tokens. Each HEZ token represents one vote.'\n }, {\n id: '5',\n question: 'Is my wallet secure?',\n answer: 'Yes! We use industry-standard encryption and security measures. You can also enable biometric authentication and 2FA for additional security. Remember to never share your password or recovery phrase.'\n }, {\n id: '6',\n question: 'How do I recover my account?',\n answer: 'If you forget your password, use the \"Forgot Password\" option on the login screen. For account recovery issues, contact our support team at support@pezkuwichain.io'\n }, {\n id: '7',\n question: 'What are transaction fees?',\n answer: 'Network fees (gas fees) are required for blockchain transactions. These fees go to validators who process and secure transactions on the network.'\n }, {\n id: '8',\n question: 'How long do transactions take?',\n answer: 'Most transactions are confirmed within seconds to a few minutes, depending on network congestion. You can view transaction status in your transaction history.'\n }];\n var toggleExpand = id => {\n setExpandedId(expandedId === id ? null : id);\n };\n var openSupport = () => {\n _reactNative.Linking.openURL('https://pezkuwichain.io/support');\n };\n var sendEmail = () => {\n _reactNative.Linking.openURL('mailto:support@pezkuwichain.io');\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 76,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 75,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.headerTitle,\n children: \"Help & Support\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 74,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.ScrollView, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.supportSection,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"Contact Support\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 85,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.supportCard,\n onPress: openSupport,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.supportCardLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.iconContainer, {\n backgroundColor: '#DBEAFE'\n }],\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"globe\",\n size: 24,\n color: \"#3B82F6\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 90,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 89,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.supportCardTitle,\n children: \"Visit Support Center\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.supportCardSubtitle,\n children: \"pezkuwichain.io/support\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 94,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 88,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"chevron-forward\",\n size: 20,\n color: \"#9CA3AF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 87,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.supportCard,\n onPress: sendEmail,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.supportCardLeft,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: [styles.iconContainer, {\n backgroundColor: '#FEE2E2'\n }],\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"mail\",\n size: 24,\n color: \"#EE2A35\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 103,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 102,\n columnNumber: 15\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.supportCardTitle,\n children: \"Email Support\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 106,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.supportCardSubtitle,\n children: \"support@pezkuwichain.io\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 107,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 105,\n columnNumber: 15\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 101,\n columnNumber: 13\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"chevron-forward\",\n size: 20,\n color: \"#9CA3AF\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 110,\n columnNumber: 13\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 100,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 84,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.faqSection,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.sectionTitle,\n children: \"Frequently Asked Questions\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 116,\n columnNumber: 11\n }, this), faqs.map(faq => /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.TouchableOpacity, {\n style: styles.faqCard,\n onPress: () => toggleExpand(faq.id),\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.faqHeader,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.faqQuestion,\n children: faq.question\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 125,\n columnNumber: 17\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: expandedId === faq.id ? 'chevron-up' : 'chevron-down',\n size: 20,\n color: \"#6B7280\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 126,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 124,\n columnNumber: 15\n }, this), expandedId === faq.id && /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.faqAnswer,\n children: faq.answer\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 133,\n columnNumber: 17\n }, this)]\n }, faq.id, true, {\n fileName: _jsxFileName,\n lineNumber: 119,\n columnNumber: 13\n }, this))]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 115,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n style: styles.infoSection,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoText,\n children: \"App Version 1.0.0\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 141,\n columnNumber: 11\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.Text, {\n style: styles.infoText,\n children: \"\\xA9 2025 PezkuwiChain. All rights reserved.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 142,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 140,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 5\n }, this);\n }\n _s(HelpScreen, \"djRf5ENPJjQiYCi0FSPqKWPlSpM=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets];\n });\n _c = HelpScreen;\n var styles = _reactNative.StyleSheet.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 16,\n paddingBottom: 80\n },\n supportSection: {\n marginBottom: 24\n },\n sectionTitle: {\n fontSize: 16,\n fontWeight: '700',\n color: '#1F2937',\n marginBottom: 12\n },\n supportCard: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n marginBottom: 8,\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 1\n },\n shadowOpacity: 0.05,\n shadowRadius: 4,\n elevation: 2\n },\n supportCardLeft: {\n flexDirection: 'row',\n alignItems: 'center',\n flex: 1\n },\n iconContainer: {\n width: 48,\n height: 48,\n borderRadius: 24,\n alignItems: 'center',\n justifyContent: 'center',\n marginRight: 12\n },\n supportCardTitle: {\n fontSize: 16,\n fontWeight: '600',\n color: '#1F2937',\n marginBottom: 2\n },\n supportCardSubtitle: {\n fontSize: 14,\n color: '#6B7280'\n },\n faqSection: {\n marginBottom: 24\n },\n faqCard: {\n backgroundColor: '#FFF',\n padding: 16,\n borderRadius: 12,\n marginBottom: 8,\n shadowColor: '#000',\n shadowOffset: {\n width: 0,\n height: 1\n },\n shadowOpacity: 0.05,\n shadowRadius: 4,\n elevation: 2\n },\n faqHeader: {\n flexDirection: 'row',\n justifyContent: 'space-between',\n alignItems: 'center'\n },\n faqQuestion: {\n fontSize: 16,\n fontWeight: '600',\n color: '#1F2937',\n flex: 1,\n marginRight: 12\n },\n faqAnswer: {\n fontSize: 15,\n color: '#6B7280',\n lineHeight: 22,\n marginTop: 12,\n paddingTop: 12,\n borderTopWidth: 1,\n borderTopColor: '#F3F4F6'\n },\n infoSection: {\n alignItems: 'center',\n paddingVertical: 24\n },\n infoText: {\n fontSize: 14,\n color: '#9CA3AF',\n marginBottom: 4\n }\n });\n var _c;\n $RefreshReg$(_c, \"HelpScreen\");\n});","lineCount":474,"map":[[14,2,13,15,"Object"],[14,8,13,15],[14,9,13,15,"defineProperty"],[14,23,13,15],[14,24,13,15,"exports"],[14,31,13,15],[15,4,13,15,"enumerable"],[15,14,13,15],[16,4,13,15,"get"],[16,7,13,15],[16,18,13,15,"get"],[16,19,13,15],[17,6,13,15],[17,13,13,15,"HelpScreen"],[17,23,13,15],[18,4,13,15],[19,2,13,15],[20,2,147,1],[20,6,147,1,"_babelRuntimeHelpersSlicedToArray"],[20,39,147,1],[20,42,147,1,"require"],[20,49,147,1],[20,50,147,1,"_dependencyMap"],[20,64,147,1],[21,2,147,1],[21,6,147,1,"_slicedToArray"],[21,20,147,1],[21,23,147,1,"_interopDefault"],[21,38,147,1],[21,39,147,1,"_babelRuntimeHelpersSlicedToArray"],[21,72,147,1],[22,2,1,0],[22,6,1,0,"_react"],[22,12,1,0],[22,15,1,0,"require"],[22,22,1,0],[22,23,1,0,"_dependencyMap"],[22,37,1,0],[23,2,2,0],[23,6,2,0,"_reactNative"],[23,18,2,0],[23,21,2,0,"require"],[23,28,2,0],[23,29,2,0,"_dependencyMap"],[23,43,2,0],[24,2,10,0],[24,6,10,0,"_expoVectorIcons"],[24,22,10,0],[24,25,10,0,"require"],[24,32,10,0],[24,33,10,0,"_dependencyMap"],[24,47,10,0],[25,2,11,0],[25,6,11,0,"_reactNativeSafeAreaContext"],[25,33,11,0],[25,36,11,0,"require"],[25,43,11,0],[25,44,11,0,"_dependencyMap"],[25,58,11,0],[26,2,11,67],[26,6,11,67,"_reactJsxDevRuntime"],[26,25,11,67],[26,28,11,67,"require"],[26,35,11,67],[26,36,11,67,"_dependencyMap"],[26,50,11,67],[27,2,13,15],[27,11,13,24,"HelpScreen"],[27,21,13,34,"HelpScreen"],[27,22,13,34,"_ref"],[27,26,13,34],[27,28,13,56],[28,4,13,56,"_s"],[28,6,13,56],[29,4,13,56],[29,8,13,37,"navigation"],[29,18,13,47],[29,21,13,47,"_ref"],[29,25,13,47],[29,26,13,37,"navigation"],[29,36,13,47],[30,4,14,2],[30,8,14,8,"insets"],[30,14,14,14],[30,17,14,17],[30,21,14,17,"useSafeAreaInsets"],[30,48,14,34],[30,49,14,34,"useSafeAreaInsets"],[30,66,14,34],[30,68,14,35],[30,69,14,36],[31,4,15,2],[31,8,15,2,"_useState"],[31,17,15,2],[31,20,15,38],[31,24,15,38,"useState"],[31,30,15,46],[31,31,15,46,"useState"],[31,39,15,46],[31,41,15,62],[31,45,15,66],[31,46,15,67],[32,6,15,67,"_useState2"],[32,16,15,67],[32,23,15,67,"_slicedToArray"],[32,37,15,67],[32,38,15,67,"default"],[32,45,15,67],[32,47,15,67,"_useState"],[32,56,15,67],[33,6,15,9,"expandedId"],[33,16,15,19],[33,19,15,19,"_useState2"],[33,29,15,19],[34,6,15,21,"setExpandedId"],[34,19,15,34],[34,22,15,34,"_useState2"],[34,32,15,34],[35,4,17,2],[35,8,17,8,"faqs"],[35,12,17,12],[35,15,17,15],[35,16,18,4],[36,6,19,6,"id"],[36,8,19,8],[36,10,19,10],[36,13,19,13],[37,6,20,6,"question"],[37,14,20,14],[37,16,20,16],[37,43,20,43],[38,6,21,6,"answer"],[38,12,21,12],[38,14,21,14],[39,4,22,4],[39,5,22,5],[39,7,23,4],[40,6,24,6,"id"],[40,8,24,8],[40,10,24,10],[40,13,24,13],[41,6,25,6,"question"],[41,14,25,14],[41,16,25,16],[41,39,25,39],[42,6,26,6,"answer"],[42,12,26,12],[42,14,26,14],[43,4,27,4],[43,5,27,5],[43,7,28,4],[44,6,29,6,"id"],[44,8,29,8],[44,10,29,10],[44,13,29,13],[45,6,30,6,"question"],[45,14,30,14],[45,16,30,16],[45,61,30,61],[46,6,31,6,"answer"],[46,12,31,12],[46,14,31,14],[47,4,32,4],[47,5,32,5],[47,7,33,4],[48,6,34,6,"id"],[48,8,34,8],[48,10,34,10],[48,13,34,13],[49,6,35,6,"question"],[49,14,35,14],[49,16,35,16],[49,53,35,53],[50,6,36,6,"answer"],[50,12,36,12],[50,14,36,14],[51,4,37,4],[51,5,37,5],[51,7,38,4],[52,6,39,6,"id"],[52,8,39,8],[52,10,39,10],[52,13,39,13],[53,6,40,6,"question"],[53,14,40,14],[53,16,40,16],[53,38,40,38],[54,6,41,6,"answer"],[54,12,41,12],[54,14,41,14],[55,4,42,4],[55,5,42,5],[55,7,43,4],[56,6,44,6,"id"],[56,8,44,8],[56,10,44,10],[56,13,44,13],[57,6,45,6,"question"],[57,14,45,14],[57,16,45,16],[57,46,45,46],[58,6,46,6,"answer"],[58,12,46,12],[58,14,46,14],[59,4,47,4],[59,5,47,5],[59,7,48,4],[60,6,49,6,"id"],[60,8,49,8],[60,10,49,10],[60,13,49,13],[61,6,50,6,"question"],[61,14,50,14],[61,16,50,16],[61,44,50,44],[62,6,51,6,"answer"],[62,12,51,12],[62,14,51,14],[63,4,52,4],[63,5,52,5],[63,7,53,4],[64,6,54,6,"id"],[64,8,54,8],[64,10,54,10],[64,13,54,13],[65,6,55,6,"question"],[65,14,55,14],[65,16,55,16],[65,48,55,48],[66,6,56,6,"answer"],[66,12,56,12],[66,14,56,14],[67,4,57,4],[67,5,57,5],[67,6,58,3],[68,4,60,2],[68,8,60,8,"toggleExpand"],[68,20,60,20],[68,23,60,24,"id"],[68,25,60,34],[68,29,60,39],[69,6,61,4,"setExpandedId"],[69,19,61,17],[69,20,61,18,"expandedId"],[69,30,61,28],[69,35,61,33,"id"],[69,37,61,35],[69,40,61,38],[69,44,61,42],[69,47,61,45,"id"],[69,49,61,47],[69,50,61,48],[70,4,62,2],[70,5,62,3],[71,4,64,2],[71,8,64,8,"openSupport"],[71,19,64,19],[71,22,64,22,"openSupport"],[71,23,64,22],[71,28,64,28],[72,6,65,4,"Linking"],[72,18,65,11],[72,19,65,11,"Linking"],[72,26,65,11],[72,27,65,12,"openURL"],[72,34,65,19],[72,35,65,20],[72,68,65,53],[72,69,65,54],[73,4,66,2],[73,5,66,3],[74,4,68,2],[74,8,68,8,"sendEmail"],[74,17,68,17],[74,20,68,20,"sendEmail"],[74,21,68,20],[74,26,68,26],[75,6,69,4,"Linking"],[75,18,69,11],[75,19,69,11,"Linking"],[75,26,69,11],[75,27,69,12,"openURL"],[75,34,69,19],[75,35,69,20],[75,67,69,52],[75,68,69,53],[76,4,70,2],[76,5,70,3],[77,4,72,2],[77,24,73,4],[77,28,73,4,"_reactJsxDevRuntime"],[77,47,73,4],[77,48,73,4,"jsxDEV"],[77,54,73,4],[77,56,73,5,"_reactNative"],[77,68,73,9],[77,69,73,9,"View"],[77,73,73,9],[78,6,73,10,"style"],[78,11,73,15],[78,13,73,17],[78,14,73,18,"styles"],[78,20,73,24],[78,21,73,25,"container"],[78,30,73,34],[78,32,73,36],[79,8,73,38,"paddingTop"],[79,18,73,48],[79,20,73,50,"insets"],[79,26,73,56],[79,27,73,57,"top"],[80,6,73,61],[80,7,73,62],[80,8,73,64],[81,6,73,64,"children"],[81,14,73,64],[81,30,74,6],[81,34,74,6,"_reactJsxDevRuntime"],[81,53,74,6],[81,54,74,6,"jsxDEV"],[81,60,74,6],[81,62,74,7,"_reactNative"],[81,74,74,11],[81,75,74,11,"View"],[81,79,74,11],[82,8,74,12,"style"],[82,13,74,17],[82,15,74,19,"styles"],[82,21,74,25],[82,22,74,26,"header"],[82,28,74,33],[83,8,74,33,"children"],[83,16,74,33],[83,32,75,8],[83,36,75,8,"_reactJsxDevRuntime"],[83,55,75,8],[83,56,75,8,"jsxDEV"],[83,62,75,8],[83,64,75,9,"_reactNative"],[83,76,75,25],[83,77,75,25,"TouchableOpacity"],[83,93,75,25],[84,10,75,26,"onPress"],[84,17,75,33],[84,19,75,35,"onPress"],[84,20,75,35],[84,25,75,41,"navigation"],[84,35,75,51],[84,36,75,52,"goBack"],[84,42,75,58],[84,43,75,59],[84,44,75,61],[85,10,75,62,"style"],[85,15,75,67],[85,17,75,69,"styles"],[85,23,75,75],[85,24,75,76,"backButton"],[85,34,75,87],[86,10,75,87,"children"],[86,18,75,87],[86,33,76,10],[86,37,76,10,"_reactJsxDevRuntime"],[86,56,76,10],[86,57,76,10,"jsxDEV"],[86,63,76,10],[86,65,76,11,"_expoVectorIcons"],[86,81,76,19],[86,82,76,19,"Ionicons"],[86,90,76,19],[87,12,76,20,"name"],[87,16,76,24],[87,18,76,25],[87,30,76,37],[88,12,76,38,"size"],[88,16,76,42],[88,18,76,44],[88,20,76,47],[89,12,76,48,"color"],[89,17,76,53],[89,19,76,54],[90,10,76,63],[91,12,76,63,"fileName"],[91,20,76,63],[91,22,76,63,"_jsxFileName"],[91,34,76,63],[92,12,76,63,"lineNumber"],[92,22,76,63],[93,12,76,63,"columnNumber"],[93,24,76,63],[94,10,76,63],[94,17,76,65],[95,8,76,66],[96,10,76,66,"fileName"],[96,18,76,66],[96,20,76,66,"_jsxFileName"],[96,32,76,66],[97,10,76,66,"lineNumber"],[97,20,76,66],[98,10,76,66,"columnNumber"],[98,22,76,66],[99,8,76,66],[99,15,77,26],[99,16,77,27],[99,31,78,8],[99,35,78,8,"_reactJsxDevRuntime"],[99,54,78,8],[99,55,78,8,"jsxDEV"],[99,61,78,8],[99,63,78,9,"_reactNative"],[99,75,78,13],[99,76,78,13,"Text"],[99,80,78,13],[100,10,78,14,"style"],[100,15,78,19],[100,17,78,21,"styles"],[100,23,78,27],[100,24,78,28,"headerTitle"],[100,35,78,40],[101,10,78,40,"children"],[101,18,78,40],[101,20,78,41],[102,8,78,55],[103,10,78,55,"fileName"],[103,18,78,55],[103,20,78,55,"_jsxFileName"],[103,32,78,55],[104,10,78,55,"lineNumber"],[104,20,78,55],[105,10,78,55,"columnNumber"],[105,22,78,55],[106,8,78,55],[106,15,78,61],[106,16,78,62],[106,31,79,8],[106,35,79,8,"_reactJsxDevRuntime"],[106,54,79,8],[106,55,79,8,"jsxDEV"],[106,61,79,8],[106,63,79,9,"_reactNative"],[106,75,79,13],[106,76,79,13,"View"],[106,80,79,13],[107,10,79,14,"style"],[107,15,79,19],[107,17,79,21],[108,12,79,23,"width"],[108,17,79,28],[108,19,79,30],[109,10,79,33],[110,8,79,35],[111,10,79,35,"fileName"],[111,18,79,35],[111,20,79,35,"_jsxFileName"],[111,32,79,35],[112,10,79,35,"lineNumber"],[112,20,79,35],[113,10,79,35,"columnNumber"],[113,22,79,35],[114,8,79,35],[114,15,79,37],[114,16,79,38],[115,6,79,38],[116,8,79,38,"fileName"],[116,16,79,38],[116,18,79,38,"_jsxFileName"],[116,30,79,38],[117,8,79,38,"lineNumber"],[117,18,79,38],[118,8,79,38,"columnNumber"],[118,20,79,38],[119,6,79,38],[119,13,80,12],[119,14,80,13],[119,29,82,6],[119,33,82,6,"_reactJsxDevRuntime"],[119,52,82,6],[119,53,82,6,"jsxDEV"],[119,59,82,6],[119,61,82,7,"_reactNative"],[119,73,82,17],[119,74,82,17,"ScrollView"],[119,84,82,17],[120,8,82,18,"contentContainerStyle"],[120,29,82,39],[120,31,82,41,"styles"],[120,37,82,47],[120,38,82,48,"scrollContent"],[120,51,82,62],[121,8,82,62,"children"],[121,16,82,62],[121,32,84,8],[121,36,84,8,"_reactJsxDevRuntime"],[121,55,84,8],[121,56,84,8,"jsxDEV"],[121,62,84,8],[121,64,84,9,"_reactNative"],[121,76,84,13],[121,77,84,13,"View"],[121,81,84,13],[122,10,84,14,"style"],[122,15,84,19],[122,17,84,21,"styles"],[122,23,84,27],[122,24,84,28,"supportSection"],[122,38,84,43],[123,10,84,43,"children"],[123,18,84,43],[123,34,85,10],[123,38,85,10,"_reactJsxDevRuntime"],[123,57,85,10],[123,58,85,10,"jsxDEV"],[123,64,85,10],[123,66,85,11,"_reactNative"],[123,78,85,15],[123,79,85,15,"Text"],[123,83,85,15],[124,12,85,16,"style"],[124,17,85,21],[124,19,85,23,"styles"],[124,25,85,29],[124,26,85,30,"sectionTitle"],[124,38,85,43],[125,12,85,43,"children"],[125,20,85,43],[125,22,85,44],[126,10,85,59],[127,12,85,59,"fileName"],[127,20,85,59],[127,22,85,59,"_jsxFileName"],[127,34,85,59],[128,12,85,59,"lineNumber"],[128,22,85,59],[129,12,85,59,"columnNumber"],[129,24,85,59],[130,10,85,59],[130,17,85,65],[130,18,85,66],[130,33,87,10],[130,37,87,10,"_reactJsxDevRuntime"],[130,56,87,10],[130,57,87,10,"jsxDEV"],[130,63,87,10],[130,65,87,11,"_reactNative"],[130,77,87,27],[130,78,87,27,"TouchableOpacity"],[130,94,87,27],[131,12,87,28,"style"],[131,17,87,33],[131,19,87,35,"styles"],[131,25,87,41],[131,26,87,42,"supportCard"],[131,37,87,54],[132,12,87,55,"onPress"],[132,19,87,62],[132,21,87,64,"openSupport"],[132,32,87,76],[133,12,87,76,"children"],[133,20,87,76],[133,36,88,12],[133,40,88,12,"_reactJsxDevRuntime"],[133,59,88,12],[133,60,88,12,"jsxDEV"],[133,66,88,12],[133,68,88,13,"_reactNative"],[133,80,88,17],[133,81,88,17,"View"],[133,85,88,17],[134,14,88,18,"style"],[134,19,88,23],[134,21,88,25,"styles"],[134,27,88,31],[134,28,88,32,"supportCardLeft"],[134,43,88,48],[135,14,88,48,"children"],[135,22,88,48],[135,38,89,14],[135,42,89,14,"_reactJsxDevRuntime"],[135,61,89,14],[135,62,89,14,"jsxDEV"],[135,68,89,14],[135,70,89,15,"_reactNative"],[135,82,89,19],[135,83,89,19,"View"],[135,87,89,19],[136,16,89,20,"style"],[136,21,89,25],[136,23,89,27],[136,24,89,28,"styles"],[136,30,89,34],[136,31,89,35,"iconContainer"],[136,44,89,48],[136,46,89,50],[137,18,89,52,"backgroundColor"],[137,33,89,67],[137,35,89,69],[138,16,89,79],[138,17,89,80],[138,18,89,82],[139,16,89,82,"children"],[139,24,89,82],[139,39,90,16],[139,43,90,16,"_reactJsxDevRuntime"],[139,62,90,16],[139,63,90,16,"jsxDEV"],[139,69,90,16],[139,71,90,17,"_expoVectorIcons"],[139,87,90,25],[139,88,90,25,"Ionicons"],[139,96,90,25],[140,18,90,26,"name"],[140,22,90,30],[140,24,90,31],[140,31,90,38],[141,18,90,39,"size"],[141,22,90,43],[141,24,90,45],[141,26,90,48],[142,18,90,49,"color"],[142,23,90,54],[142,25,90,55],[143,16,90,64],[144,18,90,64,"fileName"],[144,26,90,64],[144,28,90,64,"_jsxFileName"],[144,40,90,64],[145,18,90,64,"lineNumber"],[145,28,90,64],[146,18,90,64,"columnNumber"],[146,30,90,64],[147,16,90,64],[147,23,90,66],[148,14,90,67],[149,16,90,67,"fileName"],[149,24,90,67],[149,26,90,67,"_jsxFileName"],[149,38,90,67],[150,16,90,67,"lineNumber"],[150,26,90,67],[151,16,90,67,"columnNumber"],[151,28,90,67],[152,14,90,67],[152,21,91,20],[152,22,91,21],[152,37,92,14],[152,41,92,14,"_reactJsxDevRuntime"],[152,60,92,14],[152,61,92,14,"jsxDEV"],[152,67,92,14],[152,69,92,15,"_reactNative"],[152,81,92,19],[152,82,92,19,"View"],[152,86,92,19],[153,16,92,19,"children"],[153,24,92,19],[153,40,93,16],[153,44,93,16,"_reactJsxDevRuntime"],[153,63,93,16],[153,64,93,16,"jsxDEV"],[153,70,93,16],[153,72,93,17,"_reactNative"],[153,84,93,21],[153,85,93,21,"Text"],[153,89,93,21],[154,18,93,22,"style"],[154,23,93,27],[154,25,93,29,"styles"],[154,31,93,35],[154,32,93,36,"supportCardTitle"],[154,48,93,53],[155,18,93,53,"children"],[155,26,93,53],[155,28,93,54],[156,16,93,74],[157,18,93,74,"fileName"],[157,26,93,74],[157,28,93,74,"_jsxFileName"],[157,40,93,74],[158,18,93,74,"lineNumber"],[158,28,93,74],[159,18,93,74,"columnNumber"],[159,30,93,74],[160,16,93,74],[160,23,93,80],[160,24,93,81],[160,39,94,16],[160,43,94,16,"_reactJsxDevRuntime"],[160,62,94,16],[160,63,94,16,"jsxDEV"],[160,69,94,16],[160,71,94,17,"_reactNative"],[160,83,94,21],[160,84,94,21,"Text"],[160,88,94,21],[161,18,94,22,"style"],[161,23,94,27],[161,25,94,29,"styles"],[161,31,94,35],[161,32,94,36,"supportCardSubtitle"],[161,51,94,56],[162,18,94,56,"children"],[162,26,94,56],[162,28,94,57],[163,16,94,80],[164,18,94,80,"fileName"],[164,26,94,80],[164,28,94,80,"_jsxFileName"],[164,40,94,80],[165,18,94,80,"lineNumber"],[165,28,94,80],[166,18,94,80,"columnNumber"],[166,30,94,80],[167,16,94,80],[167,23,94,86],[167,24,94,87],[168,14,94,87],[169,16,94,87,"fileName"],[169,24,94,87],[169,26,94,87,"_jsxFileName"],[169,38,94,87],[170,16,94,87,"lineNumber"],[170,26,94,87],[171,16,94,87,"columnNumber"],[171,28,94,87],[172,14,94,87],[172,21,95,20],[172,22,95,21],[173,12,95,21],[174,14,95,21,"fileName"],[174,22,95,21],[174,24,95,21,"_jsxFileName"],[174,36,95,21],[175,14,95,21,"lineNumber"],[175,24,95,21],[176,14,95,21,"columnNumber"],[176,26,95,21],[177,12,95,21],[177,19,96,18],[177,20,96,19],[177,35,97,12],[177,39,97,12,"_reactJsxDevRuntime"],[177,58,97,12],[177,59,97,12,"jsxDEV"],[177,65,97,12],[177,67,97,13,"_expoVectorIcons"],[177,83,97,21],[177,84,97,21,"Ionicons"],[177,92,97,21],[178,14,97,22,"name"],[178,18,97,26],[178,20,97,27],[178,37,97,44],[179,14,97,45,"size"],[179,18,97,49],[179,20,97,51],[179,22,97,54],[180,14,97,55,"color"],[180,19,97,60],[180,21,97,61],[181,12,97,70],[182,14,97,70,"fileName"],[182,22,97,70],[182,24,97,70,"_jsxFileName"],[182,36,97,70],[183,14,97,70,"lineNumber"],[183,24,97,70],[184,14,97,70,"columnNumber"],[184,26,97,70],[185,12,97,70],[185,19,97,72],[185,20,97,73],[186,10,97,73],[187,12,97,73,"fileName"],[187,20,97,73],[187,22,97,73,"_jsxFileName"],[187,34,97,73],[188,12,97,73,"lineNumber"],[188,22,97,73],[189,12,97,73,"columnNumber"],[189,24,97,73],[190,10,97,73],[190,17,98,28],[190,18,98,29],[190,33,100,10],[190,37,100,10,"_reactJsxDevRuntime"],[190,56,100,10],[190,57,100,10,"jsxDEV"],[190,63,100,10],[190,65,100,11,"_reactNative"],[190,77,100,27],[190,78,100,27,"TouchableOpacity"],[190,94,100,27],[191,12,100,28,"style"],[191,17,100,33],[191,19,100,35,"styles"],[191,25,100,41],[191,26,100,42,"supportCard"],[191,37,100,54],[192,12,100,55,"onPress"],[192,19,100,62],[192,21,100,64,"sendEmail"],[192,30,100,74],[193,12,100,74,"children"],[193,20,100,74],[193,36,101,12],[193,40,101,12,"_reactJsxDevRuntime"],[193,59,101,12],[193,60,101,12,"jsxDEV"],[193,66,101,12],[193,68,101,13,"_reactNative"],[193,80,101,17],[193,81,101,17,"View"],[193,85,101,17],[194,14,101,18,"style"],[194,19,101,23],[194,21,101,25,"styles"],[194,27,101,31],[194,28,101,32,"supportCardLeft"],[194,43,101,48],[195,14,101,48,"children"],[195,22,101,48],[195,38,102,14],[195,42,102,14,"_reactJsxDevRuntime"],[195,61,102,14],[195,62,102,14,"jsxDEV"],[195,68,102,14],[195,70,102,15,"_reactNative"],[195,82,102,19],[195,83,102,19,"View"],[195,87,102,19],[196,16,102,20,"style"],[196,21,102,25],[196,23,102,27],[196,24,102,28,"styles"],[196,30,102,34],[196,31,102,35,"iconContainer"],[196,44,102,48],[196,46,102,50],[197,18,102,52,"backgroundColor"],[197,33,102,67],[197,35,102,69],[198,16,102,79],[198,17,102,80],[198,18,102,82],[199,16,102,82,"children"],[199,24,102,82],[199,39,103,16],[199,43,103,16,"_reactJsxDevRuntime"],[199,62,103,16],[199,63,103,16,"jsxDEV"],[199,69,103,16],[199,71,103,17,"_expoVectorIcons"],[199,87,103,25],[199,88,103,25,"Ionicons"],[199,96,103,25],[200,18,103,26,"name"],[200,22,103,30],[200,24,103,31],[200,30,103,37],[201,18,103,38,"size"],[201,22,103,42],[201,24,103,44],[201,26,103,47],[202,18,103,48,"color"],[202,23,103,53],[202,25,103,54],[203,16,103,63],[204,18,103,63,"fileName"],[204,26,103,63],[204,28,103,63,"_jsxFileName"],[204,40,103,63],[205,18,103,63,"lineNumber"],[205,28,103,63],[206,18,103,63,"columnNumber"],[206,30,103,63],[207,16,103,63],[207,23,103,65],[208,14,103,66],[209,16,103,66,"fileName"],[209,24,103,66],[209,26,103,66,"_jsxFileName"],[209,38,103,66],[210,16,103,66,"lineNumber"],[210,26,103,66],[211,16,103,66,"columnNumber"],[211,28,103,66],[212,14,103,66],[212,21,104,20],[212,22,104,21],[212,37,105,14],[212,41,105,14,"_reactJsxDevRuntime"],[212,60,105,14],[212,61,105,14,"jsxDEV"],[212,67,105,14],[212,69,105,15,"_reactNative"],[212,81,105,19],[212,82,105,19,"View"],[212,86,105,19],[213,16,105,19,"children"],[213,24,105,19],[213,40,106,16],[213,44,106,16,"_reactJsxDevRuntime"],[213,63,106,16],[213,64,106,16,"jsxDEV"],[213,70,106,16],[213,72,106,17,"_reactNative"],[213,84,106,21],[213,85,106,21,"Text"],[213,89,106,21],[214,18,106,22,"style"],[214,23,106,27],[214,25,106,29,"styles"],[214,31,106,35],[214,32,106,36,"supportCardTitle"],[214,48,106,53],[215,18,106,53,"children"],[215,26,106,53],[215,28,106,54],[216,16,106,67],[217,18,106,67,"fileName"],[217,26,106,67],[217,28,106,67,"_jsxFileName"],[217,40,106,67],[218,18,106,67,"lineNumber"],[218,28,106,67],[219,18,106,67,"columnNumber"],[219,30,106,67],[220,16,106,67],[220,23,106,73],[220,24,106,74],[220,39,107,16],[220,43,107,16,"_reactJsxDevRuntime"],[220,62,107,16],[220,63,107,16,"jsxDEV"],[220,69,107,16],[220,71,107,17,"_reactNative"],[220,83,107,21],[220,84,107,21,"Text"],[220,88,107,21],[221,18,107,22,"style"],[221,23,107,27],[221,25,107,29,"styles"],[221,31,107,35],[221,32,107,36,"supportCardSubtitle"],[221,51,107,56],[222,18,107,56,"children"],[222,26,107,56],[222,28,107,57],[223,16,107,80],[224,18,107,80,"fileName"],[224,26,107,80],[224,28,107,80,"_jsxFileName"],[224,40,107,80],[225,18,107,80,"lineNumber"],[225,28,107,80],[226,18,107,80,"columnNumber"],[226,30,107,80],[227,16,107,80],[227,23,107,86],[227,24,107,87],[228,14,107,87],[229,16,107,87,"fileName"],[229,24,107,87],[229,26,107,87,"_jsxFileName"],[229,38,107,87],[230,16,107,87,"lineNumber"],[230,26,107,87],[231,16,107,87,"columnNumber"],[231,28,107,87],[232,14,107,87],[232,21,108,20],[232,22,108,21],[233,12,108,21],[234,14,108,21,"fileName"],[234,22,108,21],[234,24,108,21,"_jsxFileName"],[234,36,108,21],[235,14,108,21,"lineNumber"],[235,24,108,21],[236,14,108,21,"columnNumber"],[236,26,108,21],[237,12,108,21],[237,19,109,18],[237,20,109,19],[237,35,110,12],[237,39,110,12,"_reactJsxDevRuntime"],[237,58,110,12],[237,59,110,12,"jsxDEV"],[237,65,110,12],[237,67,110,13,"_expoVectorIcons"],[237,83,110,21],[237,84,110,21,"Ionicons"],[237,92,110,21],[238,14,110,22,"name"],[238,18,110,26],[238,20,110,27],[238,37,110,44],[239,14,110,45,"size"],[239,18,110,49],[239,20,110,51],[239,22,110,54],[240,14,110,55,"color"],[240,19,110,60],[240,21,110,61],[241,12,110,70],[242,14,110,70,"fileName"],[242,22,110,70],[242,24,110,70,"_jsxFileName"],[242,36,110,70],[243,14,110,70,"lineNumber"],[243,24,110,70],[244,14,110,70,"columnNumber"],[244,26,110,70],[245,12,110,70],[245,19,110,72],[245,20,110,73],[246,10,110,73],[247,12,110,73,"fileName"],[247,20,110,73],[247,22,110,73,"_jsxFileName"],[247,34,110,73],[248,12,110,73,"lineNumber"],[248,22,110,73],[249,12,110,73,"columnNumber"],[249,24,110,73],[250,10,110,73],[250,17,111,28],[250,18,111,29],[251,8,111,29],[252,10,111,29,"fileName"],[252,18,111,29],[252,20,111,29,"_jsxFileName"],[252,32,111,29],[253,10,111,29,"lineNumber"],[253,20,111,29],[254,10,111,29,"columnNumber"],[254,22,111,29],[255,8,111,29],[255,15,112,14],[255,16,112,15],[255,31,115,8],[255,35,115,8,"_reactJsxDevRuntime"],[255,54,115,8],[255,55,115,8,"jsxDEV"],[255,61,115,8],[255,63,115,9,"_reactNative"],[255,75,115,13],[255,76,115,13,"View"],[255,80,115,13],[256,10,115,14,"style"],[256,15,115,19],[256,17,115,21,"styles"],[256,23,115,27],[256,24,115,28,"faqSection"],[256,34,115,39],[257,10,115,39,"children"],[257,18,115,39],[257,34,116,10],[257,38,116,10,"_reactJsxDevRuntime"],[257,57,116,10],[257,58,116,10,"jsxDEV"],[257,64,116,10],[257,66,116,11,"_reactNative"],[257,78,116,15],[257,79,116,15,"Text"],[257,83,116,15],[258,12,116,16,"style"],[258,17,116,21],[258,19,116,23,"styles"],[258,25,116,29],[258,26,116,30,"sectionTitle"],[258,38,116,43],[259,12,116,43,"children"],[259,20,116,43],[259,22,116,44],[260,10,116,70],[261,12,116,70,"fileName"],[261,20,116,70],[261,22,116,70,"_jsxFileName"],[261,34,116,70],[262,12,116,70,"lineNumber"],[262,22,116,70],[263,12,116,70,"columnNumber"],[263,24,116,70],[264,10,116,70],[264,17,116,76],[264,18,116,77],[264,20,118,11,"faqs"],[264,24,118,15],[264,25,118,16,"map"],[264,28,118,19],[264,29,118,21,"faq"],[264,32,118,24],[264,49,119,12],[264,53,119,12,"_reactJsxDevRuntime"],[264,72,119,12],[264,73,119,12,"jsxDEV"],[264,79,119,12],[264,81,119,13,"_reactNative"],[264,93,119,29],[264,94,119,29,"TouchableOpacity"],[264,110,119,29],[265,12,121,14,"style"],[265,17,121,19],[265,19,121,21,"styles"],[265,25,121,27],[265,26,121,28,"faqCard"],[265,33,121,36],[266,12,122,14,"onPress"],[266,19,122,21],[266,21,122,23,"onPress"],[266,22,122,23],[266,27,122,29,"toggleExpand"],[266,39,122,41],[266,40,122,42,"faq"],[266,43,122,45],[266,44,122,46,"id"],[266,46,122,48],[266,47,122,50],[267,12,122,50,"children"],[267,20,122,50],[267,36,124,14],[267,40,124,14,"_reactJsxDevRuntime"],[267,59,124,14],[267,60,124,14,"jsxDEV"],[267,66,124,14],[267,68,124,15,"_reactNative"],[267,80,124,19],[267,81,124,19,"View"],[267,85,124,19],[268,14,124,20,"style"],[268,19,124,25],[268,21,124,27,"styles"],[268,27,124,33],[268,28,124,34,"faqHeader"],[268,37,124,44],[269,14,124,44,"children"],[269,22,124,44],[269,38,125,16],[269,42,125,16,"_reactJsxDevRuntime"],[269,61,125,16],[269,62,125,16,"jsxDEV"],[269,68,125,16],[269,70,125,17,"_reactNative"],[269,82,125,21],[269,83,125,21,"Text"],[269,87,125,21],[270,16,125,22,"style"],[270,21,125,27],[270,23,125,29,"styles"],[270,29,125,35],[270,30,125,36,"faqQuestion"],[270,41,125,48],[271,16,125,48,"children"],[271,24,125,48],[271,26,125,50,"faq"],[271,29,125,53],[271,30,125,54,"question"],[272,14,125,62],[273,16,125,62,"fileName"],[273,24,125,62],[273,26,125,62,"_jsxFileName"],[273,38,125,62],[274,16,125,62,"lineNumber"],[274,26,125,62],[275,16,125,62,"columnNumber"],[275,28,125,62],[276,14,125,62],[276,21,125,69],[276,22,125,70],[276,37,126,16],[276,41,126,16,"_reactJsxDevRuntime"],[276,60,126,16],[276,61,126,16,"jsxDEV"],[276,67,126,16],[276,69,126,17,"_expoVectorIcons"],[276,85,126,25],[276,86,126,25,"Ionicons"],[276,94,126,25],[277,16,127,18,"name"],[277,20,127,22],[277,22,127,24,"expandedId"],[277,32,127,34],[277,37,127,39,"faq"],[277,40,127,42],[277,41,127,43,"id"],[277,43,127,45],[277,46,127,48],[277,58,127,60],[277,61,127,63],[277,75,127,78],[278,16,128,18,"size"],[278,20,128,22],[278,22,128,24],[278,24,128,27],[279,16,129,18,"color"],[279,21,129,23],[279,23,129,24],[280,14,129,33],[281,16,129,33,"fileName"],[281,24,129,33],[281,26,129,33,"_jsxFileName"],[281,38,129,33],[282,16,129,33,"lineNumber"],[282,26,129,33],[283,16,129,33,"columnNumber"],[283,28,129,33],[284,14,129,33],[284,21,130,17],[284,22,130,18],[285,12,130,18],[286,14,130,18,"fileName"],[286,22,130,18],[286,24,130,18,"_jsxFileName"],[286,36,130,18],[287,14,130,18,"lineNumber"],[287,24,130,18],[288,14,130,18,"columnNumber"],[288,26,130,18],[289,12,130,18],[289,19,131,20],[289,20,131,21],[289,22,132,15,"expandedId"],[289,32,132,25],[289,37,132,30,"faq"],[289,40,132,33],[289,41,132,34,"id"],[289,43,132,36],[289,60,133,16],[289,64,133,16,"_reactJsxDevRuntime"],[289,83,133,16],[289,84,133,16,"jsxDEV"],[289,90,133,16],[289,92,133,17,"_reactNative"],[289,104,133,21],[289,105,133,21,"Text"],[289,109,133,21],[290,14,133,22,"style"],[290,19,133,27],[290,21,133,29,"styles"],[290,27,133,35],[290,28,133,36,"faqAnswer"],[290,37,133,46],[291,14,133,46,"children"],[291,22,133,46],[291,24,133,48,"faq"],[291,27,133,51],[291,28,133,52,"answer"],[292,12,133,58],[293,14,133,58,"fileName"],[293,22,133,58],[293,24,133,58,"_jsxFileName"],[293,36,133,58],[294,14,133,58,"lineNumber"],[294,24,133,58],[295,14,133,58,"columnNumber"],[295,26,133,58],[296,12,133,58],[296,19,133,65],[296,20,134,15],[297,10,134,15],[297,13,120,19,"faq"],[297,16,120,22],[297,17,120,23,"id"],[297,19,120,25],[298,12,120,25,"fileName"],[298,20,120,25],[298,22,120,25,"_jsxFileName"],[298,34,120,25],[299,12,120,25,"lineNumber"],[299,22,120,25],[300,12,120,25,"columnNumber"],[300,24,120,25],[301,10,120,25],[301,17,135,30],[301,18,136,11],[301,19,136,12],[302,8,136,12],[303,10,136,12,"fileName"],[303,18,136,12],[303,20,136,12,"_jsxFileName"],[303,32,136,12],[304,10,136,12,"lineNumber"],[304,20,136,12],[305,10,136,12,"columnNumber"],[305,22,136,12],[306,8,136,12],[306,15,137,14],[306,16,137,15],[306,31,140,8],[306,35,140,8,"_reactJsxDevRuntime"],[306,54,140,8],[306,55,140,8,"jsxDEV"],[306,61,140,8],[306,63,140,9,"_reactNative"],[306,75,140,13],[306,76,140,13,"View"],[306,80,140,13],[307,10,140,14,"style"],[307,15,140,19],[307,17,140,21,"styles"],[307,23,140,27],[307,24,140,28,"infoSection"],[307,35,140,40],[308,10,140,40,"children"],[308,18,140,40],[308,34,141,10],[308,38,141,10,"_reactJsxDevRuntime"],[308,57,141,10],[308,58,141,10,"jsxDEV"],[308,64,141,10],[308,66,141,11,"_reactNative"],[308,78,141,15],[308,79,141,15,"Text"],[308,83,141,15],[309,12,141,16,"style"],[309,17,141,21],[309,19,141,23,"styles"],[309,25,141,29],[309,26,141,30,"infoText"],[309,34,141,39],[310,12,141,39,"children"],[310,20,141,39],[310,22,141,40],[311,10,141,57],[312,12,141,57,"fileName"],[312,20,141,57],[312,22,141,57,"_jsxFileName"],[312,34,141,57],[313,12,141,57,"lineNumber"],[313,22,141,57],[314,12,141,57,"columnNumber"],[314,24,141,57],[315,10,141,57],[315,17,141,63],[315,18,141,64],[315,33,142,10],[315,37,142,10,"_reactJsxDevRuntime"],[315,56,142,10],[315,57,142,10,"jsxDEV"],[315,63,142,10],[315,65,142,11,"_reactNative"],[315,77,142,15],[315,78,142,15,"Text"],[315,82,142,15],[316,12,142,16,"style"],[316,17,142,21],[316,19,142,23,"styles"],[316,25,142,29],[316,26,142,30,"infoText"],[316,34,142,39],[317,12,142,39,"children"],[317,20,142,39],[317,22,142,40],[318,10,142,81],[319,12,142,81,"fileName"],[319,20,142,81],[319,22,142,81,"_jsxFileName"],[319,34,142,81],[320,12,142,81,"lineNumber"],[320,22,142,81],[321,12,142,81,"columnNumber"],[321,24,142,81],[322,10,142,81],[322,17,142,87],[322,18,142,88],[323,8,142,88],[324,10,142,88,"fileName"],[324,18,142,88],[324,20,142,88,"_jsxFileName"],[324,32,142,88],[325,10,142,88,"lineNumber"],[325,20,142,88],[326,10,142,88,"columnNumber"],[326,22,142,88],[327,8,142,88],[327,15,143,14],[327,16,143,15],[328,6,143,15],[329,8,143,15,"fileName"],[329,16,143,15],[329,18,143,15,"_jsxFileName"],[329,30,143,15],[330,8,143,15,"lineNumber"],[330,18,143,15],[331,8,143,15,"columnNumber"],[331,20,143,15],[332,6,143,15],[332,13,144,18],[332,14,144,19],[333,4,144,19],[334,6,144,19,"fileName"],[334,14,144,19],[334,16,144,19,"_jsxFileName"],[334,28,144,19],[335,6,144,19,"lineNumber"],[335,16,144,19],[336,6,144,19,"columnNumber"],[336,18,144,19],[337,4,144,19],[337,11,145,10],[337,12,145,11],[338,2,147,0],[339,2,147,1,"_s"],[339,4,147,1],[339,5,13,24,"HelpScreen"],[339,15,13,34],[340,4,13,34],[340,12,14,17,"useSafeAreaInsets"],[340,39,14,34],[340,40,14,34,"useSafeAreaInsets"],[340,57,14,34],[341,2,14,34],[342,2,14,34,"_c"],[342,4,14,34],[342,7,13,24,"HelpScreen"],[342,17,13,34],[343,2,149,0],[343,6,149,6,"styles"],[343,12,149,12],[343,15,149,15,"StyleSheet"],[343,27,149,25],[343,28,149,25,"StyleSheet"],[343,38,149,25],[343,39,149,26,"create"],[343,45,149,32],[343,46,149,33],[344,4,150,2,"container"],[344,13,150,11],[344,15,150,13],[345,6,151,4,"flex"],[345,10,151,8],[345,12,151,10],[345,13,151,11],[346,6,152,4,"backgroundColor"],[346,21,152,19],[346,23,152,21],[347,4,153,2],[347,5,153,3],[348,4,154,2,"header"],[348,10,154,8],[348,12,154,10],[349,6,155,4,"flexDirection"],[349,19,155,17],[349,21,155,19],[349,26,155,24],[350,6,156,4,"alignItems"],[350,16,156,14],[350,18,156,16],[350,26,156,24],[351,6,157,4,"justifyContent"],[351,20,157,18],[351,22,157,20],[351,37,157,35],[352,6,158,4,"paddingHorizontal"],[352,23,158,21],[352,25,158,23],[352,27,158,25],[353,6,159,4,"paddingVertical"],[353,21,159,19],[353,23,159,21],[353,25,159,23],[354,6,160,4,"backgroundColor"],[354,21,160,19],[354,23,160,21],[354,29,160,27],[355,6,161,4,"borderBottomWidth"],[355,23,161,21],[355,25,161,23],[355,26,161,24],[356,6,162,4,"borderBottomColor"],[356,23,162,21],[356,25,162,23],[357,4,163,2],[357,5,163,3],[358,4,164,2,"backButton"],[358,14,164,12],[358,16,164,14],[359,6,165,4,"width"],[359,11,165,9],[359,13,165,11],[359,15,165,13],[360,6,166,4,"height"],[360,12,166,10],[360,14,166,12],[360,16,166,14],[361,6,167,4,"borderRadius"],[361,18,167,16],[361,20,167,18],[361,22,167,20],[362,6,168,4,"backgroundColor"],[362,21,168,19],[362,23,168,21],[362,32,168,30],[363,6,169,4,"alignItems"],[363,16,169,14],[363,18,169,16],[363,26,169,24],[364,6,170,4,"justifyContent"],[364,20,170,18],[364,22,170,20],[365,4,171,2],[365,5,171,3],[366,4,172,2,"headerTitle"],[366,15,172,13],[366,17,172,15],[367,6,173,4,"fontSize"],[367,14,173,12],[367,16,173,14],[367,18,173,16],[368,6,174,4,"fontWeight"],[368,16,174,14],[368,18,174,16],[368,23,174,21],[369,6,175,4,"color"],[369,11,175,9],[369,13,175,11],[370,4,176,2],[370,5,176,3],[371,4,177,2,"scrollContent"],[371,17,177,15],[371,19,177,17],[372,6,178,4,"padding"],[372,13,178,11],[372,15,178,13],[372,17,178,15],[373,6,179,4,"paddingBottom"],[373,19,179,17],[373,21,179,19],[374,4,180,2],[374,5,180,3],[375,4,181,2,"supportSection"],[375,18,181,16],[375,20,181,18],[376,6,182,4,"marginBottom"],[376,18,182,16],[376,20,182,18],[377,4,183,2],[377,5,183,3],[378,4,184,2,"sectionTitle"],[378,16,184,14],[378,18,184,16],[379,6,185,4,"fontSize"],[379,14,185,12],[379,16,185,14],[379,18,185,16],[380,6,186,4,"fontWeight"],[380,16,186,14],[380,18,186,16],[380,23,186,21],[381,6,187,4,"color"],[381,11,187,9],[381,13,187,11],[381,22,187,20],[382,6,188,4,"marginBottom"],[382,18,188,16],[382,20,188,18],[383,4,189,2],[383,5,189,3],[384,4,190,2,"supportCard"],[384,15,190,13],[384,17,190,15],[385,6,191,4,"flexDirection"],[385,19,191,17],[385,21,191,19],[385,26,191,24],[386,6,192,4,"alignItems"],[386,16,192,14],[386,18,192,16],[386,26,192,24],[387,6,193,4,"justifyContent"],[387,20,193,18],[387,22,193,20],[387,37,193,35],[388,6,194,4,"backgroundColor"],[388,21,194,19],[388,23,194,21],[388,29,194,27],[389,6,195,4,"padding"],[389,13,195,11],[389,15,195,13],[389,17,195,15],[390,6,196,4,"borderRadius"],[390,18,196,16],[390,20,196,18],[390,22,196,20],[391,6,197,4,"marginBottom"],[391,18,197,16],[391,20,197,18],[391,21,197,19],[392,6,198,4,"shadowColor"],[392,17,198,15],[392,19,198,17],[392,25,198,23],[393,6,199,4,"shadowOffset"],[393,18,199,16],[393,20,199,18],[394,8,199,20,"width"],[394,13,199,25],[394,15,199,27],[394,16,199,28],[395,8,199,30,"height"],[395,14,199,36],[395,16,199,38],[396,6,199,40],[396,7,199,41],[397,6,200,4,"shadowOpacity"],[397,19,200,17],[397,21,200,19],[397,25,200,23],[398,6,201,4,"shadowRadius"],[398,18,201,16],[398,20,201,18],[398,21,201,19],[399,6,202,4,"elevation"],[399,15,202,13],[399,17,202,15],[400,4,203,2],[400,5,203,3],[401,4,204,2,"supportCardLeft"],[401,19,204,17],[401,21,204,19],[402,6,205,4,"flexDirection"],[402,19,205,17],[402,21,205,19],[402,26,205,24],[403,6,206,4,"alignItems"],[403,16,206,14],[403,18,206,16],[403,26,206,24],[404,6,207,4,"flex"],[404,10,207,8],[404,12,207,10],[405,4,208,2],[405,5,208,3],[406,4,209,2,"iconContainer"],[406,17,209,15],[406,19,209,17],[407,6,210,4,"width"],[407,11,210,9],[407,13,210,11],[407,15,210,13],[408,6,211,4,"height"],[408,12,211,10],[408,14,211,12],[408,16,211,14],[409,6,212,4,"borderRadius"],[409,18,212,16],[409,20,212,18],[409,22,212,20],[410,6,213,4,"alignItems"],[410,16,213,14],[410,18,213,16],[410,26,213,24],[411,6,214,4,"justifyContent"],[411,20,214,18],[411,22,214,20],[411,30,214,28],[412,6,215,4,"marginRight"],[412,17,215,15],[412,19,215,17],[413,4,216,2],[413,5,216,3],[414,4,217,2,"supportCardTitle"],[414,20,217,18],[414,22,217,20],[415,6,218,4,"fontSize"],[415,14,218,12],[415,16,218,14],[415,18,218,16],[416,6,219,4,"fontWeight"],[416,16,219,14],[416,18,219,16],[416,23,219,21],[417,6,220,4,"color"],[417,11,220,9],[417,13,220,11],[417,22,220,20],[418,6,221,4,"marginBottom"],[418,18,221,16],[418,20,221,18],[419,4,222,2],[419,5,222,3],[420,4,223,2,"supportCardSubtitle"],[420,23,223,21],[420,25,223,23],[421,6,224,4,"fontSize"],[421,14,224,12],[421,16,224,14],[421,18,224,16],[422,6,225,4,"color"],[422,11,225,9],[422,13,225,11],[423,4,226,2],[423,5,226,3],[424,4,227,2,"faqSection"],[424,14,227,12],[424,16,227,14],[425,6,228,4,"marginBottom"],[425,18,228,16],[425,20,228,18],[426,4,229,2],[426,5,229,3],[427,4,230,2,"faqCard"],[427,11,230,9],[427,13,230,11],[428,6,231,4,"backgroundColor"],[428,21,231,19],[428,23,231,21],[428,29,231,27],[429,6,232,4,"padding"],[429,13,232,11],[429,15,232,13],[429,17,232,15],[430,6,233,4,"borderRadius"],[430,18,233,16],[430,20,233,18],[430,22,233,20],[431,6,234,4,"marginBottom"],[431,18,234,16],[431,20,234,18],[431,21,234,19],[432,6,235,4,"shadowColor"],[432,17,235,15],[432,19,235,17],[432,25,235,23],[433,6,236,4,"shadowOffset"],[433,18,236,16],[433,20,236,18],[434,8,236,20,"width"],[434,13,236,25],[434,15,236,27],[434,16,236,28],[435,8,236,30,"height"],[435,14,236,36],[435,16,236,38],[436,6,236,40],[436,7,236,41],[437,6,237,4,"shadowOpacity"],[437,19,237,17],[437,21,237,19],[437,25,237,23],[438,6,238,4,"shadowRadius"],[438,18,238,16],[438,20,238,18],[438,21,238,19],[439,6,239,4,"elevation"],[439,15,239,13],[439,17,239,15],[440,4,240,2],[440,5,240,3],[441,4,241,2,"faqHeader"],[441,13,241,11],[441,15,241,13],[442,6,242,4,"flexDirection"],[442,19,242,17],[442,21,242,19],[442,26,242,24],[443,6,243,4,"justifyContent"],[443,20,243,18],[443,22,243,20],[443,37,243,35],[444,6,244,4,"alignItems"],[444,16,244,14],[444,18,244,16],[445,4,245,2],[445,5,245,3],[446,4,246,2,"faqQuestion"],[446,15,246,13],[446,17,246,15],[447,6,247,4,"fontSize"],[447,14,247,12],[447,16,247,14],[447,18,247,16],[448,6,248,4,"fontWeight"],[448,16,248,14],[448,18,248,16],[448,23,248,21],[449,6,249,4,"color"],[449,11,249,9],[449,13,249,11],[449,22,249,20],[450,6,250,4,"flex"],[450,10,250,8],[450,12,250,10],[450,13,250,11],[451,6,251,4,"marginRight"],[451,17,251,15],[451,19,251,17],[452,4,252,2],[452,5,252,3],[453,4,253,2,"faqAnswer"],[453,13,253,11],[453,15,253,13],[454,6,254,4,"fontSize"],[454,14,254,12],[454,16,254,14],[454,18,254,16],[455,6,255,4,"color"],[455,11,255,9],[455,13,255,11],[455,22,255,20],[456,6,256,4,"lineHeight"],[456,16,256,14],[456,18,256,16],[456,20,256,18],[457,6,257,4,"marginTop"],[457,15,257,13],[457,17,257,15],[457,19,257,17],[458,6,258,4,"paddingTop"],[458,16,258,14],[458,18,258,16],[458,20,258,18],[459,6,259,4,"borderTopWidth"],[459,20,259,18],[459,22,259,20],[459,23,259,21],[460,6,260,4,"borderTopColor"],[460,20,260,18],[460,22,260,20],[461,4,261,2],[461,5,261,3],[462,4,262,2,"infoSection"],[462,15,262,13],[462,17,262,15],[463,6,263,4,"alignItems"],[463,16,263,14],[463,18,263,16],[463,26,263,24],[464,6,264,4,"paddingVertical"],[464,21,264,19],[464,23,264,21],[465,4,265,2],[465,5,265,3],[466,4,266,2,"infoText"],[466,12,266,10],[466,14,266,12],[467,6,267,4,"fontSize"],[467,14,267,12],[467,16,267,14],[467,18,267,16],[468,6,268,4,"color"],[468,11,268,9],[468,13,268,11],[468,22,268,20],[469,6,269,4,"marginBottom"],[469,18,269,16],[469,20,269,18],[470,4,270,2],[471,2,271,0],[471,3,271,1],[471,4,271,2],[472,2,271,3],[472,6,271,3,"_c"],[472,8,271,3],[473,2,271,3,"$RefreshReg$"],[473,14,271,3],[473,15,271,3,"_c"],[473,17,271,3],[474,0,271,3],[474,3]],"functionMap":{"names":["<global>","HelpScreen","toggleExpand","openSupport","sendEmail","TouchableOpacity.props.onPress","faqs.map$argument_0"],"mappings":"AAA;eCY;uBC+C;GDE;sBEE;GFE;oBGE;GHE;mCIK,yBJ;oBK2C;uBDI,0BC;WLc;CDW"},"hasCjsExports":false},"type":"js/module"}]} |