talkjs/talkjs-examples

[React native] Error: conversationBuilder._setInjectJavaScript is not a function (it is undefined)

cesardoorvel opened this issue · 2 comments

Description

I am playing the example of this repo using a fresh project. Everythin works almost okay except for the following error
image

It happens when I press the conversation item from the list:

image

Steps to reproduce the error

talkjs-error

Dependencies

@notifee/react-native: "^7.8.0"
@react-native-async-storage/async-storage: "^1.19.3"
@react-native-community/push-notification-ios: "^1.11.0"
@react-native-firebase/app: "^18.5.0"
@react-native-firebase/messaging: "^18.5.0"
@react-navigation/native: "^6.1.8"
@talkjs/react-native: "^0.6.0"
react: "18.2.0"
react-native: "0.72.5"
react-native-navigation: "^7.37.0-hotfix.1"
react-native-safe-area-context: "^4.7.2"
react-native-screens: "^3.25.0"
react-native-webview: "^13.6.0"

Can you guys please help me?

NOTE: I have downgraded @talkjs/react-native to 0.5.1 and it works