Harshal Bhandari
Harshal Bhandari
Created a wrapper for react native using this library. I created it for my personal use, so it's not that extensible yet, feel free to open PRs to make the...
I am setting up jest in my project and get this error: `TypeError: Cannot read property 'prefix' of undefined at Object. (node_modules/react-native-agora/lib/src/RtcChannel.native.js:10:38) at Object. (node_modules/react-native-agora/lib/src/RtcEngine.native.js:3:1)` Do you have a mock...
# Describe the bug I am saving recently searched terms in my state and when user clicks on one of the recent searches, I do this.autoCompleteRef.setAddressText(this.state.recentSearch). This updates the text...