Post

Replies

Boosts

Views

Activity

Reply to IOS (React-native) app crashes in test flight while working fine in emulator
Package.json of the brand new app thats showing this assertion error as well { "name": "NewTestApp", "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 ." }, "dependencies": { "react": "17.0.1", "react-native": "0.64.1" }, "devDependencies": { "@babel/core": "7.14.3", "@babel/runtime": "^7.14.0", "@react-native-community/eslint-config": "2.0.0", "babel-jest": "26.6.3", "eslint": "7.14.0", "jest": "26.6.3", "metro-react-native-babel-preset": "0.64.0", "react-test-renderer": "17.0.1" }, "jest": { "preset": "react-native" } }
May ’21
Reply to IOS (React-native) app crashes in test flight while working fine in emulator
Quick update, I tried this on a brand new app I created with react-native init and I see it happen with it as well v12.22.1 "dependencies": { "@react-native-async-storage/async-storage": "^1.13.2", "@react-native-community/masked-view": "0.1.10", "@react-native-community/netinfo": "5.9.6", "@react-native-community/slider": "3.0.3", "@react-native-community/toolbar-android": "0.1.0-rc.2", "@react-navigation/bottom-tabs": "^5.3.3", "@react-navigation/compat": "^5.1.14", "@react-navigation/drawer": "^5.6.3", "@react-navigation/material-bottom-tabs": "^5.1.14", "@react-navigation/material-top-tabs": "^5.2.16", "@react-navigation/native": "^5.2.3", "@react-navigation/stack": "^5.2.18", "@sentry/react-native": "^2.4.3", "aws-sdk": "^2.912.0", "babel-preset-expo": "^8.3.0", "create-react-native-app": "^3.5.1", "d3-scale": "^3.2.1", "date-fns": "^2.12.0", "instabug-reactnative": "^10.4.0", "mobx": "^6.3.2", "mobx-react": "^7.2.0", "moment": "^2.27.0", "node-pre-***": "^0.17.0", "npm": "^7.14.0", "react": "17.0.1", "react-dom": "16.13.1", "react-native": "^0.64.1", "react-native-android-immersive-mode": "^1.3.0", "react-native-chart-kit": "^6.11.0", "react-native-document-picker": "^5.0.4", "react-native-elements": "^3.4.1", "react-native-file-viewer": "^2.1.4", "react-native-flip-card": "^3.5.6", "react-native-gesture-handler": "^1.10.3", "react-native-image-pan-zoom": "^2.1.12", "react-native-image-picker": "^3.8.0", "react-native-linear-gradient": "^2.5.6", "react-native-mime-types": "^2.3.0", "react-native-mixpanel": "^1.2.5", "react-native-navigation-bar-color": "^2.0.1", "react-native-onesignal": "^4.1.0", "react-native-pager-view": "^5.1.9", "react-native-permissions": "^3.0.0", "react-native-push-notification": "^7.3.1", "react-native-reanimated": "^2.1.0", "react-native-safe-area-context": "^3.1.9", "react-native-screens": "^3.3.0", "react-native-search-header": "^0.3.5", "react-native-share": "^6.1.0", "react-native-snap-carousel": "^3.9.1", "react-native-splash-screen": "^3.2.0", "react-native-svg": "^12.1.1", "react-native-svg-charts": "^5.4.0", "react-native-swipe-gestures": "1.0.5", "react-native-tab-view": "^3.0.1", "react-native-vector-icons": "^8.1.0", "react-native-video": "^5.0.2", "react-native-web": "^0.16.1", "react-refresh": "^0.9.0", "rn-bottom-drawer": "1.4.3", "rn-fetch-blob": "^0.12.0", "rollbar-react-native": "^0.9.2", "save": "^2.4.0", "save-dev": "0.0.1-security", "turtle-cli": "^0.21.6"
May ’21