{"_id":"@acflow/rnc","_rev":"54-a2d7bdb869de56fcd82c4251c378100f","name":"@acflow/rnc","dist-tags":{"latest":"0.3.52"},"versions":{"0.3.10":{"name":"@acflow/rnc","version":"0.3.10","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare\"","doc":"api-extractor run --local --verbose"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","release-it":"^14.2.2","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"1bcc8a5bed992af398d392281c22e072ab4ad120","_id":"@acflow/rnc@0.3.10","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"integrity":"sha512-jIl+b8CGHDAeIn6btRlS3hTLQg5sZwh5XJRCL2dQsc2bJYObBA9WcyzoKgdWmllqHKjT9tUtmAzZWbrGW8uYNg==","shasum":"aa115181f4c15e8fb6a1b694795b1a6bd6edc774","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.10.tgz","fileCount":532,"unpackedSize":923991,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDEb+KOH93UIjcNMmKianwrJW1TqVOx4vearGQQt24ygIhAOJOMc5g1TlWMrvz1qKkBI0NUPSj5rivTP1rmrEjwMmT"}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.10_1636436479463_0.04824256008680039"},"_hasShrinkwrap":false},"0.3.10-alpha":{"name":"@acflow/rnc","version":"0.3.10-alpha","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare\"","doc":"api-extractor run --local --verbose"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","release-it":"^14.2.2","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"ef4de8cefe5007299d1bc2066b6dfa26d5cd7557","_id":"@acflow/rnc@0.3.10-alpha","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"integrity":"sha512-L/Asd3AjF3b6SAdYa96Wu+h8AAmzr8L/WhuMYhnJJg0I4/Wy2cKlO7MPHMoL+dtpzoIw+SS/YpLf/DTL+DsGHA==","shasum":"dae324783c7e291f2658bfcb7dc6bd47023add75","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.10-alpha.tgz","fileCount":532,"unpackedSize":923997,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC5ozp1Lz0l/jq/wtjMcO6cdr6/iWXRarrv1+X7i3/CcAIhAMKMLoUbKxs+BPL8TCUaN4v1pZLQ8BUUmktr0OQrFBRK"}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.10-alpha_1636438846018_0.8925475230673141"},"_hasShrinkwrap":false},"0.3.11-alpha":{"name":"@acflow/rnc","version":"0.3.11-alpha","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare\"","doc":"api-extractor run --local --verbose"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","release-it":"^14.2.2","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"ef4de8cefe5007299d1bc2066b6dfa26d5cd7557","_id":"@acflow/rnc@0.3.11-alpha","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"integrity":"sha512-4qNJD5Qd9ri/OOefT91Eo4YbF7Naka9VwkTGyCgTUbWbMyXXp1CKIChd+erom0RUbxSRWWbkMKrvV+0dx/MW1Q==","shasum":"dad22cad5c048ce0b6a77f8c0bfa6b624dfa8139","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.11-alpha.tgz","fileCount":532,"unpackedSize":925544,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFJaCFW8bstOJUiSbtZRxL3lq6i9A2uBxkFWX4b6qQzoAiABD1fM1HxYNu1ZEqYyZ05nN8dvYc9iBREMUE5KVN8hqA=="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.11-alpha_1636439376412_0.14580165795155398"},"_hasShrinkwrap":false},"0.3.12":{"name":"@acflow/rnc","version":"0.3.12","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare\"","doc":"node scripts/genDoc.js","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\"","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"d78bc00357664490db5171dabab918e9557e3cbd","_id":"@acflow/rnc@0.3.12","_nodeVersion":"16.13.0","_npmVersion":"8.1.3","dist":{"integrity":"sha512-9dd7v/jTJ2CS5RtmZEhSQDyUFixAnb909sGYQvxaMmfdJp4Pp5QoJFtqgTWt+7WhqBOYh4GrUJox5srdLqqvFA==","shasum":"e28d400e74332bed5448e6836349f48d56bcecf9","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.12.tgz","fileCount":536,"unpackedSize":932079,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDfuWEYiotvSW/B6nIMlYsa/ycxaL87SQ82XwVa03bydAiBEGTmtHaQXvR4UhIci1rR1hBgERX0086NYRVQd1RhqQA=="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.12_1636601177077_0.4717229440464037"},"_hasShrinkwrap":false},"0.3.13-0":{"name":"@acflow/rnc","version":"0.3.13-0","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare\"","doc":"node scripts/genDoc.js","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\"","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"7502d896390778500489ec414e5aa7e91a27c58d","_id":"@acflow/rnc@0.3.13-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.3","dist":{"integrity":"sha512-/U0dMeKJNcdoASBRM9e+4JN7LedpGVzhMOQPMcEXenHneIXzFtHa2z9790QbbdevVrVjcX7Bi364sGQYAEhYGQ==","shasum":"f693dbabfa68458c0c85a9d61861e63ea6b72287","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.13-0.tgz","fileCount":536,"unpackedSize":934391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXTXs+zh8/Kk7FBm7HdsHRuTqjg2VnZRFERxRN5fe13wIhANyE0ihxf4J2HH3mDuNNzq9qJ+36EVYu/FJT/0QsmIMB"}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.13-0_1636610922463_0.5734881370341314"},"_hasShrinkwrap":false},"0.3.14-0":{"name":"@acflow/rnc","version":"0.3.14-0","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare\"","doc":"node scripts/genDoc.js","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\"","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"dc04442e8e119bab5a7a7dd188564eedbf684854","_id":"@acflow/rnc@0.3.14-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.3","dist":{"integrity":"sha512-XeGEkdUUVbYYjKUniZ9FBkHsJQ19pl/ZOhYUVf+S16Nq4F10B5OOWBqzXGLoV2IUOnFPt3hp3ORiT92dFGHF1w==","shasum":"0cf3df3a4c27609d4cef2c83cdb54bb331aa8e9b","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.14-0.tgz","fileCount":536,"unpackedSize":934561,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCH0HhX9HmYVvmTHcFBAlUjWlqFXWnOm4IygvC6HcZuXYCIG7DqhL88Z5XVRVfXq8kKaZJEHA+bTXjcZwaJkwLTG0N"}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.14-0_1636613923289_0.07416413748719952"},"_hasShrinkwrap":false},"0.3.15-0":{"name":"@acflow/rnc","version":"0.3.15-0","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare\"","doc":"node scripts/genDoc.js","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\"","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"bc294265dcc8f294ab82cefcde9e661473db036b","_id":"@acflow/rnc@0.3.15-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.3","dist":{"integrity":"sha512-oAvlda/vIYNzDIP1N7eieQIJ39DMhTB3p9tHpcOsdh9ue1GgPn6yeALzrwImP+seAYrc67v5KwTlOqffJTu5lw==","shasum":"ca519d8b364cfb96a43ddc63830c58e4cf1993f2","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.15-0.tgz","fileCount":536,"unpackedSize":934625,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHvN5wj98YjU9himTibh7yJRnyyssmX42xrUORZ+AXNdAiBR46xeK+7ltlbdgs4AEG25hqgAfHlGwXW8jHj/dkMXpA=="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.15-0_1636621042672_0.6861183738792747"},"_hasShrinkwrap":false},"0.3.15":{"name":"@acflow/rnc","version":"0.3.15","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare\"","doc":"node scripts/genDoc.js","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\"","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"e5f5be53cd88ed265a2150ca015cae3ce208f043","_id":"@acflow/rnc@0.3.15","_nodeVersion":"16.13.0","_npmVersion":"8.1.3","dist":{"integrity":"sha512-TkbDGZqjS/0A3DZvG0jny2SIlLGLk4HdYHe81Ui3H8dIYyZX5TWv8yzys16Rm9gXk5nuBmsKPzemF6QxtAPCpw==","shasum":"72833d73fdc2474d6b66637a25c692e829848843","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.15.tgz","fileCount":536,"unpackedSize":934549,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKx+bd+U2bcKXdC8q6fMpHbRw4UTWETfz6vFQWNMtpJgIgTVBflQHNEcoSdr9hX/3cq7FOOVVAHye+x3+LeGUvIJ0="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.15_1636622140472_0.7104944125991524"},"_hasShrinkwrap":false},"0.3.16-0":{"name":"@acflow/rnc","version":"0.3.16-0","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare\"","doc":"node scripts/genDoc.js","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\"","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"1ae6f2db18fed677f31c3fa49975cc30a4c31c61","_id":"@acflow/rnc@0.3.16-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.3","dist":{"integrity":"sha512-JCKC56ygxbY6LGFVGcQP5XdHSwR8xPkYduzjYxK9ATX9mkYtGKyEb7wJ44kPwjFP4jjUF0StrhNJxN4wMzTg2A==","shasum":"8ae8afdb605802dcba0c8e1b6f5436df31a10c8b","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.16-0.tgz","fileCount":536,"unpackedSize":933322,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAHOTyd611TqosGznIIPptT+hxgerdWnFx+NM8uDpjjLAiAVKyxMa+KMyxMY6K6tWThN2s5RVwCLuxQw25kA2apbUA=="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.16-0_1636624512415_0.6088042037142853"},"_hasShrinkwrap":false},"0.3.16":{"name":"@acflow/rnc","version":"0.3.16","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare\"","doc":"node scripts/genDoc.js","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\"","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"c040a653c4495ca689e781a6852337ee0ed02cfc","_id":"@acflow/rnc@0.3.16","_nodeVersion":"16.13.0","_npmVersion":"8.1.3","dist":{"integrity":"sha512-6Y2dfwklHpyN5nE3hq4f4gXL3fzmk8HOPUQYCHlRvaMBw035P2s5M+46SjlaPfJB9L3ISF8n0hzcasokffW6Rg==","shasum":"06dc8262d8a85bc88b03a3ac2600d1d864a2588c","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.16.tgz","fileCount":536,"unpackedSize":934571,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDJ8GnbRpBM9lCSNKQk6oRWBPaHRKU11q56Ug46+DP/CwIgeZaOlMACd0RvUHaAP6yP/MYPGSBOycn89tnDGRceIJ8="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.16_1636701801909_0.9764025726587859"},"_hasShrinkwrap":false},"0.3.17-0":{"name":"@acflow/rnc","version":"0.3.17-0","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare\"","doc":"node scripts/genDoc.js","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\"","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"8b0f9858f2970695703fef3fcc73cf72b21e8d8e","_id":"@acflow/rnc@0.3.17-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.3","dist":{"integrity":"sha512-KZKsRsikybRoqKRqiVr1kygX0QfQxOqETmFB3h/OXkiqbU3tXTG4EiPqZ8/O/QropSGxax+KEv/G0DtZxSI7jg==","shasum":"2dc07b9dd2041b50180a923c150980a496d435f7","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.17-0.tgz","fileCount":536,"unpackedSize":934598,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHo8tWrK7LnDT7XIfCuqkb8ITRlvPL4yVaUeaux4m/NDAiEAlLvD4zSwGuVAEtRTNU5rb8Z0T3ZdYHhVrqJOquFM2r8="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.17-0_1636874384934_0.7371872750311939"},"_hasShrinkwrap":false},"0.3.17":{"name":"@acflow/rnc","version":"0.3.17","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare\"","doc":"node scripts/genDoc.js","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\"","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"3306815ae8a8bcb9f7882ca655fb32f33660a023","_id":"@acflow/rnc@0.3.17","_nodeVersion":"16.13.0","_npmVersion":"8.1.3","dist":{"integrity":"sha512-qMX9X8dba6eCI3sGm6+WzTVWOp1rEcjSA2j+5C4Y0g7eVOP2EbHNTOcuu8B4+nmEAd31Kih+clXBMlmL6poSlQ==","shasum":"1f9a342d0bfe25cbe34c35d440f938bc6cb8ec9d","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.17.tgz","fileCount":536,"unpackedSize":934792,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEhLaQDUIVbuXAeaDfXedsmVh7ys4uAMOnjiocAITVX/AiB+TGFfiwtzRHKSdnU1fZtthpmbeHwViD0cW9W+FHeTuQ=="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.17_1636875376840_0.12822586206625353"},"_hasShrinkwrap":false},"0.3.18-0":{"name":"@acflow/rnc","version":"0.3.18-0","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare\"","doc":"node scripts/genDoc.js","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\"","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"fb876e9a4d399a69bb56678d95ef93041469b508","_id":"@acflow/rnc@0.3.18-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.3","dist":{"integrity":"sha512-JgQfn17Iywb5zE545lv7j57EyTzN/X0h2/WDqL/YMQWi4IZ+Z6WHqeu5vHsPYKFX/KyeNuxo52jvKjsFO/wIoQ==","shasum":"078edba29d6439f500add557acff3bf68368ff41","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.18-0.tgz","fileCount":536,"unpackedSize":935726,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhk3iMCRA9TVsSAnZWagAAtO4P/2mNziKuY4RY1bM2OJq6\noASDYNaW7iF0OFEuENy3ypHJuDZmLgn0jybevlZ7/uHw88htE9w/zNYyFjE3\nPgEcTzr76nsvuzah+mKJ4HzDR7J6vrlSrbBXkOa1L2Exq7LZf221is52YThv\n7+H/JlPG2QrxX9E34wFk+Ez6L4+A9EduclaYlcMSdYRPy/GOjOGnX6pyT/EA\nio+3Sb8wEsso/bxawmxSONlr374ugRjC7BpUOO8/NtmrNVDDczs1MyFn0tnD\nDK7aETqr9+Fp4gdFOAJHhvVraEco2Qjz/9WvibQhE1QTlC4g5Igzz7Fil7zx\nGZp5id24L7/y5NxbtRFDwq/QxmSsgz2ZFeMZ1OwfHJ4XHib/je0paj5jRf/Q\nhJ6onTgcefKlpjUOcyiJJqJGwiK3Qqn5bivm14H0hkLydBI161P66ml/QDrJ\nlUkgyuMQmrsnldf9Pbbs5BLJU7grljU73rnNd0ibPR3B3hgpVQ3grut4tTk9\newWLo/LBiJtY2DW2oJCZ5L7YdJdCQwflWbNPOusOnrTdAnHDDDiIdzF2j3U7\nDrDmozzMAb6mci9SzVz9PXOlxpSq0DPxrVSGbhs0OJdfllqXuZSxcjd8ip2I\nOEpBiidWUR6KXbkjdPscDrdsmZo2ql/F5U3bJ46NphYUOO6tY/9M6L/7t2zp\nn8Qd\r\n=cmH2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFg8q2Y2dczpEIHkuSEgQdCkYEnBe0MR8vqg4fIy6CHAIhAMEdqp32zBDICG6VhwSE9hE8I82jRTEOsewEkw+xVVTx"}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.18-0_1637054603679_0.6817114301873191"},"_hasShrinkwrap":false},"0.3.18":{"name":"@acflow/rnc","version":"0.3.18","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare\"","doc":"node scripts/genDoc.js","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\"","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"1a82f4962225de1b6ff5261864c16f7cffdf3733","_id":"@acflow/rnc@0.3.18","_nodeVersion":"16.13.0","_npmVersion":"8.1.3","dist":{"integrity":"sha512-0H7piG6PUgQcyc72S9EE6NwMHoIbUoGNgrsj3pGBFamTETzY8N/fmJ65uqHFe6v1VIvnrir8svgMNTEcuBa9OA==","shasum":"bc416316184bd8fa8660fae1690d6a9436aeb56a","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.18.tgz","fileCount":540,"unpackedSize":941548,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhk6kgCRA9TVsSAnZWagAAgUEP/itSIhZq0kTomOzLjQM1\nb3bNVbo/nh56a4VoXzQxWUqZ2R35aTx1Cm5JfMsE5F7Wf9PNmy/p7IWpIwCi\n4VPGgZQCyr789HnZgoMOkfgH6YFRBwmzCn7pFwvyQ2ETYIvfO8pB3PvTQaG1\n5RfeaL4FnNGzk1O1K2RgIy3EnXk+AHo8IBWJBUp1Zfluc+YBRdWJn0srTkC/\npKrZuqgFQINrPJ24cAMWV5N5X4oJPHCE7TMhhHjly+xWWH5BY1PN8RrlZ6zx\nbqRIB1eFUhjE4aHmu2wIlb2qc4hHePncRWnKG8FHwrtrOL0kVDXNXXTJ/oMK\nbRl45kUGlhVCdeUR99T6Z4aDVvQtRw/H82j3VwuSn5H0M9jufm8MJ/tM0a7b\ndzgvIm+siUJiKJqRQWFPxX+egdZOvLjtGnVvdcSCHlH85evtgp1vjVQt+dKX\ncvS62rWjcI9ojzuHjABRgrGAh8vsmbAjlL/Rfve9fr5WUKx1DQjgz5NTEuGv\nxEkNBfG+qPw9QCdmsrfLtQFkHK1VwrtYJoUrxeIiOlld05x4uxJBL7cmZ1vn\nwA1BeJSeQj0ogLOO2MQqT5HWSQdIeumdxPyflIOozBW1mjAEQlbMFaR2LAjA\ndh1yt4mD8wfDx/Wpn3/GpXfCmDpydhI/b8/TQoAcuT44phExtHJLtQosMqZv\nsiRP\r\n=LA+/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGS4ane7SG/nSA64XcZH/GDYQ6wmrwCvqCfecT6L02pHAiBJ9kTv+VNTqVEW+qQDGxL6/Eaaw6ucJAT6EQO2t8YINA=="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.18_1637067039867_0.9038548982252679"},"_hasShrinkwrap":false},"0.3.19-0":{"name":"@acflow/rnc","version":"0.3.19-0","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare\"","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"41dfed00a3715e85c1c0895e26d626ede2092847","_id":"@acflow/rnc@0.3.19-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.3","dist":{"integrity":"sha512-bbwYioGEDgxdTKs+YgqVNIrvEA9tOp+Dxuni8OehIx7ejF5ofyF9sAvT/A0nvh/Y7niKRgd/dYAJ0z18JqDGFA==","shasum":"3fc26e9317984c0955825690f84764a51f0ecfec","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.19-0.tgz","fileCount":540,"unpackedSize":947528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlxknCRA9TVsSAnZWagAAlnwP/RK87jXPaJbbviZ6eX4R\n25RUPIrFH0z+CbI5gU2I/p4dxoO5JZfbpLtGxjAa2xYLB8TTTXKllr6acI5G\np1dZkXKhqz+Xrd5ZKCl13BxdA0qpEdk8/lXTqAYm3TzSfFuPvEgSyYTZl10/\nB0eh682NWRm8zlGJRbcT7jiRFX6llzTXOKUNpXnII8yzT9R5FXnZ54Uu4I54\nZG79BfGIKrdO/CUqaF5SmhJxIjxGGd7u3IWQe1PdlJS++71RdyEnNKCQ9DkA\nc8XUbjC0524qE2c2F/+ad//Eh862hqUQ4O6+yOa5COwn8lZT/o6h0WAl7e5C\njFvqvdFmBMT5tbLsLXMHypkK/eQfcyhljoOWZbknu0gmQ2gPGY7fuwMv9cro\nm02OMRi4j3D4aYDkxdyI9iSON8UDqfGLrZWzf6pbgKDm5OmriIVwp1+0Cvwd\nes7sk+r0G6cOKRuJwPPOwXL4W5qIxNAAc/Rl3+Y32iE/uSIHPX1uY76iad0+\nnLby/ynn9ECjwlJomhMPbrFFdZCjs2+Q6LUn1CVu7TqzN5ZluCcfL9JFnQDh\njo3RLJ3U4I9JSeWvJtyain1QRfgZ/yx8Ex+hjjgKaxbJ7efxtyHpkoPpQ7Dw\nwZO0KhUP5+hY8llhQtg+R/4uy2Six12We3zAIjZmcmvUVQBhsGz++rVPHOEa\n8b+P\r\n=3C9S\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDChkAluraM8D7wPbLNpPoMTDXWsyNmSSkbvtYjQ34pnAiBAt8YKnHs/nPPt5BnIEHA+V1LwSqzcUeCVmadkgkwq9g=="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.19-0_1637292327540_0.13970929527409726"},"_hasShrinkwrap":false},"0.3.19":{"name":"@acflow/rnc","version":"0.3.19","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare\"","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"8a1bf3affd84b2d13f7424f0646e3843c30b74c2","_id":"@acflow/rnc@0.3.19","_nodeVersion":"16.13.0","_npmVersion":"8.1.3","dist":{"integrity":"sha512-VSGn/iqJEdozkO6A0zNc0/0RTl847pzst4uXFJnqV/3rWVvk7rPdpWfpmUizQECcHvna3jyTIMPs0+fJf9v5AA==","shasum":"89ec6956657beb024d7cf6593ac554d04915a4b5","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.19.tgz","fileCount":540,"unpackedSize":947894,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhl7MqCRA9TVsSAnZWagAAB70P/3LRsZ6vcID+55gEQILX\noV7YQ6sLMHbKxKVkAIMDNdYeO7m4BNXu9DOEQlODhHbnIatotOdJovEvLtOA\n/2q9EWYSeyiwrbNgkHYrvEmOv5bOcm8WiuhhIIVoFEqcAYn0RRaj0cWe0R0u\n1tKdGG4vodyfcSt+DDW+ozUEQTJdhVUvAUkU8bCEbW6pN/iIahjAfLVJFFSz\n3EhVccOHtXoN/oVklPvlpWOuK3LvwgNkssqUpM9X/AnjTlUVDHkHK6bmPZu1\nGiDqL8x5+RUHvmGCzPa2soVznAngRuY+maiibgIc3JBzx3qzGz2vR0a/CDis\nLHiWUBc44SGAEjKpJEqk0O0q0XkfpLW4T/FVzuomQoX5hptMtMlGaMkbXWYx\nJJSHVkOeQRajvT9G2zvGEAtTj2TwMnZljPYWGc4cXR7TYHv6xqkGrCtkpXTI\npLcC6d9D7Rk3nJIrYIRUeqOIQVjJZfRbnibqQ+vD5pOFnrw3e95PeCsIpyhj\naDwNa8WC3WtmgkfOwUaTNqfQGutdhCO8aszfN89XIyJZ64JDut38wMI3ZKlq\nZrooq1O4K+C91r3Fjz9uwZNe7QZN7/GoYr2rK3YDMhbRyqRqOLfkYNQL3Q1p\nV+hy9OjiWmSER/nSxc6IlnGUwdXx5fLy5KtkkHmicLGcAcgEoK0OXKmc3SmI\nCtgS\r\n=R6nq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/brFA3NYNtDPGgB05Mkx3JZUWl2l/HUyvLeweYbn2fwIgFcp2GrOuxPBQKksnuHAh08rD9hDOTgpehUCKxHY8LDQ="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.19_1637331753826_0.14214727753459577"},"_hasShrinkwrap":false},"0.3.20-0":{"name":"@acflow/rnc","version":"0.3.20-0","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare\"","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"3926a7f3f26fbba817e888b1fbfae4cc52818bbf","_id":"@acflow/rnc@0.3.20-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.3","dist":{"integrity":"sha512-YoQT67QJ1/fDfR0Y/Wq6j9pKfdHGoTiopS7mhfMKXgGL0kosXVONd9X5e4kM4bLLrXCwK730ZN/5/wyqU+HrmQ==","shasum":"7055d0ea3cc8e0d084dc88c3e839a29035ba7d7a","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.20-0.tgz","fileCount":540,"unpackedSize":947884,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhl7YbCRA9TVsSAnZWagAADIMQAIKC7qbW9xlQgcKwyWZP\nKsITMdbx9Oau2uAyEyvfr9M1GVxARcttveldOtPpJLReHX88EhN5qjlhRq91\nWVmB5mubHV2P0AHGmEkNm1pwdJIVDzD5HponbzTDxCXAr2bvR6rsmHKKnt/B\nKld9P168DBmmbu2GQxD0brda79B/RhG+2AS1VFj+5zRKOXXCw1q2vDXmzgdi\nmw+uVB4JKb0K82430ILsQluFRhAfXRxEknBKFOmmdtUx7JT3vPZaoQsuYPhO\nPoIjFHfC/UPgNyb7LYjdcp9go8zIheGVwdfFXCgvQQjwEXZMJ8f0SLawElsw\niMKRuntZov3KzC/VozLhHBj+qnQ2JahFXO35GHbX8HIc/skg+KsuvjxIfanb\n8Z/Od3ZS9FKd/vAfhuQerTFHNZdY09OPm8Df29x57Ae9NU9UMOG7duGi2mSu\nG/VSYC4acVLiY+pri9CN/OjWEPVGuGzZlsj47WZjYVOmKIWzn2RTp8kDwI4f\niw72a+zFsJF4uxjJ+JpRcFVaRBYlzxBY3F3ioYCqaDNiabL6CxFGaKCU0fJj\n2icnmEMNXh5YvPpla+PTs3ZQUYDYDrgAjiEEoPloxnJwXJUKjFQzPkZRU45g\nIoIrjoJQ6v8BH/l3Dq9PORUNVX+Rv8Lou0n3goAS8ag0fbOnAWnoO4wpn9vQ\nbxx2\r\n=6oBQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDM1m2uzXdUcXV4X4Un6hvmixMqzd4pUvBq/pKG0G5A/AiBnoxVaz+5ThkTckEJPONly7Xg4qGmDvyjG1t2n+8NM5A=="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.20-0_1637332506977_0.3141225729976036"},"_hasShrinkwrap":false},"0.3.21-0":{"name":"@acflow/rnc","version":"0.3.21-0","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"8046ce062f2e113fbfb28b9703361e7b1b6162dc","_id":"@acflow/rnc@0.3.21-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-1iEMd+h9cpK4C43NB7U8V7qfsUMgMdZemOaSwm2Mg9TmNy1l7WWaVYR30VWM/ybG9CzYhZhX3simL0/43VtLlw==","shasum":"b505e0cd0659b5a8e4166e07b9b4b44b2ebee980","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.21-0.tgz","fileCount":545,"unpackedSize":956557,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpciQCRA9TVsSAnZWagAAk/UP/jB2Et7/mdwuqdIPDu97\nUCp/EcIGiTatWru9KXdOigxd+J2KMmReceeCERVZguO6Yw/nwE6mNdKWYe0H\n3R0pm7wfwTj+5hKbtMRZc7SCGWCsGuSAu/pZlPkOCVL84Z+LRj3SbeDPlxZU\nyM3N8XGgbuU/e981Zrn3Q3jWRqKltoELbV8ChjtIOVpkRD4Seoo1VkVWghAp\nTYSS9yLxfYfongxpL+qnMAGOJ+UVByAES0kaWeAAgRdOqzdfhbCPE63TtumG\nsxvyakXbiwfNOShhS1trIvDKRHeJDpR9KqOs2+B0PaDU47cP+o82mNdFJJ5F\npB9C2deYp4JvWWJFYJ8wJl3Pgmop1er9zVGytpdg5/hQ8hdVv2VB/X2hfbEC\nmJGvqDs5sUaV6TkTCs++m+OVKmQ2kxWKYNH4lZ7vQjob7GgxG1bltOUp7Tlj\nDP42u1lIfJ+YEia/ftCIQ18hPnTwxEZfGhkvgq5nsQr3ephebFKEQSIJ9+U5\nNPFOflR+rZjaK10BNFqBf1Rlh8BGboj+ZuWm7NYDuZopCpkiLeVMe96GKsiW\nuFCGBwvISjR2bOoRKKaRz4PrRdKMkZI1EQuKF0Gebh1O1k8Jgzj2Am5CBNBu\n5qr5EaZiA3Qfw+Fb8TUhcdR9NK0ZN9yxQuYBy0Ig55fqKlW/7pVkKSOjEKtR\nxasi\r\n=lrBf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG6wyuix0rkx3fUDvxGWKqxB/+/b8c59V0HmszZ1eLPmAiEAvvqrkdOSaulTZIRMt75Y9IxaJK368IiPCkS9hyqWRSA="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.21-0_1638254736674_0.4519388700880569"},"_hasShrinkwrap":false},"0.3.22-0":{"name":"@acflow/rnc","version":"0.3.22-0","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"2a98dd7c9b0c658a435dc2eb4546be5de8aca512","_id":"@acflow/rnc@0.3.22-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-+FZeDD+AYTp+MbIZ0Zf77jfybWnM/qskNiV2ytRk9n6kjnvGyMB65DQIl68Hkvqhh/pDyiVxncb2RqWZatihWA==","shasum":"c74ad3a13f6ad427b53f3c7b44eefbda4d72eb59","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.22-0.tgz","fileCount":549,"unpackedSize":959828,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqZZKCRA9TVsSAnZWagAABYgP/23V3DazqdGJ2cQi21co\nENrsml/L3wyQxc3faI54YF9ttUmleTONoe2YfxruCKBEoqlpuJLrjvW+aR4s\nLMa/yqjth824aWobfcUMg7t4twAzRhP0RiqfTJm6aofIDZoAZnbXm5g2WOMJ\nyDNjrvoahnmpL2UyG+GMj7yS5+Qm2bEEgEHBIHMkHA75YN+/vYLefQ2ehWKG\nIfPTrtPVvPDr1p4A2RYiTvGQu8SCZeb7avToKA+zV1Ny+crmTx3oXAB2CLgl\n8iytsdyL5gXHilAB7iysRaepvlKsI93K9o+v4qhc3nqndpCZfn2cle0ICBqg\n2C0eWHR4vhsUjXW2H8IBoHZhcsgf/fP4R+bFhrkj6yitXCHopeiQRk3X8Kp8\nQC9XOVBQHfcx/9d6qbEgkIYtZuGKCJgZP2T4m8v4L9CvJaiB3ZDkfKtYX87H\np2yuKX2YGUQzJCcS3/bOku7YypFSuL1ruBhGqMT55wqbg4PX8xnUoFk4Du8k\nceir3uiD5p1kcXy/sONWhjDAuURNQ0C7cPkJuVDVHiF+ptbvXW3Vo0rsAELe\neH00h1sH9xieJ0xVGaaiv4DALiQVWEhAyDFzwTAsjYn/ziZKvkK5bN+V4K3M\nfeCmFvTFNEVrhrloE2ClbIZ8sOQoteibX0LShsAA+rNLxH2F2N4Pe0k7l6lM\ndG8/\r\n=G/7d\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE+4+1VZlHbUZNfMWUIpn5maDUC67kJRIuEgnNX6wP8hAiA8J8a+A1fhAvcRahICOWD9ELNMOK8khdwl77AJ2EBHhg=="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.22-0_1638504010389_0.757633990680767"},"_hasShrinkwrap":false},"0.3.22":{"name":"@acflow/rnc","version":"0.3.22","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"3da0f2a9b7236e52e4e1b3c981a7d1b16da1603a","_id":"@acflow/rnc@0.3.22","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-vOqLsqPGjXZnRYPytYDA974/78msjN/Uv9STP1AcznRHZTMTdheLl5ZmJ6aPK04HP1FfY3JB6VKyz0swYGVCDQ==","shasum":"e6a8a1994ed99cb7030daa9420176b26e8c07d8e","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.22.tgz","fileCount":549,"unpackedSize":960330,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqblHCRA9TVsSAnZWagAATI4P/0yyOWITg2/M97y2VbJc\nfz29MD91R/bEh4J1/+JZtDv/ABOOaw+Zk+w9xXlRurTKNYoL3xAx55jKn6aB\nCibaAD3j++ZvjgyamRY4eofWPIxbZUYYEED/szTbkHpRPlppBD1skiWEph8J\nk1wrdYL2IheCUaoAYp1SSpYYfq5arMuGzt5QPyrm8vBgVEEQdtvelEtfitzQ\nvpgaarP0u6GQ5j24mYh6+P6Cgq9y1/3yiYQ/tuONLgY/OPY8K24ta9NAq3nk\ncPTm1sCC4+bk6fbc9L9lYSKLSVsMJ0n3KXU1FuZ0h6X+J8qbsqh/BvBECKKN\nvJhx0/L9Ynxu5oQH8LVaiJfEjvDM21LQ4SgxqImTgv5LAOI+3eEEXYetvBfL\nJP/5m9z2+dmKaeva8PWQ72hmUwrPihaYxkL1ZHZUt5TwtvoTtfSVKNc5I+Vb\nK5IwLeltE0F/CL9v5h0e9gI1xM2ixQE47iHmldvaJmmGkdUfqE9doP2NwwYS\ny+oJSXlQKqHiSKJzMLF6cLnNx+0wM83IZIuoT83BAR/0GkrDSb8+sb7BAT+o\nz4a/A9stf17dcxSJxTuS4Sq5CvOO+oE/bOJ+BfsyUUeM04cgH2pQ/5u2sSYx\nZOeqJqJgIebs5KwvWWXMz796e8G8k4VmVz5Q+oNbBNZf5mggsaKXJwPRfd1g\nJpiY\r\n=+SlD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCIvdaQple3VJP2SRo3Yz8GxXtPnFsEovmSjb925g/C8wIhANm14K/U6PVpdFnsekpSgyle4qXxbbpAP/FxwqS7X9vY"}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.22_1638512967264_0.07184179418542058"},"_hasShrinkwrap":false},"0.3.23":{"name":"@acflow/rnc","version":"0.3.23","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"0ffc7248437cdab43ae51f90c550db47bd0a59ed","_id":"@acflow/rnc@0.3.23","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-QH1nchmh+RpLBIbPkidEEdrytWkTe5Gy2D1Lv+5n5qmJavjkMvXZ+m4cX2Bt/72+ewxvtWJWFIGvlP/qJetPmw==","shasum":"a11c1d242a0ad700d94120b73e6443f6dd04bee3","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.23.tgz","fileCount":553,"unpackedSize":979671,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhrg/yCRA9TVsSAnZWagAAV2QP/0iNUO3jU5XfHjcyoviV\nMo0DSx9KroyVqSSmCvm71+uCHzpYia2Ab4l9sQsFi1PHTFvO5NbG/tlx5Y0Q\nYgXoNx3a7Q9qhLYFkdWppSgjCaOtJRdWum45/gi8eK56WPOcL8bx75VkzCWj\nb0MzRoItqC6ofVnbyNL0LFQ4kgfhcnBuemfaJXvG2nMUBqvFZkQsQpYX9xAf\ndq+sSSD2iHpsseI9TtY+cDq0aXhtOZo10AUwpm/N1WyKToTghiFmFrkxwXs3\nvu2QZowMcADozakCaGQPiMsFGbq5WebSbLM8pA3b9FOH5REuMZ5702vImXVX\nOM5Bxk/nG4z1TIz+nbVdU8juFQ8Fpb/XOJW35BX1uW4Qm986KPRJPgMm+yA2\nOkaCdtLYkiPm8CuIZKqIs7AehEZ4Hguk7bkaYTKCM0w/FP7Exbnu5eZHzyzw\nftZDP7lqtHD04xfgLcq15cafNE3x4T9g1X6sVDYm52HH+P+4XoLx/EP7YBcs\nPwvvoO14phfFmoSDdmmvkhOz69nGFUPoChlnvVMA1vLXDEAM0Xq1RhMBJYy9\nWm77sw7zb1fSGRtu19TrJ65DJOy5Wx2rBEYWBSjZ1LsJTWXDtNY6VjaQb710\nmVpLFHmvJRQAkkeJMqdj9IPWAasWx54eN1S8CibiY7q+udrQ1AZekGkqnxz7\n0Wnh\r\n=36Ez\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDS8e7/pzg4SY/fCE+FYFfdBNNLhsbTuA1p1+aXx+jpTAiEA0PL4gZuM8TuxNqpct3wlM8cviyUE85EXkMtF7iV2j3g="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.23_1638797298436_0.9191102305315109"},"_hasShrinkwrap":false},"0.3.24":{"name":"@acflow/rnc","version":"0.3.24","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"c2bbd6304b403214068487e794814fd489f8c737","_id":"@acflow/rnc@0.3.24","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-QO4uO+sNa3l8NFrCMZJCWLGu1f6o0iuO4Kta5ljL3+lli0MS21xX2+bGJRj9K8u6Sjb8q8C+ev/BJxxmj6IEfA==","shasum":"422579f2ba28a2edb846b468329191fb543e31d1","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.24.tgz","fileCount":572,"unpackedSize":1008791,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsvh4CRA9TVsSAnZWagAA/FYP/jPJ6sPNtgzJgM/Y8dO+\ndvMbaMqYwSUC7wMP0Fgfzk7zYhyjlE+pfL0Zx4rHzJeQ2yVevcFpKvHilPHh\nyZibL/dj1M3JGTO15Rarmj6qfugZbSP9tnNwBThiXqB/AtZLZIoD++LzH25C\nJYvFaDCIZNlSLKNAsdcqtjzekDOGPbhDlY6opb9T/ltfLc23AKoUHsn0IhXh\nicde2jewfNie7hSu1V5UJZarstdFkg7MEYUvBRxvvFZY2WyMr7myLQ6agCPU\nZ6jK+5rjlSMdhiXAcV9A1w50kZrM6iPYBHOI+5IjPm5r/XkHK8+dhVqVK1O9\nvwbxyqqLbgFAqMTIE55Is8u/YZn5+O74ppDKN8NoEeAaeG0SmZFdPS329dv1\n90RgdHQvGlTt5LM2klDRQ02wJoHQr0cPLua6SbmZigdfcHlrdcCk4F8t2XZP\nvdWjn0/SFqqyKQBO7qMxbDLrSSEs5perGb+zJe97XUie+rDxkx6wpAj86YDs\nk2fm4VxRWDXu97XPIawFxNhBrR+aW3VPd0J2Yw1cz2JBpGrrRu/g9mn3g784\npU2GO+G4lXBIFWh3y1j6tumFdo/QY1eCsMYOT6qiIxF+PWARBbYSzhwda58O\n99SqABfJLvrkbMcaH/Pjg96F9ZUAEw4TUNmRiaKegQqGdXswDBYklaUY9pjd\nSdIB\r\n=4hpf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkbfvstNt9+WaCHhHQAYyckyoFkDLtWGKJFPBTGWOj5gIhAJYu0AeDprN4KisyhmlUfaZYgFCMQxDnye7EFdBSi3XC"}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.24_1639118968252_0.5435420225818961"},"_hasShrinkwrap":false},"0.3.25":{"name":"@acflow/rnc","version":"0.3.25","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"7ab62c4404918f9dd09a339c8f7af589623903d8","_id":"@acflow/rnc@0.3.25","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-HTJkR5t3WAsxjSlU+5fE+Ily2ibu3p7s22Z9T1l4DwuQxKpaWIDvEpEw37UHngW2pJuN58EnSVjxr20lMMdjYA==","shasum":"03c4fb6d98d83075d465dc4127d5c1b0039db397","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.25.tgz","fileCount":576,"unpackedSize":1009481,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsv6RCRA9TVsSAnZWagAADqoP/RBagWfb7JGeLqnft5RC\nKZoLwXBc76EG4LVgEisAsiBFdBHXnqX7YVqltWyDdxZphT9Oh0EJujvJJzjp\neBaszXt32eMxSGgTnOWP+zxoz49T+ZKufTvD5o1vkslJQbPGXJuU2DgYaTtk\nVMDhW9ZCnbvrWFAUXhI7WeQCree3xGKWRsjKWvdj3aSLyiLtzix0adf8q/gF\nHJGt7dti5dAXOllnsU7EqwAqi4cs99/yT43X2bBjygt9dsJxFR9mcAoWBfVK\nI13YcPRGbVqNZI6DxarhTmYhT4x77UF78cWkoccyMSoCrBBnx7o1+jyZX28t\nWBPpXhVAc1EAcfTS3EJeWKEbkwWyCYBXwiY7OplMqnRDi5QcE4+6sovCE5V/\nUtSl1ZZGvAOvTKxGmKygkOe8K19AOLeAH5xrwQd2v8YjJbKAxgrS3P4p54RD\nq5iWzrT0I9veBh+UJZ/ykzoqRLT1CaNRKqe+qqk5xlq2DAWAeNnZZKgqrarP\nEWmBOidvZiPb4zXRRfowl+UiVWU+BvMwLfkB9j0vaBVSKehjZexMqvP9WpSG\nYZ1DhpQI/yAVJypHuwwWUIAC6dAmossa/FuN62YD7lcMaCmz1iC9A5kvtZGe\nuV/egx0516Jqcw9LzccTUuJffj01j6nywj87/YBYNPqtb71bV/rEoztNLbGC\n6QN5\r\n=luI5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtiH037a+eWM55g9V4CRJ8SYPxjSOjesazoFSKID2o2AIhAJzrzeVCaIyXJqRMWKcaRBejuRyS1bZe2g1/Y01JjZJb"}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.25_1639120529399_0.5517349362368269"},"_hasShrinkwrap":false},"0.3.26-0":{"name":"@acflow/rnc","version":"0.3.26-0","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"7b26b7219f58577dbf8618b2ed8549bc22d79dfc","_id":"@acflow/rnc@0.3.26-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-s4A/dTPJ5lmxjs2y4gGofgR7ZlIGoW14NQ91Fn4z85GPv4ikAQNROcst+XNm4HX6Vf3Er6ySpc8Bem8zwfUxMA==","shasum":"04225a95d79d9281c061a12a7d349a9f50138ff4","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.26-0.tgz","fileCount":576,"unpackedSize":1009541,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhswA/CRA9TVsSAnZWagAA/X8P/2sLshmDs0nFVzbh07Y0\nCW0txv5GbvyUL6t9XJxyzwMxVv2RafI5bf37ejD9MKP0gnahjP+WRPzqKZqM\nr/8PFMToGqjuMg82HQ+CSEsVmQOHkCMtxKtgguLXul+UEfcdwPIl4hEaeIXh\nDijO38t/1XdMFXW3RVolvOCm4QW2TWhG6TevD8HtuZG7ISV2Ua7YBlhJJuqG\np1cgZcRDEEp/I9lddIQAFjTplRDrNaea2Cm0Bc5GdDw8Q5V1bR0+hTpvA3J2\nV07TK6mCDXtbuPxRuQEXDuNMsAyKzjeOWyl9joq8qGaxhb0XgEZFAMZmCxRz\nWBZlDlgRHOnOgsE5p4pRATLP3zTH8l1U10ezq2t4rgEfc17JC2290kxoBwW5\njKkLGFpX2YLMTx7rGXD8F+Ucf+APg01hi5BTjiBQXsoeFTnymgtN4Bs0gLl0\nKXWlJlSnQb2vQAmlH4NRba7JjgIYBTvihOofDY91DZHTvUTOH+QWOGMgvGQJ\n6sXwqTEEiulvoQjON4g906aNFk6NU6VnlkzIPSuTPEvarYw6ulLx/P0W186A\nAczI85tCTtlVQ6tGYpmQAwFVAu33bcKXlIdcXkgCIEzNrBJ2uExtiExkym1Q\no47t1eOSfKLT8lrmw5n4zmwv2v2sYs2kRX6eVON44jWVW9Hj9bMV/sbQVIKX\ns1I7\r\n=KlzG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHXrNqfanGmzOCBFBWXhPKANzj+ZXI736ImafbHUt+36AiEA5rq3JJYWGUkrXgmx2nD+P4B1euFcqPjBg21bwrlOpR8="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.26-0_1639120959027_0.489034435813438"},"_hasShrinkwrap":false},"0.3.26":{"name":"@acflow/rnc","version":"0.3.26","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"7c6f8b89143efdb59cca94d3ef1a4d7316798d26","_id":"@acflow/rnc@0.3.26","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-7YB0Zw8cR8oKN2r1yMeksJM0enL1Q1JxfcUvRFcixoExOoIk6I5AHkmdt0v/lgpHwTDD9c1+4DKu9t06qEFL0w==","shasum":"a522f0aff5a94a538da609d687ea1b4604ace444","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.26.tgz","fileCount":576,"unpackedSize":1009539,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhswioCRA9TVsSAnZWagAATBYQAI426kadtK83wHbo1cl5\nMqv6hShcemlVraSAFUvOATdv5KytLlKQpGOopfWEU8GVuSmUgMzYJH8UvUqR\nFLbWr4IKymqTw8DduH8+oBVKFylvRe1/wzEEDsYuyYHYib+HaeG3owLL3tgr\nBx7P+xt2YJCisz+phjnC+eZajq3ZMp7DxS9E1055bahNOYeDO/UE5aFUyu6e\n38LCXlhitPtqzs9VdwR8EFU3MDvVCmVf+KcOlKHBFa4NUulqs7rzsl1b+5MO\nQ9HEguqq3DTTcfhKQX+JQSv2ShcUrjexGo1g7F5qA3qQJ+CV2U1t6LkZFVEw\nb6CY1XFEGVc6Z22Z+C1BQaydqjr7O93oIQvKw3MUPkr+R8X69m49kIJKrHPd\nsNlcNcElRHkrTnu59SrBz1cYbg5wz7BlVMP4vX8nVFr4LWI9SzWGM+h+uFuz\nss88HE2/JMfR8qTOEq51i/hxGA2xfHHsfi9ptn5zS/inwlmhIrnSFYIfaowo\nbP9EH+TbRO07M6onH1fy9awvy/v5g0uekE8Nqu0/aHQEyvzQqiUnJkRl8Ymd\nr4SBO7wOoDn39mqwOQUgnbnkeYqeAlJWE7+LOHV82jFXJailsf0FaynCl02e\nq3mVLZOAayw8at6JnQV0rIK4aAbsv7Jzd+tvBYJBYY5KdU++G9F1mS9RDTeQ\nYPRt\r\n=j8ka\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDawQndnlkTgYGqYwVRVCb8foAnS57+CffNkMC+YkYRMAIhAKae/PlA7RseS0ZqJ0p9UkhcnptNmaNFBXFtEgC15FdE"}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.26_1639123112303_0.2904520764554883"},"_hasShrinkwrap":false},"0.3.27":{"name":"@acflow/rnc","version":"0.3.27","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"c6a89926848474e1af2ced982015bb74743aa592","_id":"@acflow/rnc@0.3.27","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-FOMXh+QPJ5oXe7wSnUaJvraGi+a3DoHYgdfaWmaCcitwFhH2evt7d4Q8VVnkajYczfoNw4UM+jJFXQRLONHTPA==","shasum":"eb2d705d83b4cd5e5b072efba4695817484b7f32","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.27.tgz","fileCount":580,"unpackedSize":1012899,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsy2/CRA9TVsSAnZWagAATOsP/iYRkVfO/LwNQtGhUXCN\nf5OF2XlYre837KC2eTWkQK2vD7UepYDrsdrcTTNDTg7WhzYL3yljfdqEL314\nrG3gSqXKg7DVEpznOGuymWSo4z8yopPzRgLXufseMP270sYisqs8yWPTxo5C\nHvWf7u94B36HTeK0B6ofSGlW+SY6sGSJRpylMtWnNzmQ7y6XHK5aCmI4G4GG\nzav4q6YuINT2gugY58bMWDeOFCbqy7++dQuIIENmDMOOBnuS7TLYUbe1zjHN\nq7wLL5Uo4V1JM0Sp6ft+zcIoiemjW3LW/luBl7tQWBtKStgzASGUnXTIkNhV\nix4wGk02NNls6GBy2Cquu9ZzviEkq93o1ZlnkfjrNHluOoFNi7jQujLGmEFL\nBx8JLuM3wWuECDLvIY5JO3dj9QAwP67ZVfOGYL9wNwV8c2+B50CdcJjzdz+q\no/ynVesSQ4/AEU2DU5MqREH4/7ZPRaR+eCCcvXZfeJHluKKxdAMpUFkZ6B59\nf7O8tTh0umsyY9gFyihKTyYCtH9jehYGrJgmePMHEx4mYS0wY5z/sUTp8TaP\nmFL4QEjap7cgKffy6+JKCz27tb3EEygjakZhQFJHUDrA7LyJJk7964rqLaf/\n1OMPdHu3prOlp7OWYg6F64svZZZSI+1U2xANqrv4MqXkXceeIjTOCSNo6FDV\nKlRa\r\n=5sRH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC3DSRCcob6I14vkyUoE+rmqDFb2YbfVgjdx6qTUb195QIhAJYuVHdqjxTbDjiMCQoIZk2P6RYrUpAF8AGnDawrumPO"}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.27_1639132607394_0.33238687004176937"},"_hasShrinkwrap":false},"0.3.28":{"name":"@acflow/rnc","version":"0.3.28","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"c978212bd9d7a3f7624982a06bc9c7ec76cff2f2","_id":"@acflow/rnc@0.3.28","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-/qrRuYVDji8PmTgyb241WWnsM7f5Y9z/vppDli7gGnAvQ+Vb4qZGcVNZ86Jem6LIrmtCfgeNWxbCx9WCtC+tYA==","shasum":"05d6bc608df2c2e7fca233e37e05ff0040257f6d","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.28.tgz","fileCount":588,"unpackedSize":1025838,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJht4DBCRA9TVsSAnZWagAAmAUP/jQEtgXHHQb6g9F7w5i2\nbg2zX4LBYiCNUpaHMcAWJyWaz3YTUuMOVZpW+PsFH/36Zr/4qUaf1nhMNqHk\n/jZAln1ul8TjtUoyeJpvchVfImg5eyTc+94Sd3VN2APwxWc+zQIWD5zEGzzK\nmkv2HdcTf4H3IqH0l/cL8sA1USC+rIjCk+ftGylk+VsF7fgXhvgsVpK5C5uw\nvd9U2x2rN+UfsBhv6sM/sap6FTbs/hR4fsZLPVWqVOM7hUl3LP1u+p+ij8F/\nEJaApk53UUWzLa3aCWTjVvditVLbvq5NChInkCHUJrpkgkC+/Z9rBqrZG4aP\nzTKg5yu9SqwqOAMD6RmhK86ObjIW71C9gArFnT+bNVUIoycUJaf5XVx0DjUF\nE3Kz1iZR8+oRYDUv2x3VbtfRv9zwfVckXAr6eZ0jUKDpDUVzUv1ZfLURb2Qt\nRKgpd/W5DEG+MNC3FPnh74FYxF2qdNjoN75t/GbQZP1IG6ZAWO+aWcw/CGka\n1S0CeTb+tu6ptCGxz04ZLexaT0JW1G7LXIBZudHX6aJW0E7R1NARwmnTneAI\njvhBYOdRDmh6zOpEgrlhhg3l/9CytippL0Eznh04dj5y3sQadkGlBuYVBKVJ\n61Ljw2FK4CtMIGzgRJANwpmt+JPAsKVgvxJLURgJC/BhiNKW6FAa+IKTMFdu\nAqTR\r\n=yEFf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE+CKf61AZJFICN5xJ0kXdAeyxK9Ysm4l2u4GY1PdyrwAiEAs+uy31uMoNMh/D9w5wCBOU170zecAXE+PHg42EUoBMg="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.28_1639416001611_0.4113872430499894"},"_hasShrinkwrap":false},"0.3.29-0":{"name":"@acflow/rnc","version":"0.3.29-0","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@eva-design/eva":"^2.1.1","@expo/react-native-action-sheet":"^3.10.0","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"23f8d3effa95bf9538e00c4599137ba2bedf0876","_id":"@acflow/rnc@0.3.29-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-c2dI6z6Qn019nAzMry/2dbBgWve67XMTfTwqblW0iDBwNeRGnV/YcvItnqAe/zv5EKhsuIIGMIxSAJF2aoKzgw==","shasum":"56f8a2c3ddefb1a71a9d5ced38c23c6d6311c18b","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.29-0.tgz","fileCount":588,"unpackedSize":1025161,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJht4MACRA9TVsSAnZWagAAV/oP/ixSDdfHWTZYh4PvC8Cw\nJYU/4nAhu7IUsrXs5jCT2IsLi+G19k9aYEOe200X9JtL8oPwc8Bpyw9lpEvY\nbD5TWWQGxWldUVtbw5HIXJq8RUydJklkaEepOXVeFv4Xbqagd6DruxYwHdd/\nF8lShM10NRot9q5BZrSCQuRcnba8hca3DwCjxXyebbRBGIv80EX825Lp0ZVu\nakolS1xz1acfzlyuqut1xjSBrSS319wlchjX0kUWibng8aRgtoyxw3sZXzxG\nWmQKXBamszEDNuYl8VdCErceh43FZ5jxM5pBDyFQlQYvy0bj7IO/ypYPT7sd\n0bW5WiRVMNVqiV5GVFztEFyVz92js9G5mlVT0H6TcP1Za3HG1rpkO+raSjSK\nQDSUnEI+23pLeDXErGj6fnvSDp1lEcBsM8BuhexEK+JVW2T4DKrOdDgqz+98\nrAEtHFGv2E/uAuNVnPUQwQgxKk0xhQkuAqEMGv4geZfzBm+an70etMZFRZny\nJvc4z+5TcDelQ4AQuyTkmn/X9eUfzwV9QAqTUc8tMLdQgbmlC6OkZDTUtcvc\nH15s1bNsh9gDovGzBcoOkRdIq2H+E2JqMTBs5e1eTxZVNMDI5uu9ViuZhE+G\ng+QTFs7WAe0lGq73NQLntIVbCFEXgKbovWG4iCOd4pOJhYEQUzWHiJ977Kg0\nJ7KW\r\n=/gQR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE17YNGez/3w93HwtSZBJjaWm2sXMcISGF47fWDA03FpAiBhenSTWoJYfiOLS+KEmllBH6mNd47CmDM+h15O6yj2Jw=="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.29-0_1639416575838_0.1921014822171614"},"_hasShrinkwrap":false},"0.3.30-0":{"name":"@acflow/rnc","version":"0.3.30-0","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"0dca1c84b0df80591883d85d1294f869f38332b2","_id":"@acflow/rnc@0.3.30-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-IaD30kHCGmiBJ0xpiw7MqZ4KYessgo255F2arezm076MbfDWLBpuBkjUjmdnkQj6aF6c9YXXj2zKAOW9FYJBHw==","shasum":"0bae92be6bde6466365ed1782c7ee7a5a774ad25","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.30-0.tgz","fileCount":588,"unpackedSize":1025186,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuFH6CRA9TVsSAnZWagAAMIAP/RmRKRegLK6jpa6rgtTh\ngomi/nIlT/+HqAwv+zhn4/VzLNaSg0sqBanMuJgfmOEHRwCaNcWYuU9EGB6B\nUk/N/jRfpgoO5m22/H9MzA3I3WfJsf/P/TM9EU4GFozaDnsZdCn7YxtSrvgs\nMwma6EZIcF/0peloypChyC4/4Xog2s8uSrkncFhF8LwBKEyAliZ7gre1mxNY\nJqhqiyzW4FygdBJEwS2ELrJYFknUKa6rBTqNB+wFVegnQvtKqdvdaZ8wUJTI\n86aU30D4Sx0Vfjhonw/hri4O+fhjIAnIHYtSXfjgfrF5HNrWXcNw6hA3G2RD\ndhlvi0kLmWdjTDM5ndN00pTSYeKKC2LFsCCpcHLjnuVvqnaQvuEFD+7HgPF6\n5m4BuvFjUJRCqzHOlQ6aiaT0dLIYqREwqFa94xJAksyzfmni52qbgZXEnDjS\neQpKCSXLAQ6XzFlodY6esjowiGg47sX9iYWODU6koveF2b4gNDYDlf8zQ2U8\nnVXtc15CvCZD/0Cpn83f5N+xpqbmblNModfYiqkcqiHjgiEJ3ESfK88herXQ\ns04FYpjI3R5ZmRFaTqNitFyWcTYLlknPay64Wb4JyeXdpNeDpz7a88LEhseR\ntTtaJ0fgwmmJoiA0Krgy5NiyyJ/6uYP7DRzDOQriybEdf2N5KKr8StT/4Y4+\ntNsU\r\n=DQWg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG5oKNPZrNk0el3Qpq9T5iYRSBBZ+5DEZ3ML1wlAqmzzAiBMcb52kX3tKOmUQkGaSJ53EO7D/87/ZQ5Wt9pNNKyXVw=="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.30-0_1639469562838_0.987904348357076"},"_hasShrinkwrap":false},"0.3.30":{"name":"@acflow/rnc","version":"0.3.30","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"09cf9b84306e8fa6790fa630051c11fbb9b40c2f","_id":"@acflow/rnc@0.3.30","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-5PLG3wFszkOjCVghns6iwfwiQbtG613jXJqn5sSV9EqdOUpHfG4FgWaMsETKBn/2TBIbll9T3T2Zan0n/UFRmg==","shasum":"f306c25f8461df16e9ab96ef8d05725916f5c3d0","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.30.tgz","fileCount":588,"unpackedSize":1025184,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuFTqCRA9TVsSAnZWagAAvh4P/A0idmDGSSHSMdUQqt/s\nOLTZUiDSXdMFESnZXz7+J9R72rF+74IqjyZKzMaK55E//b9RsY3ccWipIZr5\nTZB0+u3M5dXzmW8i6f+mJup468pTnk43MRGjDDMPg6vCViEy0T8g1tW6+6Jt\n9e+aj+HtlgSubHmQlay540rQVTtOfC2hCAHwmGTlFZIxWv4SRw8kdMnkioIz\nS6dxHKZ/KGFwFFJvSKri/EyAG4oFBzt6MmUiLxXAL21BJmchExDm2FYFba/A\nCy3OXHLdQYkdHzon4XXUxRPSVsR72aw5GvWgFT9/d6t4W2pYdifId0uCelnf\nUy83moS0y1jxPy1DVVgGEeGGU7jWNQw1m5a5AEdZ3FEIzujsdQypFnXnSX0x\nb/121gQnYf/T/CewOVgMoIafQUzm2yCi1bAkgJYsi2e+ThP733P3CWgU2dcm\ntRFtdyyLX5VoUo/mhnj6tAEvxiPI7WS4dg3n2+Q1hCDgexAwy7mNR6CVwNW7\nnJt6jK2aXqbnABYSHuD+k2KzLTxXADycj5dGCAaW4mHYbICWykDmp5LV2XDs\nWUi6abk2VYy5LzlMuEeggzcah5RO1C6jfbEMrwyZQxGqt1SeeIuzWKtmgWwX\npc2e2lkXzWFTEgyzU0hgaN4kB9Kg1DPDPjDInElPmYLRnBZ4g4JIAt4Msg1o\nq486\r\n=5ZkF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICP8juRxbgFWnvuY4iTPZx97a1oUWUvSiph8NqfkKPiFAiBCSFH35TM1Ph4Ji+zOZuztum41ZUplzWIlvLLkhr1ZXQ=="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.30_1639470314371_0.9475229422233316"},"_hasShrinkwrap":false},"0.3.31-0":{"name":"@acflow/rnc","version":"0.3.31-0","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"5d4a306ee88d87fab9d2f994de8b74416c97f91a","_id":"@acflow/rnc@0.3.31-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-OwDpy57QuTTx2CUXkZZmCWy+SAmGWkUvBuvAQg1NC9TLm97cy1S8626HGMHQCMvqyKoNXePwM1dDppCaIcYkvw==","shasum":"9cc9713d9cbe58faf2a2e112be3e24d320db7409","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.31-0.tgz","fileCount":588,"unpackedSize":1025386,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhucRECRA9TVsSAnZWagAA2DIP/2SuX47uypF+JFxHmtxj\nrHq2uSIMiSbat07M5zFTJ4wKr0b20TOoOaFTyhlyT9lVZNdDwzPu02v+FyEj\nIOsFfsf4bRk6yLJDB6Md7lzhqY56LivqnuiPSNS2byUXCLZ8m/StaPGTqhGB\n7tu0mMjv4+yq+85PYwTdFxS2cgdmlH6lANo/qwbKIOlxqFcO+ihu4DRjKQlC\n90s5Of6abgmz4hM9bce1PP7A8NcNq8d0WZUEYCRkAWZvKXQxZmWuFXLRL+dD\nG0669nIGoMhz2DBVPXzbT97nJdXgEvA6DqpOPKwecOe5Xa/WQ0W5ug2fEA76\nfArliGPkZycSlSxjuaE1khtMDr3WbC085j14AwYAE07d3YyIxwau9cZe43uH\nevOB+SI3FjkEpqkTLs1E35vI8FkG41Zf1N69DkgVtpKtt43AQy7E0u2SRrg+\nGyFzUuRzN+8RlpcUl67S/ZF7JbSGv0KSYZN4rsFTubtvvXDytRYdmBfR27hY\ndqV4VNWbWBre7zntnz0U6NZw+ZtDu4F3Uwb2DyUcqC0kOXWmkWs4yfqHrW0v\nn6nHYFGhLs76qOkUyYuo2DcCmwDwAijPn9yWW5mIyiYq3gXO0HX66Sc0CjES\nPR7RblaBoCSV09fP09MWqbDFhmlCqm4x9omA/7o2LOI5DNo+SF7jqA5v3Ahj\nJHzm\r\n=ANyP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC9ZYTFcnxTimcTXGO7yY7emHvvFenDP7plzrRVpw/48wIgXnmdB2jVvaMTAwZJtxUHF09aNEzxG3UJjHoQr9FhoHU="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.31-0_1639564355866_0.5586458325239261"},"_hasShrinkwrap":false},"0.3.31":{"name":"@acflow/rnc","version":"0.3.31","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"973748bb99a30e8ec0d8b1a065428059d6951962","_id":"@acflow/rnc@0.3.31","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-1htSRhHss/a54QaCk1SLk1UOITyZOU4q5RGNQ8w/+bXPAqQyq6TOOfNiulFSFkM6XgkLjgB0OlfDdoCM9W1SBw==","shasum":"aa06af2214c14f467efd3780d5963d85217268a7","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.31.tgz","fileCount":588,"unpackedSize":1025384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhucW3CRA9TVsSAnZWagAA3pcP/iTtK66PyjVbEVymxsy5\n4GB744hH6jCXu5kWHc1zeXaGS70xLOLrI6O1QXD4FwIv5tH7Gm4PbdEjhv1j\n2CYwIq/V3edIgc/946yawDiYlQcOa2yR0ATvxnwHsheG9jv81Fytio7M8jpT\nErFY7Lmmolt3SO2/0OXCrpbHrN4hrrlJFH0FNurhek99qpjXpTwrxQz24S5j\nZeQuZblSCW6RfE2CJDgzoJjKx8ufZ1qanRUPCaXKF3OqPHCK1bjQSvtzOeFP\nIlPFvu9ZMLdrf3bM4RIPPDhUFIwhNSCdoGMJC7gPa0Ch1CbqziGtBnWHuga0\nZxLypf8rgNC48vSs9nCUELGz+kKGoUY68tClU0CK+qJuuTADnJ939J3JQcPG\n7cGQ8t0IQ2H7i9e5ArpRR0vDmTP3EM5ff0tMBWPA6+9kG3PqeYOk5NigMPj1\n8h+VWq8YBtPrYffVokWoMznAAjrunzkBXW/PFb4Ltp2zMV/FGYc656FYo5lc\nUeZYN3CO7kv0J6JMuN5eJcGoiVvUPZHMCG9jALfaLwiQ7CAN2maj4TLU4pNW\nfCJjzSOhVdcT0w9CJnZmc0b21vy7th4KNWK2ZS5xxkJxInEw/HArWh8UePX7\nEB/wQXFULEZ1aPGFvf2/icId237gqZB1qEzmN72j1krQDqBlnb/Ct1tp/kPi\nUl5M\r\n=rsuJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD9jJtWAg2Dc6+OPWPcmKX+jkxuJFQY7R7p8qUs2+DX1gIgQlyMPLEtiVsh33TbAe1LRHKNYBfRYMFtsTPZFqnXeHc="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.31_1639564727171_0.11929669526819597"},"_hasShrinkwrap":false},"0.3.32":{"name":"@acflow/rnc","version":"0.3.32","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"b494fd9b6fe1e11b006a860cd7e4807769e0374e","_id":"@acflow/rnc@0.3.32","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-dlPFtDCtSdKqM6Vitox2iiY8vaaQaAvlThf9Slcib55aZl1w/gLmCQP/4A0QzDJpo9Z8yv5sseQcCcA1OGpcSg==","shasum":"8e01b1c28cae0611699b49150efda38524962171","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.32.tgz","fileCount":588,"unpackedSize":1025384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhu251CRA9TVsSAnZWagAA8RgP/0it3ehlVB8GqAoWl48O\ng0WPMSUFm5R616VaOY/dpOd3P/ar2Db0+7b0N3Z5oa/OOMry1k57N/t1/sCx\nE3s5AAOFcYsXpgxrrJZTuP1c1VtIy/yIqB4+M7zC6R60J3kn+LMP40fFqvX/\nY897Exxi1zPv/Pm8Sc7sUIVtT06HyDNPgEI1cQH8Vi6zOEG4x7UE6KxGBS0B\ntyE5/3mlyD1oyADRypcMg1kWeN9IJrEd1/MgN9u1jff+1Zm/OEZLVc1ec+Jr\nPSKh7/hNOjACVySRuL8YQevLG5OwthF4MsTSpM3QI/67NPHu3kj8UuhY4cen\nuGcTBhucIgitIa/0Y98KnyTK6APhCXsJ38sPYzNcUCGAyiwM+FrAqPaW5E7U\nxlDL8cy0ITIltrZolgRNk2a8TL5HiBvuWXSosGoC5VyLhGkfN3sEI06SceBx\nrVfW83PVBuCF53i3jyBMz2bYFPMZoB92a/EXN2Q8/GyBLTvqCFIX7fKKHVga\nyWpo9OiJimFtIxxTFDnyrHD7Qp/yKB/Mdc2n9vp518YXnkJxD2HEYkPAgMD0\n2LaaPVYVr+vL9rToB9rstVvFXlxVA8fThTXw0j+pgDWnVuMM5rcPEkHO4RV8\n4b3xwjwSIWq8zqDCNdpsH9TW3bAm/JQbNXO9oP2emQtoLULZ2kJ8u+f6HPoY\nRGiW\r\n=q5Rt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCP6UQ3s7sxCCcCj/i9CbiACbcXlir3mElM3BEQkDPnsQIgX0EvjISUAq4ae1x41GoH+2q4BAPvlUoKu96XLk2DwIA="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.32_1639673461334_0.5173926080292932"},"_hasShrinkwrap":false},"0.3.33-0":{"name":"@acflow/rnc","version":"0.3.33-0","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"5b127eb1edd18e56402a28a54fc9662b0d59aef1","_id":"@acflow/rnc@0.3.33-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-YnOsH9Z+6i5JJOCqFXL5kWj3cmX88tRXUVLXHewZx0gp4wUZwywK6KcTpx3nZgNb9++yeWROlUo2yMGrCr5APg==","shasum":"2125a7d70d80f06989b8145fd3a5cf7e55f503c0","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.33-0.tgz","fileCount":592,"unpackedSize":1030578,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwZ6ZCRA9TVsSAnZWagAAW3kP/i8m5bZXGxK3U+4iwjIv\nwRHZjVec+6n7SqekhXjUxMzwxtdxAKRjbqJVBlq3TnXyApxbf5iDRb2McDao\nqTnVbpGDQ+FSJevi7wdSF79+zNvXWgP+pnQBs76r8jqEqifIyQvQnvFRFbpW\nQ+HjeSBk1pVebJ1Sjn4pFqIC291uQu1ylMjngQY4ueb3W6V8IUEbY4BM5j8j\nr4OBsA8YMgpzSa57g2hAXVSrvPczqYpbT3bftGhG6amzYfBh2Ygmi4g3UKCX\nISH/ESkHBLV5zU1rgnjHLjjwih87q9anEVzULyaie01P8TovJqtHg85MwDxM\nC5YtDLHNS7c6zWRvw48azmGYVjKSYtcdBAjKNZhA3j2dMv4C+D0l71D7gjU3\nPZFgqQZKY0A68Ej7xat5qzcMRmKCoF7TRWqgDOhnTWG+5IjIFhkbeu+SYnrQ\nAqEQyj7EDemjklrEzN1We2YD7I8Q/SU1Hv2Z1YnED3Sy2BxZd3Q65LAJwhYj\n4f9xGrfzt4c4JUrdjRlsSFPSKVHkaHOiktiNSE5cOstjo2Qj3CV2cx9sB0UO\nmk+/U0KtNF2DNcDocuaUosfqgkSXsX7M6asj3svkzefkc+nmyhuA3zBpftHR\nKPJuNeVTrC9KbsOkgGu5gEMn3WqhKqaa07o6e8inLqxhBUP41EsXd9N5NITe\nH4MA\r\n=TJ7X\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICWk9eEUSfyq05wuuM7zIuqptf9hpkSgYhvt7eq8Lnc1AiBcew1Y5DUc8ShY9pzWVmlISwpZGWs/BhuGn0Za7rHXag=="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.33-0_1640079000981_0.4482493267304186"},"_hasShrinkwrap":false},"0.3.33":{"name":"@acflow/rnc","version":"0.3.33","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\""},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"a6354e2373a4d0e338077ac2cfa71378b9f91397","_id":"@acflow/rnc@0.3.33","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-+E2ErHmqjH5+yvUrU+4JBShw0cUTbSWql3Xh0/ADNXg4+w2ptKHX47/nsPqkbTeFsYVvvdWNSCQdMGUqhb3EIQ==","shasum":"fa5ddf1050093c648a1c2fb2395e89b1b9ef90ed","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.33.tgz","fileCount":592,"unpackedSize":1030576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwaRbCRA9TVsSAnZWagAAEtEP/RsUCZ3OoaQJSRwLB4xy\ntG1Iv98QVwEN7VxigGSTOekH+lel+8Muumb8Mp+yBAUKWO+we6iUX2wZp5ft\ndsJv0tMzVBBvPOMtsqvku6AIXtJPoNodvAWnxEziFmr4PM2cDqZnVJ4Ier+s\ng1hk6yDRqe965ZPW73El2FLILMEoGSBl8lDcxhEuJdxKFMBiLQy+v/rFRfLl\ntauJwz9pohBUKqLgCB9osaEz5mgRLN/7zxLbD89Gr0P7MoXJCYEX8mas1vxI\nlHqjWGS9pu9Fuvdjr9yURnkz+wDMa0pk8j67/iBHWT+fEVMPvd5ckiXhOA7s\n2Gxa5Srimsw3fcw6UOAoWBO5aee/eaUrDnV99Z541w7HRHqjMPBnliJnSkyP\nQVoDAMK8ux4RNEn1OCHJdkZPLOmduaqqruOA9AxO12Obwe6sBQva8QbiWVOm\neX4ggfkNHIkDFvvQ/phdzwJpzxdN1owO2Y2qJVpQx4C79YvdTj32TYZCDKZ0\nh+YLI4rC8R0I20rYHoNEW7Tcy8A930NjGMCBn4a5ReIzu58WUZ3FAsftxlLL\np18R/T1X1I7lD1uYtdozarCUGVHyiKpO/10VInj7Lp0iBiR0wdaWIN0lPgSj\nCzNJbU0DgQk4m6SGqVuDAD/knykXTjPKeCgo4QCkNwoA7CxUtPb1Pj8A61Do\nOj1d\r\n=QGDL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnwAlSk0wg+vfz1vCKEYAFmWT+dMSpmq0yqND2YPnCwgIgBRrCiGJJ2j2dx1VhisJfeZr3oHHrotL4CMWEz7Pl59U="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.33_1640080475177_0.3198820239090865"},"_hasShrinkwrap":false},"0.3.34-0":{"name":"@acflow/rnc","version":"0.3.34-0","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\"","precommit":"yarn lint && yarn prepare"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"77a68430815b2baa916550b86741b49ff26c3271","_id":"@acflow/rnc@0.3.34-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-CkDMrBPTDSLQKkDBsJ63cdiP2vVDKpDPOjoNcSVQPfKDtLcYNqMgyUQM7uQhFB4r1G1ZjFWnHF33T6EGCVOjQw==","shasum":"ed970caf304d4e490ff56c794bf9f4068c5164a7","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.34-0.tgz","fileCount":592,"unpackedSize":1031037,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwbAuCRA9TVsSAnZWagAASYUP/jUG/4Ykc1tx/pCuyl38\n9VxEXZHkC/O/W0i2UXTtdZQ6hcXDMAv+DYrxWYMtMWM9b5uWzR0276hN31an\nJ2AJDVu8eUo/ulSGfhnUYDB+MemI17GtpOwLzzGUqHoe4ewc1I7VD5TvT5Kq\nYZwm7WdqyW1qedgsTDv06W1ItqwM4us1y+H8ya57fPkHMHbMuXAq1zTTONFz\nPC+r9VNldqwaj6plR8WUYRHkSLZRdqgtGkRt89IaRZUpN8iBsW0CiInh3K89\ncNoUgcVWCtwbwUjfcqMiPJ37o2rMH6EN9F/OpDkxjt+iUjge9Emw3XweEiXI\neNnGC9vquGMLLcHuu7YtumXj7Dk8ANM+KCDhCjLnmmKs9jET96FW9vdYRmr9\nG1pjrj3KSN5JRnUkWC0NUYOF+kGGe8fQW3CFYvCo+ssnf6Ignfl4aREIJ8PF\nuzaTYjTHENoJY/CtQw+X2rIPIYdibU9STRieCSXNppX2dusPVlOmzklC/oW1\nqoHeoldqESRIERYdgU2tynCsUjnH+WRb6pI9FheL4pHpq+7FzCV8ucrQHNFq\nC9ldUfWIPvB9Nrn99nckF717NFsGVvKV0jKUXUoz3OefOQekd4ChTXxzwZzB\n0yEZH5Nsb2BCuBydWZuF4fPEqBj80DVqcGGDkTTm8JZBAiBuZfMUcTV9b0iy\nLHf1\r\n=cShv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2yVuWfkrLxwavZMlzf7aTAv1uyqZWKQJyx+5094w+7QIgVEMqEbcXqF/9GaSro4Ba7txKGA9cIKvVGeiPviiRTW8="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.34-0_1640083501728_0.30117017322734774"},"_hasShrinkwrap":false},"0.3.34":{"name":"@acflow/rnc","version":"0.3.34","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","sync:doc":"yarn doc && node scripts/sync2DocFolder.js","watch:sync:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\" -c \"yarn sync:doc\"","precommit":"yarn lint && yarn prepare"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"0314dd811ab3bb977a04e2d1e8a5889214fcc889","_id":"@acflow/rnc@0.3.34","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-RJ3fzv1uQS/SbvIdy6KA2XdWycaK9c48tHfyFNt5EM8XmrASzA3Hkk6CvXuO6DJth+0i+A5fEQKmpQdJOdUZBA==","shasum":"ba2417bae04a384e0342d28ca418d279137afab4","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.34.tgz","fileCount":592,"unpackedSize":1031035,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwcyHCRA9TVsSAnZWagAAya4P/3IrnnBx9YFzYMnWX5R2\nu3bkkWSUJVIAudasHeSmzoZ+PSW3d/9LcdEiYiVAN4eTP1i5GxneBd1fxnMs\n2D1qVCdNZqqjmpzu9q5NpEJ0FhP/xJkG863tPjnFKlfaUer1idW/93O3VxF8\nwrGFUoJxbAZ2dX1bsbX66a726P39OMT5cEcrBlJPUN247hk6u/2WJJ7X9MN3\nDFQG3VWP6R6GdPAL3VWGMmmeSokfbYOT5B8z7RYW0K4+x45nmXFWmzhE4qyg\n5ggTlkvYSU6HNbBaxnkXGn5kn5IbXMwt0kBLw44EOz20t76JQ4srj4KqYMeN\nI7tijX/ZupkJnnoatlUiiXYRrt94SE2nrOtnmbDIY8qPmd9KxjlAj9ELHhIg\nFl1de0yIra2w+eYX6egzKS2iRw0PpdbN3c8SNtnWEiG7p8FqijVnzCb8fmY5\n7hQGvJumrBg6vzWG/0ADQitK/AShERmQ29tDAWJ1Pl2mneXvR6PaVUp2vCJA\nRDgSHuzioQWMv0GywV6J1RILdFaKI45yvwWiY7uWmMfnIbzKeh2KjD6whrrP\naCpugNsuOaFsXfCUKt1+hkFYtBopGQbU4jpY+E59nbOlBU5i9I/t5uCwO12L\n1K00XqkD71NQRZ4crpa3QiaemZOdK5LNLkjRkLzFMcq+gKzlEtF32dVqPO7K\n4VOz\r\n=yj4u\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFZdUnFQdS+oOU6pnObQ8RbguF9gOPrYQuhgOFULt+Q0AiEAmkj2N6j0iY9Vkl+U0iCkI6HHjSgmUL8euPzrDi3OdYQ="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.34_1640090759247_0.14680019387712928"},"_hasShrinkwrap":false},"0.3.35-0":{"name":"@acflow/rnc","version":"0.3.35-0","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","publish:doc":"export AWS_S3_BUCKET=app.acflow.org && export DOC_PATH=package/rnc && acf-upload-s3 ./docs","precommit":"yarn lint && yarn prepare"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/doc":"^1.0.1-0","@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"2b15a942413eeb1f81f3daf2a833e5d8d23d12d3","_id":"@acflow/rnc@0.3.35-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-3TLBgh6s6SIXahAd0f+EUei3ESAcyNdqJp7gfO/BSiF3aR5YmmJPT6aUJV8mN1pYh2bffLiNRxmMjNsvaT879Q==","shasum":"b5c4abfbf09963aeae5e907599796095156af670","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.35-0.tgz","fileCount":600,"unpackedSize":1040451,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyZZ0CRA9TVsSAnZWagAAyHAP/iKj6ndTm3ncg7GJne5i\nqJdX4M1zWaycW8DvRk6uC065UKTTv7xwo0n4mcUjbYtS8njha1mWjQ7011bK\nodBPaGHw4t5abCPo1LatLlsvkssYXzwNt2i3JKjtMRowaFmqP4RGUUL06eCY\nVvPd2cnEbxka0LovhFI6qgMv7+et6cojOxUoStph3l4bIVSFoeCdYdtNUsLG\n/gqFrkwqgqUH6qXde0Qk/mVH6+xeOu2ropIr61Z4+EgPhHVZcNCyfeCl2BN6\nofvikTFKfqtChOwFAVJPztgUUcKEsdG2R07ejQyjvwRAo7lbyASt9sx5YPX6\nMYVFKzIl20LkeCDJdNKpNW0G43Sqe7G6cy3iFB1K9iHIUZ7NPwVq3Lt9t9WL\nPG6kdT0T+412a9+UjcP7IFV2BandsymtUL3dmiRoNlYv4Uf8Ot5tiAU5BDGK\nr+mHsdVIHCawPm/lm8O5UAQ+UoDsYXRaRCQ2NhbN4cDMvpXBtFgsJnBFWpOt\nTFAT39esk2XKw1y96TBzgd2Vw2ZEB5MmHSA1yU/5gu/wwGAl65moupOpxw6A\nxALdDFPaKIkfCvuF7uIbA7gwT10raNxGpcK4HfiFkskbkdlMEAuvEW937Tz9\n91cpljgm4qe/E+6ovwvgLfnYmUiX5fx2c2KPHUPh4+wbFz/hokqzqCy0sSFF\nACHZ\r\n=yqMY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDm8eiPX10Zh59uXs+nNco2nHtpGSWKMiQvF7SG3WatUgIgOc7xC7b15g/f5bpCnp30Zpp2IvhyXNCF66dFaIrtJRk="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.35-0_1640601204038_0.4502376649387383"},"_hasShrinkwrap":false},"0.3.35":{"name":"@acflow/rnc","version":"0.3.35","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","publish:doc":"export AWS_S3_BUCKET=app.acflow.org && export DOC_PATH=package/rnc && acf-upload-s3 ./docs","precommit":"yarn lint && yarn prepare"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/doc":"^1.0.1-0","@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"64f5cbcde9083fd5447b65c9bd2259abcb17ec66","_id":"@acflow/rnc@0.3.35","_nodeVersion":"16.13.0","_npmVersion":"8.3.0","dist":{"integrity":"sha512-do2IHHLSLrhIEK8e1i9uHUIJbLiyuphQAIZJG3HWi52xdW5KeAvQNL2bzRzu3TLzeeZfHLzq94hRTx15V0le9w==","shasum":"24377310b122d1278b6a25dcda88a7db82472801","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.35.tgz","fileCount":600,"unpackedSize":1041081,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4pQGCRA9TVsSAnZWagAA7I8P/R8p6lH+qK7paBM5Gwdy\n6iCHzysRdIagjPpK9WURnF4YoWiCNIeA+k1PaQ+5lZfwbFz2OHOtbfz5t+uE\nx0g9K1kAXCOdTlAQhxE5cIxgilYF6QRuM0qFvMIHgk8lgPkTHJp768EzljJd\nml1kEDzfZEebqQ67q7iO9xgDjxVKs6C9Z/Hw3kZt/MBoMHM6OFxqXOvy5jE1\nH722GHZkl4Bph1+nxQQCUdMzy7SAXMeWXQLIQorsC8A2PBJnxVt4sTAHzOqX\ntNYYjijciyFYhBEp5O/oeczQ+OfAJy1RM7OwqGVQ8V7Usnxv6wxZhngyzZji\nDDuK8lJld3HXRNpay4mQW6cC8uJHM64S1O5A33S7VwL6A0WBG+8FUwWt2X5R\ncrTmhN/tvo2xjydLUxrO0JtuasU8lKkOVmInONYA2w7DsNzC0biK8IS2FH8d\npmEz1csBiL60Hsa6SR4tbIFiGoKSxG5Z1svPuy8PEhXoiLQrwU7h0pocXhIl\nSjjP3P0Yx2vqwQ3AiV+pPd9N5hu5zcrwWO9y87D8CBYvSvqaGC9UiJDGhLAZ\nlPYYHaESF1/JIvh/jfzTeIIzlTxVB7ADzKUZrTnigJ3VZe4rtvEgojRQuVIr\ne0r+ezSC99+p5nsQw7YGMBIYReMXHbkrvBp4WkBsG65SB5g8KxIk5QsuGLBw\nzh9j\r\n=wpc1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDzGLwRRGlZ7x4AkjfVKfc9PHRwK7mQSl5uDwuC11D8/AiEAnesXfRyrtpouCn2wB1ROndwlsM7XN7U6CSpZFV2MFj4="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.35_1642238982390_0.6804573639527178"},"_hasShrinkwrap":false},"0.3.36":{"name":"@acflow/rnc","version":"0.3.36","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","publish:doc":"export AWS_S3_BUCKET=app.acflow.org && export DOC_PATH=package/rnc && acf-upload-s3 ./docs","precommit":"yarn lint && yarn prepare"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/doc":"^1.0.1-0","@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"909f73451532f69d525f612db0151a99e7c23fd4","_id":"@acflow/rnc@0.3.36","_nodeVersion":"16.13.0","_npmVersion":"8.3.0","dist":{"integrity":"sha512-eCx0rAIAvkHgpZD6Ysqbs1l6O3pMqe9FoiGQZuolIlk+DV+lcGMQlaePOsEM+ntuMj0TfbP3PIz/xujRAQLnZw==","shasum":"93505920712331afbcb367247c47cec05735f667","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.36.tgz","fileCount":600,"unpackedSize":1041906,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4u4HCRA9TVsSAnZWagAAJBAP/0CoWBni0PWjGmgCnVat\nZU9u6wT4zcojhwH8Pd7wE9HzSb7SEtk7NgOyKzSudS0HM4w+IOKT4NGtx9Gu\ngHlun3A8Y1fxCmEOaqGFHf/5f8joFNGYr1Hw2BeRTOeZ9k73yii8I5eAQNKq\nvJJr7pJPMjdSoYIOUZjJWtyvJ6Js5GNbYwWUuwnnGX6KyawYxM5FOWIcRHxF\n/zf69PwE2Y6N+0dY8anldHlLv+DrsCz2WmLkqqU+HzwOQXs59h/Wn6BBgWfh\nYwhukvzyM9Fr0JvTChvnfswTq5nZ9gmL0E1P8pjNjZe7XZBmZ7v8RIWNC4MD\n2UkfiMjWqyGdi0fMZZ4XpF+9NJ036FvRp9esKQWsJWy8VACebXxYu6jJUZZI\n3xy1N6I16sMt5JCOMYtG7lqN226DYHgZR+JCqZBj93539UG+k9ydhwuOFaSS\nRfBSXPa8b6Wjc+k3nxo3ZhpaYvVXuGCF4dBZM248ye5g0BkYO6DN+TQ+vOs9\nyFoqcAiE0Wyeovu0EE+EVmx/YJfUOONwaqQOI7CqihjYnfXxwAiny02nBpJb\n5mHoL0m8mFyzL+p7LDGsdGaO43xPqL3QZ/26DEcE55KyZYmPSU8qGFYn/gQ3\n4+N5JzfVg/EyH0Q15nENUzkUGykXC7P5JTH1bS39DtQ+JXe77maUHON1ya4P\n4V3c\r\n=6MoJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFrf9YBTWk2m5uq+iPl9moyBQIMf4WzDVBMOCM4X3cMaAiBJraT7OOM+ZRHNFNEV/0/oqNWAvQeYKusq02zix0aOQQ=="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.36_1642262022842_0.6802381752369775"},"_hasShrinkwrap":false},"0.3.37":{"name":"@acflow/rnc","version":"0.3.37","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","publish:doc":"export AWS_S3_BUCKET=app.acflow.org && export DOC_PATH=package/rnc && acf-upload-s3 ./docs","precommit":"yarn lint && yarn prepare"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/doc":"^1.0.1-0","@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"106f154396f30b76222aba545f45f40767b19e60","_id":"@acflow/rnc@0.3.37","_nodeVersion":"16.13.0","_npmVersion":"8.3.0","dist":{"integrity":"sha512-7keVeIV+bkOAjwPk1rHr59kYKAj4V3n3OnmeBZQ6A7S5QZfLm42QjchwBTdgXvZUYNSXP9Rgf3IgH4SJhi8dzg==","shasum":"a35e86183da63154d5ca889e0713bb622fe3aa3f","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.37.tgz","fileCount":600,"unpackedSize":1042437,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6W4gCRA9TVsSAnZWagAAtrIP/Rh8cqgQB6mzn+gEtiBj\nKxAVtsiajeR9Q0763YehMU84GxVfQuKNlv7uCRfRe4a7+W9lbrWtaSRvtu4H\nwEu5vJB+RAoUrHhhG/GcS1ZIK+D59z0x0lDnMtytZOAzRST46iqOgog3zhY2\nJFyTOKsyyCc6sBMUlGT/8quq6fI6tr99A1uPMDIkQq9Ei0ZAe+j4YW0qMEE8\nlQ3h0wJSeFI/M3Vr6YOjNX9RRBNVnIZoTnNaOfr3nghsYEK9A2DX9YSra69f\nkbKZAaNBek6ZbM8owfSO933TDUNUn/2E6d4jWcGqlTdVryi12RI7HexX2E5k\nj8xC4tC4uJfzglDaiY+BQjw5GbS6pG1JIEZoh/ZFGYmaDT3NIkL645CC2HJg\nNl2w0ByZMSvefxkLT3Aup+2CWKzSiGcTjFH47iJOCHzu3Gr6/kxqMRH3O1vr\n/mB3FXGXKt9Do19Us3wby2j4D7LS/XzaqSx2xtCdY113piBsPuYa7/Y1O2pS\nGdEZ5a2dbHLhFWQc/Hm9UIM/hJHon0PHNVo55SP7LNcTPSJtJGmwWDJtccjw\n3ftDnf+NubhfxFNtBxjLgpGG3spIvML3faSEXguiEiGXyRY3G2LUbSoUt5JZ\neDh1FsdNYpI2D0MHTuSLsxiQxVgDp2uXbxjeA+gBkgLAqeEvYui4CyVTO+lj\nFCmD\r\n=YasE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB26Gdy16T2v/rc/GDapAXPFPAj57DODHpvmKu1dwYXXAiEAoJqPrnvXIgcTPx3t+zd8k+vjNXukG6MrduecOMFzvkE="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.37_1642688031773_0.940995738140487"},"_hasShrinkwrap":false},"0.3.38":{"name":"@acflow/rnc","version":"0.3.38","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","publish:doc":"export AWS_S3_BUCKET=app.acflow.org && export DOC_PATH=package/rnc && acf-upload-s3 ./docs","precommit":"yarn lint && yarn prepare"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/doc":"^1.0.1-0","@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","appcenter":"4.4.3","appcenter-analytics":"4.4.3","appcenter-crashes":"4.4.3","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"9e24efec1862ea4f8b3d7257179a28c513b6348f","_id":"@acflow/rnc@0.3.38","_nodeVersion":"16.13.0","_npmVersion":"8.3.0","dist":{"integrity":"sha512-W/zAaOzDYoZzmsKUC6Lamf346sTC3tzK1ClkkdcvbMtOvFyZ/2sOJQRElh2asM2VWQphRINKmXgcKKUA2JPvuw==","shasum":"e9106ea8c506ec95f439c57ef457ed4c14ea3d3b","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.38.tgz","fileCount":608,"unpackedSize":1048277,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh87hXCRA9TVsSAnZWagAA1CAP/iVrBoWYi679RLY5E4dp\nyvIUOM8kvqclVrxanAPOUa4VeUcg2f9O3YzlVgvY5HTNaRSQWQ27iUG6dr7Z\ndRI+7VH/+eVTiVfN/viRd4GZnHaQE1UdMo5eYJseAS2e1Dbomz2++oe0nPQA\n15dOro+VTqVnlK5Ou54+Qv6WrNCBa+j6ah3nurfOz08ueHJkVfwA/CGSd0T4\nHGZ4ZzArQna6Cfi13XDyN8lnvYdZcW6OnfgEcBJkdJfIZZQ5AMDseTktDEp+\nRcC9gLcPkAemn+yDa89Tv4+UmAuQgq55m/Qm3DRWX41zUShigDbmL2hIirBE\nH4R1hs1iB5CvkG6kWf0OlGM6XaBPzO5TBgeloBgVQtuJa9Qwma/qEMFROW9C\nU5iLU4Y5pqqQrxYv1yIJzzYnBOFIBrMxhmrqnA7tEfzRGdd0y1YRJEi/0EbH\nO07mfk/YjIGa7Bm5su7TWUA5NUBs+zGqSszgvqJK0/cIA4v8WqRM+vBJ/6sU\n8lfG43ML0c6I0vpfm8mQ0SCox4tQk8giL12XMiB9Hoq/F5uUobyLuirgx2QK\neuHdw285g3IjokeeaQ+LK13/aj2nLhSZBPPCsT0hI4HrUiAPeKqSUqRUfCjZ\n7PuJiMOOxlLEXSfURDnUS+PIty98QAnFTabmwhO4c1LzQB64CnsjyBk54U6x\n7Fft\r\n=Flb5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA4DIG9ex9na3UshA1AGpuwYnwhuT5jiFK3Hl1Erne7OAiBNczDLZOOn7siaYX2d0vY4FlQz7XOW7HeKpQf/5Wv6pw=="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.38_1643362391742_0.2688812416972173"},"_hasShrinkwrap":false},"0.3.39":{"name":"@acflow/rnc","version":"0.3.39","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","publish:doc":"export AWS_S3_BUCKET=app.acflow.org && export DOC_PATH=package/rnc && acf-upload-s3 ./docs","precommit":"yarn lint && yarn prepare"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/doc":"^1.0.1-0","@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","appcenter":"4.4.3","appcenter-analytics":"4.4.3","appcenter-crashes":"4.4.3","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"af9f3db4d45d3c9f995622d2d675cae2319f4476","_id":"@acflow/rnc@0.3.39","_nodeVersion":"16.13.0","_npmVersion":"8.3.0","dist":{"integrity":"sha512-lp3/NTTdY9bhHSfVIDrPShJK3YZhPgRYiBghAdCPe9dtCWy7DJTsKDAxUDtJbLFcAMWqjRiKIKmvkKg5wPW3dQ==","shasum":"65b4d542358ce4cbdd0e4df676a99f7248801048","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.39.tgz","fileCount":608,"unpackedSize":1052771,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9AX5CRA9TVsSAnZWagAA8qIP/3aj9YSZbKueuF8RjMwy\ncyAEXmLS2oC5VwUnD50/MSf7ifaNyWrQ/TG0pDFJDV/BjF1zMWpnpaRJRry8\n/Y4whR3bi9Azf3RCk2gBLons7bCWARU1PhCBoZc1yUFzaW0ZQFJaakAm1t5+\nD+kyOAwWFio7IjFhnB1OxZ1AXOpj3nzc6YCziWoZqTi+F1lbwmG535EPexYN\nLqd0GaTu1XFLF9okU4GzmudZ2o0/VbRFc/tS4PzzR4tr6pqVMdliGCaJSmnO\nGdvXYni6dMiwEjgEHOqKMYa3f828rgPE6AwZNqDv587JqykKw1Qkb5XlvEvQ\nJUNqqhPuGHzg+47J1EOP7MyCt+EGWYVzam9O+c7q9fQgVgWL8QwkxSx9xN5I\niz62ZUg3BwpB9Ct8ekldffGBLtyLkDAJAY/eQ4q9W3rF9Nwzbc6ZkmyAY/WP\nBGAK0sdSMJ8+xXvOpn5GybI8ASL9Ss86mBkhGC0v5/juYIimhGeagSxpMd5A\nyBkH2T/6fqyhwOX1ExcU7jzssst65MShSfGfOB3+MCYUw9sQ1VDC5Ov47go9\nNoBxcoPsxwQ+YerunxFRCCWQbt+O+2y0J5OA+J+938kDSwpwP3hlvmoXHG9r\nfWngQ1LUUMZFcLM0lMJRGXzuG8VwexlBhGiJF1y3QbfP5dEA+LwaAVITRzYQ\n2FWY\r\n=cSTj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE5svqmsXmluyh908ayq/v4l9/yPrcOR2SfEG2h66TyLAiBKi4muqSQPh8X96zLSWTkNXsQpFYyoVL5oCkmnWbrD5w=="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.39_1643382264702_0.38550003469641436"},"_hasShrinkwrap":false},"0.3.40":{"name":"@acflow/rnc","version":"0.3.40","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","publish:doc":"export AWS_S3_BUCKET=app.acflow.org && export DOC_PATH=package/rnc && acf-upload-s3 ./docs","precommit":"yarn lint && yarn prepare"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/doc":"^1.0.1-0","@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","appcenter":"4.4.3","appcenter-analytics":"4.4.3","appcenter-crashes":"4.4.3","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"fdf715b053c5ac54d09e44700a48ac01a5efa462","_id":"@acflow/rnc@0.3.40","_nodeVersion":"16.13.0","_npmVersion":"8.3.0","dist":{"integrity":"sha512-i84gyvp/4nuDxpJL56P8TSEItZVzqQABn7MqpY7RqDXRL+YrPVytMYDduZLF5k2fB2S56Mz8fJihgXT8adVL3A==","shasum":"3086a9ae9e0badf614c2cb881fd259eb0087fc80","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.40.tgz","fileCount":608,"unpackedSize":1052753,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9A6ECRA9TVsSAnZWagAAYN4P/1fa16R4LRDNns18oJHS\nxMN+PKWIeDaNg36q2U1+KNZz3pUZfbOxfZtUNmNAEVkrUPkw85Rpq8AxA4i4\nh1NIAwg5Dm/38Luc2OG0yB+BXKKHkfnB+JlKkIoQDBv2F7y+rqaNYKM5Ymsj\nCUF/Vp481oTvogYGDy5gzbtEgm7JtXSQLm6WKBZlTcUYldhxraqvqr9ic2D4\nfcLcWRn/JVCall77xXMWHDRUOPj3mpHDZYYgpdkaVRz/t97nw9DRgb6WLT8D\nsbu1SUAzsFapMo3//VvQjzZJl8KfA8wEsWpu4lXRVAnz05sP/L9n+rsvL2AQ\nAW4Gwr03nTvTdJk7p+4JFQE4qlFqv/0W90H8qBIEJRry+nKzG0M36VbPrAqR\nooft4vuQZJUiPgFVfARFC640Q7bEtvi0bbeJI9C1sdVeJUOY4lzkafvjh/qy\nch7Boka+daw8QTM4BJK1VBsnQk7DTvVmo1tLllEVVOX+/op5WXKux2tZG90o\nGIzG9bE8zCaF3S9NHtQ9KBtspBOnSydKmStihHsKCy1sZTDSJUl7wddHSRuW\n+Sai9vGDHKG1n+uy6hT04shc1Di+KoRoGoKWH4euM1D/LlK36yEyTc6wqASw\ne5q1xPOYNOMrdRiBCv8FAQQahZCMp5hINnKrVajmX5XGmlvf0MgiCUPmNdMb\nrCFo\r\n=gqWM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBoCys+AlmdwF+L2rtwcWtHl3vmUK3WfJNrWbag+JocbAiEAn2/FChEmUZrrCYnq8NUwmSJjuMUjizkcTnJ3cTqbHXA="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.40_1643384452321_0.07115918913678243"},"_hasShrinkwrap":false},"0.3.41":{"name":"@acflow/rnc","version":"0.3.41","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","publish:doc":"export AWS_S3_BUCKET=app.acflow.org && export DOC_PATH=package/rnc && acf-upload-s3 ./docs","precommit":"yarn lint && yarn prepare"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/doc":"^1.0.1-0","@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","appcenter":"4.4.3","appcenter-analytics":"4.4.3","appcenter-crashes":"4.4.3","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"8a51eab3bf6943bf0a3343f34c43e5e64afdf9dc","_id":"@acflow/rnc@0.3.41","_nodeVersion":"16.13.0","_npmVersion":"8.3.0","dist":{"integrity":"sha512-+vz4stTKc3WtsK2q52fCRfX3Ybv8RvwHGz1frQGwFrF4SU7h4ztcT0agzPURvXH1yKr513VjBdIIuceCmyq2Jw==","shasum":"8cc48d9e4dbd2fa05667c6905816a1bf84eaca95","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.41.tgz","fileCount":608,"unpackedSize":1053889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9BOGCRA9TVsSAnZWagAA5LwQAIvCg4rRXClJujH20T3b\nDdb2MkLfiViYc9QkTf0TVR6cd8NWXQTBqwpXP4ZDVKaNs2zpGE1H1eh+MAY/\nSna616lCdc5JK2uYsTmXVy0dPC87h6DK7TRmfUpo9A8PAmEyIg21bQFu6c/y\nME9FT/Zl0uWeR3jCMFg/5xbmmp0LQ8jG9EsiHIiNLZnMqWeIGGnVRU+yvHeB\nuCgx/YjOS7O6dZqrOLfFq2U+zqHfbPPQ9Pj9oAHoH1SqQ6sZ3NvsgDbioa6X\n5gXY9D5Siw9TYQeNEyz2016+qr7Bw+xNsaO+c7DyU39QCFBLhrYjJdxKjfQ8\nilCw13fEfiLNtptlEGed9zqpGdWoJU4grLdTvhR9t1O5F9qVQxOUubHio/UE\nrIy7KJvI9b7+OeApaHg+jFeKjDmkox0zyO+c1lD28RMUcp36X7TCta++tioa\nOjvvxXtXYB6lvtKtbHoZl2sKnKTpWBF8/mTFuTVdk0yqU6bOvNXlv+dua62B\nt3o6A5fykEGaznQhH/CsqF8TUG95+TQSD7mf46bEROvAr62nr2f8pigaV4t6\nwBjpfL9UFDK9bt070SuHYoq4Yxb3CfHFumZS8eAfl++QiK3Qs14Uqi/eScea\n7k0v5fkUo9aTqCqRxM8Zm+zQZPlcDs+gnu/+O75iniSogpd0mTERFlX0bNe/\n+SMi\r\n=rpPB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH0cJHu24ludF9IANowZJPpQS++D7HYT40VAvdgIr8U6AiAu0Fyk5VZgpkTnYkR2oh5HoOyA3jnxowUDVbpmbJipUw=="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.41_1643385733944_0.08952940353370198"},"_hasShrinkwrap":false},"0.3.42":{"name":"@acflow/rnc","version":"0.3.42","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","publish:doc":"export AWS_S3_BUCKET=app.acflow.org && export DOC_PATH=package/rnc && acf-upload-s3 ./docs","precommit":"yarn lint && yarn prepare"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/doc":"^1.0.1-0","@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","appcenter":"4.4.3","appcenter-analytics":"4.4.3","appcenter-crashes":"4.4.3","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"9c33e78362f0f3b33569d7723e3b642a7b11f268","_id":"@acflow/rnc@0.3.42","_nodeVersion":"16.13.0","_npmVersion":"8.3.0","dist":{"integrity":"sha512-W+Fjv6JClnpwgQ+heFY3p52/XM5I90BqFWCjJ3b/cxn89hvcZrWUEzRKAXcSeUsfEWu4vulxtO0ci9nufoIfaA==","shasum":"842f25b5be57a4b4d8e6eb1c3bb55347dad140f4","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.42.tgz","fileCount":608,"unpackedSize":1065983,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDMfLCRA9TVsSAnZWagAA16EP/1emQ4EcYO35zfv26dl8\n9dCVBvYxeSa8xdQVkqD23og2d6iArjuKaGmWBgzUBMEgqa0YZ2LZgnCq+a+u\ngs+ONrkH20ssV+YeK76lahRS2eNsMYagQlU5OU92uOr1fwv0cmQ8T1ckzFgR\nc5l/EcYNFniOhI6Q7OkQSRLfRftPNw8P7z/uaCPGX54mnzBnQNwGpXsLGaPw\nXfdcDsfc6/ug0Ytwt6KZCLpBti+53k8EwAkJydVOaU7aVwwhXhhXz4LpnRqh\ng52FuTPeEBR6oP1zwG3V9b91sr0vSpxAQB5Rbs4uHN9oGoC9IZG5RMarAJzb\nw8RqPOtNjws5WRQjf1sq2s6Xi/8AVnv7S0UihfUxp4J07GDO7lnHuyxgszYf\n7uuY6/6zqRKwrPBJMLLxGy9bIk31aokVtTun9v/a8mj6UCS5Wp77aSIrfUVW\nAoWWTTuP6qvhw1vTvcxglJMRxibfJ6jXxsQZLv90M2NOUVpAYUtLtQtqRIrb\nCWIII+PWwHK70kFQEnm27JiVObafnM7SPckC+znNcRapcAuXMv/Omb09hV6w\njhmiFlm85xec/c60IhyBEHWRYKOq81LQc9zUO65gqcw7X2PKjQJ23YGWV8fA\n/IPzvLjqQMXp2yfd3E0qY28wRj0ujqGjVMkxvC9sU0VJxxudz9vu4s+AE2hw\nkQJX\r\n=rfKS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1g4bBqTciUBSzc+vwbsq6XRY0p7jmkdOVG7rCBglLsAIgesmt+k0TexWoRqw9mbnfnXGAte/EU+X63X3PhHkkbK0="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.42_1645004747287_0.8316120055184173"},"_hasShrinkwrap":false},"0.3.43":{"name":"@acflow/rnc","version":"0.3.43","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","publish:doc":"export AWS_S3_BUCKET=app.acflow.org && export DOC_PATH=package/rnc && acf-upload-s3 ./docs","precommit":"yarn lint && yarn prepare"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/doc":"^1.0.1-0","@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","appcenter":"4.4.3","appcenter-analytics":"4.4.3","appcenter-crashes":"4.4.3","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"52e8db5455d64935d1f1ea61016f581d40506d40","_id":"@acflow/rnc@0.3.43","_nodeVersion":"16.13.0","_npmVersion":"8.3.0","dist":{"integrity":"sha512-49vM0yDXmRBTQGdZADay73Iu32AmR236Z8+cdofKPtgf63gYlr0IbueTju+1uapdpTbFKfrsg8oJdgthd+nO2g==","shasum":"61495a2844961e5a666d4036333fc469f805db4b","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.43.tgz","fileCount":608,"unpackedSize":1064535,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMtj7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqwfQ//VYOw5qqUTfHObW/ow9hr5pFp6zZRj7PnNmMP3Hn0ws02Vhp+\r\nzUqwwVdgugzuz3fmSTBsbO/cqEhDV3O1AYQcBXKwNExQRmV1WwEut2hoSn5H\r\nTK5jjJnFgZujjEyHUfuI+U0uFx2u8U/Sh0qNs1VCZ8ZAP60KuACOi2qk25Dv\r\nsErPaC88z/NfrAYbaNWuBT6s0Q4tNQUvF9WvsTSWf7HskINZB/YATuWNr4gg\r\n/eQkWkwpWB54hnroceIvNVMWLq1K9n4QmTn9P6MyzgvHt2Kuad0I6zKMusZe\r\nR+5FN2bJi/9WkyTBg3UdGJJVwNjcj4BX+ZkywjibeUrLIuc3chyup3t/b4b9\r\nJgCi3Mn3g+85l3fp0syfTGzksPrz/EuFRmSd6Ym5HoJdfZCsv60vdeNzHet+\r\nEIH2TUet2lu0yH0HPgU+mYE7fYmZiRCmL9JJNkikmu3uyH+Q5XyJI+57l/k2\r\ni7OnfVJTDRw6Taiddw9hPg+pRBLosRQaBur2I/C3vLM0rMzZO3h30RrAfe9V\r\nHNJGMGE/z1uAzjxx0CLN0u4ag7JJ78KmX2yNZGXeogcEMkPLN5QRW7xsoiS3\r\ngyLFQm0p4dU34UcKiWHv2JpkdiPoBqVqrPUcFXHNnK5Cd4BjCIj3ORYii8Ao\r\ne5wIyzQPOXwx3Vp//HJMBi8dJVS5pN38hAY=\r\n=lc3M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHj52GLglTBJyk5tPan2DsdGpDd/LMf5+CMOdCI84ty6AiEAhIW/ufzduQfYSnPqaBafuF/V1WXUjl4dO64lvXOGDsw="}]},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.43_1647499515096_0.22157057210754427"},"_hasShrinkwrap":false},"0.3.44":{"name":"@acflow/rnc","version":"0.3.44","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","publish:doc":"export AWS_S3_BUCKET=app.acflow.org && export DOC_PATH=package/rnc && acf-upload-s3 ./docs","precommit":"yarn lint && yarn prepare"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/doc":"^1.0.1-0","@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","appcenter":"4.4.3","appcenter-analytics":"4.4.3","appcenter-crashes":"4.4.3","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"544bcc330aa4ff8a00f78244f3fe12ce61250f8b","_id":"@acflow/rnc@0.3.44","_nodeVersion":"16.13.0","_npmVersion":"8.3.0","dist":{"integrity":"sha512-vvhaQz29BDjYrVgKG5hxDVKQTmjJr2VNoHxzU162p3r1Domi1T5a5LXU07O78ps1hbXbodJaNzyKvLadMNdrJQ==","shasum":"041327ec3fbe324a0f26e9c4aac7eab3b647fcf3","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.44.tgz","fileCount":610,"unpackedSize":1069684,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC3LTopuVI52X35zlo7fHjQrgm1G20Bb3NUwA7l8v/RqAIgF7MU8VgtfpiE3fZ/PWC1OydlPtqPu6STpEk/ulm/ciQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiikh8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrBcxAAmhk7KLgUd0XOUArLU4uvN6qGBd/DJoKT8iixTqm0+HLoLsbd\r\nv/qTFXLA54p7phFalXPxLsBoW82zDcopFEZFCX6OPlxd35HT7kz/CoA0ZmJ3\r\n5kVwBbE8SJ6kuW6xspur/Qv8pqQI+ShNPi9hB8PB2cwnTGREjql0JTvHFhWY\r\n0BHwSejS/L9/utGjZXB541H03N/6hMC4L3UT8c0KQW15JI9VYJ17D6L0cUve\r\nunDyM68H32DlB35/hBSu1mqZPtb7lxBa9OPxILUNrkMzL3F7DAYCzs+g6/1H\r\nh1wlOSOzEyYGExzUbfyq8qWHz1/eo2Xunc66vp3aQXY5Osh3bpx40XoODHNq\r\nWk4SK9kCMtXweijbFa+3IjIA1cfxJ7dgBr5FI4mgAOtcqDnQnCctbkRBOEkD\r\ndKFN5Pig6wngIwsaKdOYF3sDQHMJZgah9oeo8OAU4/PAZGvH01PitvmZjqi2\r\nMRS9Di9CtMp3wo/M65k+KBVIUpPs+CHy+LTv9ujg8qo24dm9Gg/xcTMp2rI6\r\nRT6XJsKsszBs2H9ygdmAU/fb3oM/Y4hBQcqG3u9lyvWqZ7H6akEs8Zl5zmYa\r\ni5t4YMF994TcycydbTB1fKo56h+slntfyobV/SviE1ocH7MgriWnZXLLb8bZ\r\nHyH4LOQjBbpPcU0wd0oVh+sUH/YhoyyqtZc=\r\n=slbl\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.44_1653229692014_0.08719261472798889"},"_hasShrinkwrap":false},"0.3.45":{"name":"@acflow/rnc","version":"0.3.45","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","publish:doc":"export AWS_S3_BUCKET=app.acflow.org && export DOC_PATH=package/rnc && acf-upload-s3 ./docs","precommit":"yarn lint && yarn prepare"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/doc":"^1.0.1-0","@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","appcenter":"4.4.3","appcenter-analytics":"4.4.3","appcenter-crashes":"4.4.3","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"47ecfaf88b0e36b06a7ce4d42bd0c889064c7430","_id":"@acflow/rnc@0.3.45","_nodeVersion":"16.13.0","_npmVersion":"8.3.0","dist":{"integrity":"sha512-d8gWzLcQ826CqB/I0A9OygPxuHHY48uV/fcgzTLZ/DuFhT++HvZ0jIbPZ13AWs2uDfaGqLEKF9Inp34w0P8Tsw==","shasum":"44074f5e22ce8b73daac3a23b1adff6281d126ab","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.45.tgz","fileCount":610,"unpackedSize":1070565,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICWTdNgIaICZzX8uZ3UcP5eWUR9JN5D7bBzMwzSG4vUlAiBWWkk8xcY4ByrhHaaVJ1nBpQuVR+CRta+PaPdWsvHulA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinqz7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqv4g/6A7ks/ckxnSUfZlRBAxdzuAPEfZciW1Me0jsdSwtZXmi8Xy2f\r\n3jECmqt1SinS8iN0tm1hQs/LNG1NZMQjk9VBtFCGBVbuX/mSpvJY9PA/ZCc+\r\n7ZQLwccyow+Z8b+Fm72Nq0oIsoVB9rP0NGkRmdKeUViDMkViQgrDt3dMByA6\r\nObtIOrHgbAeFvVw7n8X5yICVR7LhmUaxIVANgdMR28hkM2Dpg0F1Zjfp+kJt\r\nhDYd/hmuLtzRj4EmyZMd1DgqlAnS+5yMvvcgGz8TnK/bGDbtWPra5KK09Gbr\r\nMy/RRf9XEInMVsAeDUrf3+CO0pB6bfX0eWDJsb1BftoVXlDgfNLUa9Ke4vYL\r\nXEaWQE+R4n3BkTNLn0SXBBmjAaBoxGj1K8FsVb3EUROYBHqSIT8tbSYrJIWz\r\n4VvXCUrbvXEWtwfXHwugqapOz49o9hnlcogSKbWfouLevre1q19N7Ke5WcO/\r\nwcFPcQDGiilyBezKKu+HZzlI0/+3RdKN+S32cPHaOUKVOHtNduC3f6xqwvKd\r\nGHEUSTEXHe+hEwiXF0rf9v176aBPycS+qGS9MtgAWuKblcz3mwmkI5+n+X6h\r\nd1Y1TdKyonzBwBlMMiCt9b3FwDXCpq22OEqRXpltzA499hrox5dMuoMrk/mX\r\n1lW0iSw4J3JOCOailmIILtr9aNofztIqhZQ=\r\n=KscR\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"bevvvis","email":"bevis@acflow.com"},"directories":{},"maintainers":[{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.45_1654566139546_0.17984234190882287"},"_hasShrinkwrap":false},"0.3.46":{"name":"@acflow/rnc","version":"0.3.46","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","publish:doc":"export AWS_S3_BUCKET=app.acflow.org && export DOC_PATH=package/rnc && acf-upload-s3 ./docs","precommit":"yarn lint && yarn prepare"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/doc":"^1.0.1-0","@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","appcenter":"4.4.3","appcenter-analytics":"4.4.3","appcenter-crashes":"4.4.3","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","path":"^0.12.7","path-to-regexp":"^6.2.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"^1.10.3","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.10.1","react-native-safe-area-context":"^3.3.2","react-native-screens":"^3.5.0","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"^12.1.1","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.10.1","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"16.13.1","react-native":"0.63.4","react-native-builder-bob":"^0.18.0","react-native-codegen":"^0.0.7","react-test-renderer":"17.0.2","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"react":"*","react-native":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"e8c708205e96e88ca53fe42f42788f1e68d8bae9","_id":"@acflow/rnc@0.3.46","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-7f9I9r8B0QVlXtpGjokYGGrb8mpDCA5jo9b4Rya5ctGEZAkFUNC0q+Ezwdvg6PSGnQkhIzyMSribsJUrZkEdRQ==","shasum":"3b0db895d04562c4502dccb5296c28535dfe5def","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.46.tgz","fileCount":614,"unpackedSize":1081944,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCAzI0ENabINAAi8WAncJC4kEGIO51xMMh8nhTUDgHBFwIgFAEzwWn2+UcPc7yJam7pWS+f7rslfd4FRRNT5+IKg1s="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioEUDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmphABAAhYyfMdftwu+xmfLenvBuiZFFviRwpXiQh7bd8zJJ7StZ/YIl\r\nG+ZOsfdeXlX0wS4/fOtVc84M+puJYVwKi9dCyPMBqYghl95UHAm0hqd8su1C\r\nGUN3Xot7gMKdnqwtiZdCbcN6F3XViJocvMPmTHbJmB5HJWHwf3LuWaFyb+4h\r\nOMvJoe8c7o90uDRMD+o/rfGqhB0PKhQooELC8KSKahLuGVNbXgvsoWEqVQH3\r\noLf2Que01DYcXgwpiyo6nttPParmNOv0Mw/fq+nLI8KSF/IOU0hikU0/MA3j\r\n79dsl2zKipejqgMRlB41qIvhvQ1cAT2P9PezGO5uQdZ2K1ulIeM1/8x5Z8bw\r\nd5dap44F60i2FWwD0+P3xh5dLDktUAsrhokJI9VPvUxolnKTlZF1zSbJVEDj\r\n1B6b4cPuIFTL+8gCrLWOugBgY3HpXKah+3NzFQ5GevtvzMutVcJTSoY+8B2/\r\nn9is0n58yhRaNXHVtDSIJhPqbxBwtrmZgJ8GBIdzSKsmfyeeg19bX51YM1vX\r\n6GVbFU71OJnvfZnZ2fNXFOYEbRc2jVekmBqV7Ojd6Se5UEN3aJraU+QmlU19\r\n80YzNs3UPAEqfNc1Fu2nF3U9yi2YLIwusjvW5N5NWqoGjC+FTR4lEardvAc8\r\nIGrQbQuD/KhXEQpK2bXRBYTAShn07NxbZhk=\r\n=Yb7M\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"junkai","email":"maojunkai@acflow.com"},"directories":{},"maintainers":[{"name":"junkai","email":"maojunkai@acflow.com"},{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.46_1654670595239_0.7617892657435006"},"_hasShrinkwrap":false},"0.3.50":{"name":"@acflow/rnc","version":"0.3.50","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"lib/module/index","./components":"lib/module/components","./contexts":"lib/module/contexts","./hooks":"lib/module/hooks","./i18n":"lib/module/i18n","./managers":"lib/module/managers","./resources":"lib/module/resources","./shortcut":"lib/module/shortcut","./types":"lib/module/types","./utils":"lib/module/utils"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","publish:doc":"export AWS_S3_BUCKET=app.acflow.org && export DOC_PATH=package/rnc && acf-upload-s3 ./docs","precommit":"yarn lint && yarn prepare","postinstall":"patch-package"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/doc":"^1.0.1-0","@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","appcenter":"^4.4.4","appcenter-analytics":"^4.4.4","appcenter-crashes":"^4.4.4","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","patch-package":"^6.4.7","path":"^0.12.7","path-to-regexp":"^6.2.0","postinstall-postinstall":"^2.1.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"2.5.0","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"^0.6.5","react-native-photoeditorsdk":"^2.15.0","react-native-safe-area-context":"4.3.1","react-native-screens":"3.14.1","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"9.13.6","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.15.0","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"18.0.0","react-native":"0.69.0","react-native-builder-bob":"^0.18.0","react-test-renderer":"18.0.0","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"@acflow/doc":"*","react":"*","react-native":"*","react-native-camera":"*","react-native-device-info":"*","react-native-gesture-handler":"*","react-native-mmkv-storage":"*","react-native-photoeditorsdk":"*","react-native-safe-area-context":"*","react-native-screens":"*","react-native-videoeditorsdk":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"0e6943d82c0fbec846768044586f928bf4ada99b","_id":"@acflow/rnc@0.3.50","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-Nk2Rx/iggS67l5LZMNwqNtoGdo7+NpOoQZdkDpx+Nynpanhy+fpwgvzSZz3PQH9WrO8LL4auEDs2ste/jqRsMA==","shasum":"99a4aeed388285a06bfe4ab0b251f56e713a25bf","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.50.tgz","fileCount":614,"unpackedSize":1083893,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBZ8woApggcJQ5xvJHFjLB9pC8UX89tD2TX+cTc2aOZlAiARfZr1crZxNgXtl92dSMI4TWEdLKn+2WY1FJp5UClaUg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiw/6hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpGiQ/9H9dKkRhdEg7tY3j2g97NC3PqIdTA7T9PxXbxYwNmPJqI2HRI\r\nbLkgNi32TfWOWee6Zk4HZ939RQiqHzpLubEOemzyoACtno7jFEDqp2g6t3Cf\r\nSaufGGiihbICsN058S6AnqQNdYQgtO79SwdMPeUlg/6e5DGN7wyk9XQDvNhb\r\nDQZAGKtjtZ4c6L3pCAZXIpE95rYcvarNJn5F2swSxTBxxRf4w3x2e81Z4NZi\r\nChPDcbD9/4FunLDP50tp2gZWq3/uj8e5xJtoOTI+aw8UCSRUQCljVtkw3TfS\r\nmQxv0unBkr9JO5gxDwT4J+WCgQ8DdOrYo+I/OHdQnmMYEBuHUVzj3+aeoV8I\r\nt9/+W8++pQ/gdWBveLLHbr1k2eKA2eS640Uuy8+UftZ6sOZZhlWMdAEjAtZ8\r\nDDU02i2rzH6gruMs/cBL8+yCpFSeuYfmWyeReHUY/Z/tg+JW475nvP+uz4Wt\r\nLv4O+GkLkcJr80so19Bbe5i1g60hg4yjgzCQP+eGvdn8hLn8zvga+kE9OArm\r\nzkC7QGFFiTaBSrvx8LBCkE0YQ6NdT9XoVpyuQNJeW214ZWczm67BmjIbghAQ\r\n5MeGsp+mTX1DBwS03P2/+9WlMMatci5cOSMvTDpBgVuKHQZy69DB8i2bCFgu\r\nh/Cn8jnGOGQGROfF3gkQvX/Hok2Gdzw06ow=\r\n=l8c9\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"junkai","email":"maojunkai@acflow.com"},"directories":{},"maintainers":[{"name":"junkai","email":"maojunkai@acflow.com"},{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.50_1657011873569_0.3598145152842087"},"_hasShrinkwrap":false},"0.3.51":{"name":"@acflow/rnc","version":"0.3.51","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"./lib/module/index","./components":"./lib/module/components","./contexts":"./lib/module/contexts","./hooks":"./lib/module/hooks","./i18n":"./lib/module/i18n","./managers":"./lib/module/managers","./resources":"./lib/module/resources","./shortcut":"./lib/module/shortcut","./types":"./lib/module/types","./utils":"./lib/module/utils","./package.json":"./packgae.json"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","publish:doc":"export AWS_S3_BUCKET=app.acflow.org && export DOC_PATH=package/rnc && acf-upload-s3 ./docs","precommit":"yarn lint && yarn prepare","postinstall":"patch-package"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/doc":"^1.0.1-0","@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","appcenter":"^4.4.4","appcenter-analytics":"^4.4.4","appcenter-crashes":"^4.4.4","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","patch-package":"^6.4.7","path":"^0.12.7","path-to-regexp":"^6.2.0","postinstall-postinstall":"^2.1.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"2.5.0","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"git+https://github.com/ammarahm-ed/react-native-mmkv-storage.git","react-native-photoeditorsdk":"^2.15.0","react-native-safe-area-context":"4.3.1","react-native-screens":"3.14.1","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"9.13.6","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.15.0","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"18.0.0","react-native":"0.69.0","react-native-builder-bob":"^0.18.0","react-test-renderer":"18.0.0","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"@acflow/doc":"*","react":"*","react-native":"*","react-native-camera":"*","react-native-device-info":"*","react-native-gesture-handler":"*","react-native-mmkv-storage":"*","react-native-photoeditorsdk":"*","react-native-safe-area-context":"*","react-native-screens":"*","react-native-videoeditorsdk":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"4d45441819e21e37ef3fb4319ec655adee75ad30","_id":"@acflow/rnc@0.3.51","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-/B6TRjINGL+jM0fKSolTOF6aS8J+ggR8UJvxc8aK+8bwv+ZclsxKjanZjj7B8mRyckYgkJ3FxR4Xmg9GpUvSWA==","shasum":"93f45f372fa545a90118c2a4d9792805d870f7bc","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.51.tgz","fileCount":614,"unpackedSize":1084011,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDyAUCpeANoIdErxKIY+bGyEqKc9Z7fJuDZnwtQSfzy9AiBSurl599fKH5T55+J2A5iAiXTIPFcvK3equ2vmv2Xsdw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz32tACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqElQ/9HlNfJJNX8a5OMuZNmVWwaRmUZnLpOqnrlpMI6u60mWNwRqVL\r\nrl2Hx9MNfGy4WEwo+P2XFz099ZiNbI6JqHnQfCugvr1WBMKu90vd/IJZoi+Q\r\n1j7sGEhsIRYx5sCduBfXAGtHBqp7BFecT2jfvjIhuy2II8KI6pIIxB5V9O3c\r\nuB9/5COs9vyqx0+vUsPaPFyt7ETno8dTSE2lgouea8RyHIFy4KV6GTQA7bEr\r\n7LmuoINK+Hgf4eh5l8t7V4lYF0H+y3eov6B2AGgDJRQ0pgA+U2+NyOUfmg9n\r\nFsB84UGlaM4pcB1zG3X7KMDoGbGYKO7hshmJy4WwJ+4AYG9z8CyedRnS4R4s\r\nbYURktiSvp/lFdvApdgm2aNI5giGe0S4/PdJZkd0RnKhk33i1IebvBES6npi\r\n6dAVy7hXkfTArrUb3GifC4kAgfb5DBj7MppvelAXKW0MrT0ikKQxz+sVBmPJ\r\nA/oGPkgc/P2Owq3/KxsHvVr3/R1gZ9RAfP7Ox26LqPy30LW919/3gpEcIFWh\r\n5iuXBtRFUwh5P4888tnCY+T13vDvCoxcVYliadQY3sy05HBEona4lg8/ZlUp\r\nRCAxsRBgGC1n2Ul2di55/T61G8epKvGZJnHvQp2+5omR19hFbI1uNSWtVAYR\r\nOTL5HfMxpnqNIXhEPLYJT/NOt4XJBKWZia8=\r\n=F1AS\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"junkai","email":"maojunkai@acflow.com"},"directories":{},"maintainers":[{"name":"junkai","email":"maojunkai@acflow.com"},{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.51_1657765293615_0.3939158359721475"},"_hasShrinkwrap":false},"0.3.52":{"name":"@acflow/rnc","version":"0.3.52","description":"the core package for react native application bussiness logic","main":"lib/module/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","exports":{".":"./lib/module/index","./components":"./lib/module/components","./contexts":"./lib/module/contexts","./hooks":"./lib/module/hooks","./i18n":"./lib/module/i18n","./managers":"./lib/module/managers","./resources":"./lib/module/resources","./shortcut":"./lib/module/shortcut","./types":"./lib/module/types","./utils":"./lib/module/utils","./package.json":"./package.json"},"scripts":{"test":"echo \"Test warning: no test specified\" && exit 0","typescript":"tsc --noEmit","lint":"eslint ./src","prepare":"bob build","release":"release-it","example":"yarn --cwd example","pods":"cd example && pod-install --quiet","bootstrap":"yarn example && yarn && yarn pods","watch":"nodemon --watch src --exec 'yarn prepare' -e tsx","watch:lint":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"example/**/*.ts\" \"example/**/*.tsx\" -c \"npm run lint\"","watch:prepare":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" --initial -c \"yarn prepare && node scripts/syncPackage2Example.js\"","dev":"yarn watch:prepare","doc":"node scripts/genDoc.js","doc:server":"live-server --port=7777 --wait=1000 ./docs","watch:doc":"chokidar \"src/**/*.ts\" \"src/**/*.tsx\" \"/**/*.md\" \"scripts/genDoc.js\"  -c \"yarn doc\" & yarn doc:server","publish:doc":"export AWS_S3_BUCKET=app.acflow.org && export DOC_PATH=package/rnc && acf-upload-s3 ./docs","precommit":"yarn lint && yarn prepare","postinstall":"patch-package"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"license":"MIT","bugs":{"url":"https://github.com/acflow/rnc/issues"},"homepage":"https://github.com/acflow/rnc#readme","publishConfig":{"access":"public"},"dependencies":{"@acflow/doc":"^1.0.1-0","@acflow/react-native-action-sheet":"3.12.0","@eva-design/eva":"^2.1.1","@notionhq/client":"^0.3.1","@react-native-clipboard/clipboard":"^1.9.0","@react-native-community/slider":"^4.1.8","@react-native-segmented-control/segmented-control":"^2.4.0","@react-navigation/bottom-tabs":"^6.0.5","@react-navigation/elements":"^1.1.0","@react-navigation/native":"^6.0.2","@react-navigation/native-stack":"^6.1.0","@react-navigation/stack":"^6.0.7","@rematch/core":"^2.1.0","@ui-kitten/components":"^5.1.1","@ui-kitten/eva-icons":"^5.1.1","appcenter":"^4.4.4","appcenter-analytics":"^4.4.4","appcenter-crashes":"^4.4.4","chalk":"^4.1.2","i18next":"^21.3.3","lodash":"^4.17.21","os":"^0.1.2","patch-package":"^6.4.7","path":"^0.12.7","path-to-regexp":"^6.2.0","postinstall-postinstall":"^2.1.0","react-i18next":"^11.12.0","react-native-actions-sheet":"^0.5.4","react-native-animatable":"^1.3.3","react-native-camera":"^4.2.1","react-native-device-info":"^8.4.0","react-native-dotenv":"^3.2.0","react-native-fs":"^2.18.0","react-native-gesture-handler":"2.5.0","react-native-keep-awake":"^4.0.0","react-native-linear-gradient":"^2.5.6","react-native-localize":"^2.1.5","react-native-mmkv-storage":"git+https://github.com/ammarahm-ed/react-native-mmkv-storage.git","react-native-photoeditorsdk":"^2.15.0","react-native-safe-area-context":"4.3.1","react-native-screens":"3.14.1","react-native-sensors":"^7.3.3","react-native-share":"^7.1.1","react-native-svg":"9.13.6","react-native-tcp-socket":"^5.5.0","react-native-uuid":"^2.0.1","react-native-version-info":"^1.1.0","react-native-video":"^5.1.1","react-native-videoeditorsdk":"^2.15.0","react-native-webview":"^11.13.0","react-redux":"^7.2.4","react-use":"^17.2.4","rxjs":"^7.3.0","tailwind-react-native-classnames":"^1.4.3","typedoc-plugin-inline-sources":"^1.0.0","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.15.0","@babel/plugin-proposal-export-namespace-from":"^7.16.0","@babel/runtime":"^7.15.3","@commitlint/config-conventional":"^11.0.0","@react-native-community/eslint-config":"^2.0.0","@release-it/conventional-changelog":"^2.0.0","@types/jest":"^26.0.0","@types/react":"^16.9.19","@types/react-native":"0.62.13","@types/react-native-fs":"^2.13.0","@types/react-native-keep-awake":"^2.0.3","@types/react-native-video":"^5.0.9","@types/uuid":"^8.3.1","@ui-kitten/metro-config":"^5.1.1","babel-jest":"^27.0.6","babel-plugin-module-resolver":"^4.1.0","chokidar-cli":"^3.0.0","commitlint":"^11.0.0","dayjs":"^1.10.6","detox":"^18.20.3","dotenv":"^10.0.0","eslint":"^7.2.0","eslint-config-prettier":"^7.0.0","eslint-plugin-prettier":"^3.1.3","husky":"^6.0.0","jest":"^26.0.1","jest-circus":"^27.2.0","live-server":"^1.2.1","metro-react-native-babel-preset":"^0.66.2","ncp":"^2.0.0","nodemon":"^2.0.14","pod-install":"^0.1.0","prettier":"^2.0.5","react":"18.0.0","react-native":"0.69.0","react-native-builder-bob":"^0.18.0","react-test-renderer":"18.0.0","recursive-copy":"^2.0.13","release-it":"^14.2.2","typedoc":"^0.22.8","typedoc-plugin-extras":"^2.2.1","typedoc-plugin-missing-exports":"^0.22.4","typedoc-plugin-pages":"^1.1.0","typescript":"^4.1.3"},"peerDependencies":{"@acflow/doc":"*","react":"*","react-native":"*","react-native-camera":"*","react-native-device-info":"*","react-native-gesture-handler":"*","react-native-mmkv-storage":"*","react-native-photoeditorsdk":"*","react-native-safe-area-context":"*","react-native-screens":"*","react-native-videoeditorsdk":"*"},"jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true,"tag":"alpha"},"github":{"release":false},"gitlab":{"release":false},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native-community","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"all","useTabs":false,"bracketSpacing":false,"jsxBracketSameLine":true,"arrowParens":"avoid"},"react-native-builder-bob":{"source":"src","output":"lib","targets":["module",["typescript",{"project":"tsconfig.build.json"}]]},"gitHead":"a1c0b6e27008a5953cf6f1afdf99851b2ea3e1f4","_id":"@acflow/rnc@0.3.52","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-J3+q5P7DYdgxdUTrOmkOVkqgfRVDt12nKByBTCF9kkhtSUeBdK5QWWui+I3PKhJeUGD+1I8iwfSjKKjr5cxFVw==","shasum":"2bbcf9f90cf41f571bdf6ed5df002a27fd0def85","tarball":"https://registry.npmjs.org/@acflow/rnc/-/rnc-0.3.52.tgz","fileCount":614,"unpackedSize":1084011,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDut2c4T6VT2qkJIYjPdwljRQq+Oi0Bvgn8z6HLVOa78wIgC3u2+PQA56sq75p0oz2azDgm+QCsoepGL0kkgvwK4oI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz8HAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqRVQ//RGfiOECdhDDOBLjoLWexvaRCXHZ9iONRH7mwLLsIMRqs5foq\r\npTllfeDMyzvcgG/8JsVEVA5Wxc+kgriSz8ZsY6DfpeX9QbVLOp3vCxeJt3xA\r\nAsRIQ/aCu9kDTn0qNWYE25mJYCQAg5/7Tzc1L9bcjkouDjo47F0vr1DvYebj\r\nfGuRVSfQVUulP5FZYBQZ8hv37gWBXUpc5t2WQbgT8WAzad9/ico3Jz/BKSvr\r\np4b3iF8dJuDP08/U1R4eR7u7XSJG/utUSdzB/5u8dK0VDoWI1ypSZch74Sqk\r\nkl4hYmzvf4f/eJz7n2Y/2k+lP5gQNgmjnOCXmsJEY/3FSDGLXHQKq29XkrAI\r\nuwN24Vq6fj3ywYmOOxmFkVTq4p9G8GYYFku5+gdxUvlV6JR6BKViFxeDmkCk\r\n0qQ/AxNTZj8dkNyRAn7JbG0JxOc9ZGxq6emgnUSnv4aDVb47GmrfFn8K9ICg\r\nxp8kBPs8m+CZMcm5Sc3IkVbnv80DIsYBCDRrj/bZJqq0IJ2O6nbFf7TEvcYj\r\n815DeDrgCi7KAGyeRbfHHfdwGyW/k4Ot10R+n4XhDJOGNSXd/p0jJdbxfwE1\r\nvNkAVui3lXzmb47ghDnUCuNidU2HnoSKDzfnPmkmKh1hZwsELXL40MbMNGSS\r\ncVeuzyNxUSHTlOLKyRiMk/xZV8mbgCfKupE=\r\n=EXYX\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"junkai","email":"maojunkai@acflow.com"},"directories":{},"maintainers":[{"name":"junkai","email":"maojunkai@acflow.com"},{"name":"bevvvis","email":"bevis@acflow.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rnc_0.3.52_1657782720493_0.27210649085698435"},"_hasShrinkwrap":false}},"time":{"created":"2021-11-09T05:41:19.424Z","0.3.10":"2021-11-09T05:41:19.646Z","modified":"2022-07-14T07:12:00.857Z","0.3.10-alpha":"2021-11-09T06:20:46.314Z","0.3.11-alpha":"2021-11-09T06:29:36.622Z","0.3.12":"2021-11-11T03:26:17.490Z","0.3.13-0":"2021-11-11T06:08:42.684Z","0.3.14-0":"2021-11-11T06:58:43.533Z","0.3.15-0":"2021-11-11T08:57:23.107Z","0.3.15":"2021-11-11T09:15:40.756Z","0.3.16-0":"2021-11-11T09:55:12.673Z","0.3.16":"2021-11-12T07:23:22.117Z","0.3.17-0":"2021-11-14T07:19:45.180Z","0.3.17":"2021-11-14T07:36:17.059Z","0.3.18-0":"2021-11-16T09:23:24.015Z","0.3.18":"2021-11-16T12:50:40.031Z","0.3.19-0":"2021-11-19T03:25:27.736Z","0.3.19":"2021-11-19T14:22:34.141Z","0.3.20-0":"2021-11-19T14:35:07.195Z","0.3.21-0":"2021-11-30T06:45:36.905Z","0.3.22-0":"2021-12-03T04:00:10.600Z","0.3.22":"2021-12-03T06:29:27.489Z","0.3.23":"2021-12-06T13:28:18.658Z","0.3.24":"2021-12-10T06:49:28.514Z","0.3.25":"2021-12-10T07:15:29.660Z","0.3.26-0":"2021-12-10T07:22:39.331Z","0.3.26":"2021-12-10T07:58:32.555Z","0.3.27":"2021-12-10T10:36:47.626Z","0.3.28":"2021-12-13T17:20:01.862Z","0.3.29-0":"2021-12-13T17:29:36.036Z","0.3.30-0":"2021-12-14T08:12:42.978Z","0.3.30":"2021-12-14T08:25:14.617Z","0.3.31-0":"2021-12-15T10:32:36.106Z","0.3.31":"2021-12-15T10:38:47.405Z","0.3.32":"2021-12-16T16:51:01.580Z","0.3.33-0":"2021-12-21T09:30:01.195Z","0.3.33":"2021-12-21T09:54:35.331Z","0.3.34-0":"2021-12-21T10:45:02.060Z","0.3.34":"2021-12-21T12:45:59.514Z","0.3.35-0":"2021-12-27T10:33:24.315Z","0.3.35":"2022-01-15T09:29:42.617Z","0.3.36":"2022-01-15T15:53:43.114Z","0.3.37":"2022-01-20T14:13:52.188Z","0.3.38":"2022-01-28T09:33:11.976Z","0.3.39":"2022-01-28T15:04:25.033Z","0.3.40":"2022-01-28T15:40:52.512Z","0.3.41":"2022-01-28T16:02:14.373Z","0.3.42":"2022-02-16T09:45:47.581Z","0.3.43":"2022-03-17T06:45:15.340Z","0.3.44":"2022-05-22T14:28:12.305Z","0.3.45":"2022-06-07T01:42:19.905Z","0.3.46":"2022-06-08T06:43:15.544Z","0.3.50":"2022-07-05T09:04:33.772Z","0.3.51":"2022-07-14T02:21:33.867Z","0.3.52":"2022-07-14T07:12:00.758Z"},"maintainers":[{"name":"junkai","email":"maojunkai@acflow.com"},{"name":"bevvvis","email":"bevis@acflow.com"}],"description":"the core package for react native application bussiness logic","homepage":"https://github.com/acflow/rnc#readme","keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/acflow/rnc.git"},"author":{"name":"bevis","email":"bevis@acflow.com","url":"https://www.acflow.com"},"bugs":{"url":"https://github.com/acflow/rnc/issues"},"license":"MIT","readme":"# rnc\n\nthe core package for react native application business logic\n\n## Installation\n\n```bash\nnpm install @acflow/rnc\n```\n\n## Usage\n\n```js\nimport rnc, { utils } from \"@acflow/rnc\";\n```\n\n## Documentation\n\nSee the [online documentation](https://rnc.netlify.app/)\n\n------\n\n## Versions\n\n## 0.4.5\n\nRN 版本升级至 0.69.0\nios 和 android 完整构建\n\n## 0.3.47\n\n修复\n\n- 文档版本号错误\n\n## 0.3.46\n\n新增\n\n- 新增图片缓存控件 CacheImage\n\n## 0.3.45\n\n修改和改善\n\n- Cell组件左侧图标支持自定义图标\n\n## 0.3.44\n\n修正和改善：\n\n- 未找到目标页面时，显示导航栏，便于进行返回操作\n\n## 0.3.42\n\n修正和改善：\n\n- 根据设计稿迭代 Text 文字组件渲染效果\n\n## 0.3.41\n\n:::warning\n\n此版本增加用户行为追踪和崩溃收集功能，需要在业务包的 example 工程中增加依赖，避免 Native 项目启动时的报错问题。\n\n<pre>\n# 在 example 目录下执行\nyarn add -E appcenter appcenter-analytics appcenter-crashes\n</pre>\n\n:::\n\n新增：\n\n- 增加用户交互行为追踪功能\n\n修正和改善：\n\n- 修复 Cell 组件开关控件的显示判断条件缺陷，一些场景下，设定 `value` 为 `false` 无法正常显示开关组件\n- 修复 Cell 组件布局逻辑，当左侧无图标时左侧内边距异常问题\n- 根据设计稿修正分割线组件（Divider）样式（高度、颜色）\n\n## 0.3.35\n\n新增：\n\n- 同步 Cell 组件的最新设计样式\n\n修正和改善：\n\n- 修正：导航使用单例方法，避免页面无法找到的场景\n- 修正：页面导航 headerMode 的 screen 模式支持问题\n\n## 0.3.33\n\n新增：\n\n- 单例实现接口\n- 支持导航栏标题多语言配置\n\n修正和改善：\n\n- 修正：多个业务包使用的 rnc 版本不一致导致的页面导航查找报错问题\n- 修正：演示代码报错问题\n- 更新：最新的 Layout 背景配色色值\n\n## 0.3.30\n\n新增：\n\n- Switch 组件，默认使用主题色\n- ActionSheet 组件，默认支持深色、浅色模式，提供更加便捷的使用方法\n\n## 0.3.27\n\n修正和改善：\n\n- 应用主题配色加载错误问题\n- 导航栏返回按钮使用主题色\n\n## 0.3.26\n\n新增：\n\n- 若干基础组件\n- 默认加载应用主题色配色\n\n------\n\n## License\n\nMIT\n\n[[include:document/starter/index.md]]\n","readmeFilename":"README.md"}