ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
125 stars 111 forks source link

Question: Dose redux is compulsory to use for rect native app for this chat lib implementation??? #120

Closed kp72-dev closed 3 years ago

kp72-dev commented 3 years ago

Question: Dose redux is compulsory to use for rect native app for this chat lib implementation???

banshiAnton commented 3 years ago

Hi @kp72-dev , you can create your own project without redux In this sample we use redux because it is much easier than use just react state or context

kp72-dev commented 3 years ago

Hi @kp72-dev , you can create your own project without redux In this sample we use redux because it is much easier than use just react state or context

thanx for responding. i am facing error called native module null Simulator Screen Shot - iPhone 8 - 2020-09-07 at 14 31 18 @banshiAnton

banshiAnton commented 3 years ago

Probably react-native-webrtc lib is not linked, check this guide https://github.com/react-native-webrtc/react-native-webrtc#installation Is it chat sample ?

kp72-dev commented 3 years ago

its my demo app (used REACT-NATIVE) where i just installed lib and imported sdk as mention in doc. And why should i use react-native-webrtc?? in your demo YOu havent used it. i want to use this library for only one to one chat only . @banshiAnton

banshiAnton commented 3 years ago

@kp72-dev our sdk include react-native-webrtc as dependence for p2p calling and conference We don't have separate sdk for chat and calls