apptentive / apptentive-react-native

Apptentive SDK module for React Native
https://learn.apptentive.com/article-categories/react-native/
BSD 3-Clause "New" or "Revised" License
15 stars 19 forks source link

iOS error: illegal callback invocation from native module. This callback type only permits a single invocation from native code." #214

Closed und3f1n3d closed 1 year ago

und3f1n3d commented 1 year ago

I am getting this error screen on App Launch in simulator

Screen Shot 2023-01-13 at 2 21 32 PM

On reload, this error is gone. When I comment out Apptentive.register(configuration), I dont' get this error screen anymore.

System info: Ran on iOS Simulator IPhone 13 with iOS 15.5, still using the old react native architecture, and xcode 13 The error does not show on iOS device. Using the following packages with Node 16 and NPM 9.x

    "apptentive-react-native": "6.0.3",
   "react-native": "0.70.6",
    "react": "18.2.0",

Please help. Thank you.

galengeocaching commented 1 year ago

I had been experiencing this error on version 6.0.3, but after updating to 6.0.9 and updating the ApptentiveKit pod I am no longer seeing it.

und3f1n3d commented 1 year ago

yep i am not seeing this anymore. thank you .

CaseyApptentive commented 1 year ago

Thanks for confirming, everyone. Let us know if you need anything.