Pranav Raj Singh Chauhan
Pranav Raj Singh Chauhan
@Angelk90: Interesting. - What if we assign RNLockScreen = RNLockScreen.default? - Can you please try by running example project. Just wanted to confirm the issue is related to usage/environment or...
@Angelk90: I believe you got it working for Pin type? - SVG: Have you linked SVG in your app? `react-native link react-native-svg` - Pattern: Have you run below command? What...
@Angelk90: - Just wanted to confirm, have you run below command? `react-native link react-native-lock-screen` - Are you running the app from command line or android studio? In case android studio...
Thanks @Angelk90 for the feedback/suggestion. **Quick Update:** I have push a release V0.0.4 with onVerified callback, this will help in order to listen for successful authentication when the mode is...
Hi @Angelk90: I have found the root cause for `SVG` issue. This is due to the conflict between `SVG` package versions. In library I have configured `SVG: 6.3.1` and in...
Hi @Angelk90: Thanks for the suggestion. My Apologies. Completely linked-up with couple of other stuffs. I have fixed the Icons issue, now it will show up all the icons. Can...
Thanks @Angelk90 for reporting the issue. I will look into this. Thanks
Hi @Angelk90, I have fixed the background image issue. You can install latest `v0.0.6` for the fixes. Let me know in case you still face the same issue. Thanks
@AdamLee321: Thanks for raising the issue. Have you added the below snippet to your app build.gradle file? Please add below snippet into your app build.gradle ` allprojects { repositories {...
You need to configure Podfile similar to below one: ``` use_native_modules! pod 'RNNotificationBanner', :path => '../node_modules/react-native-notification-banner/ios' use_frameworks! pod 'BRYXBanner', :git => 'https://github.com/prscX/BRYXBanner.git', :branch => 'master' post_install do |installer| installer.pods_project.targets.each do...