chetan sharma
chetan sharma
## Environment ## Things I’ve done to figure out my issue I have tried all the solutions provided by google but no luck. I created a swift file. but while...
Hello community, I need help from you, I am facing issues while trying to build my project with Xcode 12.2. I upgraded my project's react-native version from 0.61 to 0.63....
davodesign84 / react-native-mixpanel is not working fine or maybe I am doing some mistake in my code, ``` registerSuperPropertyMixPanel(option) { MixPanel.registerSuperProperties(option.properties) } registerUserOnMixPanel(peopleData) { MixPanel.createAlias(peopleData.uuid) MixPanel.identify(peopleData.uuid); MixPanel.setOnce(peopleData) this.registerSuperPropertyMixPanel({ "properties": {...
I am not getting the success callback even I sent the SMS to the selected recipient. Every time I am getting a canceled callback. Here's my code -- ``` requestSMSPermission...