Aditya Prakash
Aditya Prakash
I was having error > /Users/gyanu/Documents/react native/svs-react/node_modules/react-native-admob/android/src/main/java/com/sbugert/rnadmob/RNAdMobRewardedVideoAdModule.java:20: error: RNAdMobRewardedVideoAdModule is not abstract and does not override abstract method onRewardedVideoCompleted() in RewardedVideoAdListener > public class RNAdMobRewardedVideoAdModule extends ReactContextBaseJavaModule implements RewardedVideoAdListener {...
> > Hi all, I just delete the @override annotation in the line 89 of the file RNAdMobRewardedVideoAdModule.java. And now it works :) > > unable to find annotation on...
change `fab:fab_lable` to `app:fab_lable` solved my issue
> Keep the RBSheet inside the same View that your onPress handler is. Moving it inside the Main Screen component solved my issue.
@aligenc @jon64digital i done it by changing ` slideAnimationDuration: 250` to `slideAnimationDuration: 0` inside `` static defaultProps = { children: null, show: false, cancellable: true, slideAnimationDuration: 0, overlayStyle: {} }``...
I tried the same, but It doesn't works for me.
> any update on this? launch camera option is working fine but get {"didCancel": true} in response on Xiomi note 9. How did you solved it ? @ericV-li @afanchamp
Turn On your MIUI Optimization in Developer Option. It solved my issue.
> > Turn On your MIUI Optimization in Developer Option. It solved my issue. > > I m already using it on debug mode bro no luck with android 11...
How you solved it ?