Pranav Raj Singh Chauhan

Results 155 comments of Pranav Raj Singh Chauhan

Thanks @efstathiosntonas for raising the issue. Have you added WCLShineButton.framework in your app Embedded Binaries? Please follow below steps in order to add the same: Add WCLShineButton.framework in Embedded Binaries...

@JayricMok: Have you run below command in order to install native swift library? `cd ../node_modules/react-native-shine-button/ios && pod install` If yes, can you please compare your local install file from github...

@JayricMok: My apologies for that. Across packages those have native Swift library dependencies, I am receiving issues from the community. Earlier I have tried to come up with a concrete...

Hi @JayricMok: I have got the root cause and solution. Basically `xcode` is caching previous version of library, you need to clear `Derived Data`. Please follow below few references in...

Got you. I need to check for conditional import, however if you don't specify/ configure icons in xcode or android build setting then it won't bundle icons and will not...

Thanks @longnk-1447 for raising issue. I have looked into the native [iOS library](https://github.com/liufengting/FTPopOverMenu), it looks like it does not support specifying icon size and it defaults take icon size. Let...