thebergamo / react-native-fbsdk-next

MIT License
644 stars 166 forks source link

Silent Force Close On IOS Without Error Message #381

Closed putuoka closed 1 year ago

putuoka commented 1 year ago

Silent force close for latest version 11.1.0 but Working fine if Downgraded to version 10.1.0 both for IOS and android is fine in this version 10.1.0

here my package list:

"dependencies": {
        "@fortawesome/fontawesome-svg-core": "^1.3.0",
        "@fortawesome/free-brands-svg-icons": "^5.15.4",
        "@fortawesome/free-regular-svg-icons": "^5.15.4",
        "@fortawesome/free-solid-svg-icons": "^5.15.4",
        "@fortawesome/pro-light-svg-icons": "^5.15.4",
        "@fortawesome/pro-regular-svg-icons": "^5.15.4",
        "@fortawesome/pro-solid-svg-icons": "^5.15.4",
        "@fortawesome/react-native-fontawesome": "^0.2.7",
        "@invertase/react-native-apple-authentication": "^2.1.5",
        "@monterosa/react-native-parallax-scroll": "^1.8.0",
        "@react-native-async-storage/async-storage": "^1.16.1",
        "@react-native-community/checkbox": "^0.5.9",
        "@react-native-community/datetimepicker": "^3.0.9",
        "@react-native-community/masked-view": "^0.1.11",
        "@react-native-firebase/analytics": "^14.5.0",
        "@react-native-firebase/app": "^14.5.0",
        "@react-native-firebase/messaging": "^14.5.0",
        "@react-native-firebase/perf": "^14.5.0",
        "@react-native-google-signin/google-signin": "^7.1.0",
        "@react-navigation/bottom-tabs": "^5.11.2",
        "@react-navigation/drawer": "^5.11.4",
        "@react-navigation/native": "^5.8.10",
        "@react-navigation/stack": "^5.12.8",
        "@sentry/react-native": "^3.2.13",
        "add": "^2.0.6",
        "apisauce": "^2.1.5",
        "dayjs": "^1.10.7",
        "enzyme": "^3.11.0",
        "enzyme-adapter-react-16": "^1.15.5",
        "formik": "^2.2.9",
        "lodash": "^4.17.20",
        "osmicsx": "^0.5.1",
        "pack": "^2.2.0",
        "prop-types": "^15.7.2",
        "ramda": "^0.27.1",
        "react": "16.13.1",
        "react-native": "0.63.5",
        "react-native-animatable": "^1.3.3",
        "react-native-autoheight-webview": "^1.6.1",
        "react-native-background-downloader": "^2.3.4",
        "react-native-config": "^1.4.5",
        "react-native-device-info": "^8.4.9",
        "react-native-dropdown-picker": "^4.0.2",
        "react-native-fast-image": "^8.5.11",
        "react-native-fbsdk-next": "^10.1.0",
        "react-native-file-viewer": "^2.1.5",
        "react-native-fluid-transitions": "^0.1.1",
        "react-native-gallery-swiper": "^1.26.4",
        "react-native-geolocation-service": "^5.3.1",
        "react-native-gesture-handler": "^1.9.0",
        "react-native-image-crop-picker": "^0.37.2",
        "react-native-intl-phone-input": "^1.2.27",
        "react-native-keyboard-spacer": "^0.4.1",
        "react-native-linear-gradient": "^2.5.6",
        "react-native-localize": "^2.1.9",
        "react-native-modal": "^13.0.1",
        "react-native-modal-datetime-picker": "^9.2.0",
        "react-native-modal-selector": "2.1.0",
        "react-native-modals": "^0.22.3",
        "react-native-multiple-select": "^0.5.12",
        "react-native-parallax-scroll-view": "^0.21.3",
        "react-native-passkit-wallet": "^0.1.6",
        "react-native-reanimated": "2.2.4",
        "react-native-render-html": "^6.3.4",
        "react-native-safe-area-context": "^3.3.2",
        "react-native-safe-area-view": "^1.1.1",
        "react-native-screens": "^2.16.1",
        "react-native-shared-element": "^0.7.0",
        "react-native-shimmer-placeholder": "^2.0.8",
        "react-native-simple-toast": "^1.1.3",
        "react-native-social-buttons": "^1.2.0",
        "react-native-status-bar-height": "^2.6.0",
        "react-native-svg": "^12.1.0",
        "react-native-swiper": "^1.6.0",
        "react-native-tableview-simple": "^4.3.1",
        "react-native-toast-message": "^2.1.1",
        "react-native-vector-icons": "^7.1.0",
        "react-native-video": "^5.2.0",
        "react-native-video-player": "^0.12.0",
        "react-native-webview": "^11.26.0",
        "react-navigation-shared-element": "^5.0.0-alpha1",
        "react-redux": "^7.2.6",
        "reactotron-react-native": "^5.0.1",
        "redux": "^4.1.2",
        "redux-persist": "^6.0.0",
        "redux-saga": "^1.1.3",
        "reduxsauce": "^1.2.1",
        "rn-fetch-blob": "^0.12.0",
        "seamless-immutable": "^7.1.4",
        "url-parse": "^1.5.7",
        "yarn": "^1.22.17",
        "yup": "^0.32.11"
    },
hugoh59 commented 1 year ago

I have a similar issue but only on android, did you check to see if there wasn't a hidden modal ?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.