clipboard icon indicating copy to clipboard operation
clipboard copied to clipboard

Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'AppState' could not be found

Open manishsingg628 opened this issue 7 months ago • 0 comments

{ "name": "cassaFrontendApp", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint .", "run-setup": "yarn install && npx jetify", "postinstall": "patch-package", "build-android-assets": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res", "build:ios": "react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios" }, "dependencies": { "@react-native-community/async-storage": "^1.12.1", "@react-native-community/cli-platform-android": "^18.0.0", "@react-native-community/cli-platform-ios": "^18.0.0", "@react-native-community/datetimepicker": "^8.3.0", "@react-native-community/masked-view": "^0.1.11", "@react-native-community/netinfo": "^11.4.1", "@react-native-community/progress-bar-android": "^1.0.5", "@react-native-community/progress-view": "^1.5.0", "@react-native-community/viewpager": "^5.0.11", "@react-native-firebase/app": "^22.2.0", "@react-native-firebase/crashlytics": "^22.2.0", "@react-navigation/drawer": "^7.3.12", "@react-navigation/native": "^7.1.9", "@react-navigation/stack": "^7.3.2", "@terrylinla/react-native-sketch-canvas": "^0.8.0", "aws-sdk": "^2.1692.0", "jetifier": "^2.0.0", "moment": "^2.30.1", "moment-timezone": "^0.5.48", "pdf-lib": "^1.17.1", "prettier": "^3.5.3", "prop-types": "^15.8.1", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.79", "react-native-autocomplete-input": "^5.5.6", "react-native-aws3": "^0.0.9", "react-native-biometrics": "^3.0.1", "react-native-blob-util": "^0.21.2", "react-native-calendars": "^1.1312.0", "react-native-camera": "^4.2.1", "react-native-carousel-view": "^0.5.1", "react-native-check-box": "^2.1.7", "react-native-collapsible": "^1.6.2", "react-native-datepicker": "^1.7.2", "react-native-datepicker-dialog": "^0.0.9", "react-native-device-info": "^14.0.4", "react-native-document-picker": "^9.3.1", "react-native-element-dropdown": "2.12.4", "react-native-file-viewer": "^2.1.5", "react-native-fs": "^2.20.0", "react-native-gesture-handler": "2.25.0", "react-native-html-to-pdf": "^0.12.0", "react-native-image-crop-picker": "^0.42.0", "react-native-image-picker": "^8.2.1", "react-native-image-resizer": "^1.4.5", "react-native-keyboard-aware-scroll-view": "^0.9.5", "react-native-keyboard-controller": "^1.17.1", "react-native-mail": "^6.1.1", "react-native-material-dropdown": "https://github.com/MakChan/react-native-material-dropdown", "react-native-material-dropdown-v2": "^0.12.0", "react-native-modal": "^14.0.0-rc.1", "react-native-modal-datetime-picker": "^18.0.0", "react-native-neat-date-picker": "^1.6.0", "react-native-onesignal": "^5.2.11", "react-native-pager-view": "^6.7.1", "react-native-paper": "^5.14.3", "react-native-pdf": "^6.7.7", "react-native-permissions": "3.6.1", "react-native-qrcode-scanner": "^1.5.5", "react-native-qrcode-svg": "^6.3.15", "react-native-reanimated": "^3.17.5", "react-native-render-html": "^6.3.4", "react-native-safe-area-context": "^5.4.0", "react-native-screens": "^4.10.0", "react-native-share": "^12.0.11", "react-native-signature-capture": "^0.4.12", "react-native-simple-radio-button": "^2.7.4", "react-native-sound-player": "^0.14.5", "react-native-splash-screen": "^3.3.0", "react-native-store-version": "^1.4.1", "react-native-svg": "^15.12.0", "react-native-tab-view": "4.1.0", "react-native-table-component": "^1.2.2", "react-native-vector-icons": "^10.2.0", "react-native-view-shot": "^4.0.3", "react-native-wheel": "https://github.com/SudoPlz/react-native-wheel.git", "react-navigation": "^5.0.0", "react-redux": "^9.2.0", "realm": "^12.14.2", "redux": "^5.0.1", "redux-persist": "^6.0.0", "redux-thunk": "^3.1.0", "rn-fetch-blob": "^0.12.0", "semantic-ui-react": "^2.1.5", "uuid": "^11.1.0" }, "devDependencies": { "@babel/core": "^7.27.1", "@babel/runtime": "^7.27.1", "@react-native-community/cli": "^18.0.0", "@react-native-community/eslint-config": "^3.2.0", "@react-native/metro-config": "^0.79.2", "babel-jest": "^29.7.0", "eslint": "^9.26.0", "jest": "^29.7.0", "metro": "^0.82.3", "metro-config": "^0.82.3", "metro-react-native-babel-preset": "^0.77.0", "patch-package": "8.0.0", "react-test-renderer": "19.1.0" }, "jest": { "preset": "react-native" }, "packageManager": "[email protected]+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728" }

manishsingg628 avatar May 15 '25 18:05 manishsingg628