Тёмный
Code Resolutions
Code Resolutions
Code Resolutions
Подписаться
Hi,
My self sunil verma working in corporate company as Senior Software Lead. Engineer Living in delhi and
I am here to help for (frontend/Backend) developer and provide issue solution through the video and tutorial for specific like
React Native, React JS, HTML, CSS, Javascript etc
Stripe Reactjs | PHP | Hindi
19:17
Год назад
React Native Splash Screen
6:07
2 года назад
Комментарии
@MohdAhtesham-bs9df
@MohdAhtesham-bs9df 4 дня назад
Hello I want to send nofication by my app like a chatApp when other user text you you get a notification how can we achieve this
@surajmohanty528
@surajmohanty528 19 дней назад
Sir, 13 to 14 kese kare?
@SrikanthG555
@SrikanthG555 Месяц назад
what is the os version?
@shashikantverma9931
@shashikantverma9931 Месяц назад
please provide github link
@iAm_Rohit_Raj
@iAm_Rohit_Raj Месяц назад
How to create signed apk for react native expo?
@coderesolutions2873
@coderesolutions2873 Месяц назад
Hey, sorry for the delayed response. For the expo build, you can use EAS. Check out their documentation for that.
@iAm_Rohit_Raj
@iAm_Rohit_Raj Месяц назад
@@coderesolutions2873 Got it. Thanks
@SnapShots..
@SnapShots.. 3 месяца назад
Thanks sir ji update- build file generet krne ke liye "npx react-native build-android --mode=release" use kre
@Nomsyemma
@Nomsyemma 4 месяца назад
Good day I am having this error in my terminal 'RNGoogleMobileAdsModule' can not be found verify that a module by this name is registered in native binary
@asmr_vids
@asmr_vids 5 месяцев назад
does ads get shown in test flights, as my test ads are getting shows in debug mode on emulator but when I publish beta test flight getting black white banner, ads are getting shown, in ios react native
@coderesolutions2873
@coderesolutions2873 4 месяца назад
Hi, you can only check ads in test unit id not real time ads just change the the test id to live before upload in production and ada will show depends on user preferences not immediate it may takes time to show ads just do follow correct configuration.
@shubhamrakshe5542
@shubhamrakshe5542 4 месяца назад
If test ads are getting shown means does our implementation is correct right. Or there are some other factors as well?
@pratikpashine9054
@pratikpashine9054 5 месяцев назад
THANK YOU BOSS WORKING FOR ME .......... HARE KRISHNA
@BrainBlitzOG
@BrainBlitzOG 5 месяцев назад
which verson you installed
@BrainBlitzOG
@BrainBlitzOG 5 месяцев назад
can you help after i installed react native with "npx react-native init opop" and after i installed the latest version of it as it has the maximum downloads it says 5 vurnabilities found
@coderesolutions2873
@coderesolutions2873 4 месяца назад
Hi, just do audit vurnable libs and resolve , if it is for the Admon lib then try to add latest version of it.
@BrainBlitzOG
@BrainBlitzOG 4 месяца назад
@@coderesolutions2873 ok thanks
@saim4556
@saim4556 5 месяцев назад
hi can you pls make a video on geofencing running in background pls. how can i localy show notification of location geofence if user reach given radius. how geofence will work and code function..
@gershon1485
@gershon1485 6 месяцев назад
I need it in java can you
@imalh
@imalh 7 месяцев назад
I think expo doesn't support admob
@thesslayerstv6725
@thesslayerstv6725 8 месяцев назад
thanks a lot.. keep posting fixes like these <3
@mohd.anassiddiqui1521
@mohd.anassiddiqui1521 8 месяцев назад
same code likha h par work nhi kar rha. if block execute nhi ho rha
@coderesolutions2873
@coderesolutions2873 8 месяцев назад
Hi, check the condition properly it will work.
@mohd.anassiddiqui1521
@mohd.anassiddiqui1521 8 месяцев назад
const adUnitId = __DEV__ ? TestIds.BANNER : 'ca-app-pub-xxxxxxxxxxxxx/yyyyyyyyyyyyyy'; const [rewardedAds, setRewardedAds] = useState(null); useEffect(() => { console.log("UE"); initReward(); }, []) const initReward = async () => { const rewardedAd = RewardedAd.createForAdRequest(TestIds.REWARDED); rewardedAd.addAdEventListener(RewardedAdEventType.LOADED, () => { setRewardedAds(rewardedAd); console.log('loaded!'); }); rewardedAd.addAdEventListener(RewardedAdEventType.EARNED_REWARD, () => { console.log('earned!'); initReward(); }); rewardedAd.load(); } const showAd = () => { console.log("1"); if (rewardedAds) { rewardedAds.show(); console.log("2"); } console.log("3"); }@@coderesolutions2873
@mohd.anassiddiqui1521
@mohd.anassiddiqui1521 8 месяцев назад
pls check the code and pls let me know how to fix it
@mohd.anassiddiqui1521
@mohd.anassiddiqui1521 8 месяцев назад
pls help kar do koi
@divyeshponkiya6027
@divyeshponkiya6027 9 месяцев назад
sir, camera open hote hi close ho jata hai ios side NSPhotoLibraryAddUsageDescription NSMicrophoneUsageDescription NSPhotoLibraryUsageDescription ye tin permission use ki hai help me..
@coderesolutions2873
@coderesolutions2873 9 месяцев назад
Hi, NSCameraUsageDescription permission bhi add karo and popup se camera launch krtey time popup ko hide krdo chal jayega
@divyeshponkiya6027
@divyeshponkiya6027 9 месяцев назад
NSCameraUsageDescription ye bhi use kiya hai ios17 me koi camera ke liye new update hai ?
@vkvaraliya7504
@vkvaraliya7504 6 месяцев назад
Bro images selected show nay hoi raha he. Yaar picker pe images pe
@prajaktawalanju702
@prajaktawalanju702 9 месяцев назад
hiii Sir , I got an issue jab bhi me push notification firebase se fire karati hu app unecpectdly close hota he without any error. I tried many solutiona from the internet but no used. Please help me this I tried from many days
@coderesolutions2873
@coderesolutions2873 9 месяцев назад
Hi, sorry for late responding, It seems strange! But anyway Try to debug using log cat and check where it get crashed exactly or check notifications permission in android manifest might be something changed according to android SDK api level or you can try to build debug apk and it would show you what’s went wrong if anything cause crash.
@Azhar_178
@Azhar_178 9 месяцев назад
NICE
@Nikul_Solanki
@Nikul_Solanki 9 месяцев назад
All steps are completed still not working
@coderesolutions2873
@coderesolutions2873 9 месяцев назад
Hi, might be something wrong or try to use latest sdk
@shaidazmin5055
@shaidazmin5055 10 месяцев назад
thank you so much sir, how can we send the notification to all user ?
@coderesolutions2873
@coderesolutions2873 10 месяцев назад
subscribe the topic and then use that to send it will goes to all at once
@amSonuRana
@amSonuRana 10 месяцев назад
I have one app React Native file it's showing working in by expo mobile app how I build that apk expo: buildandroid is not working
@coderesolutions2873
@coderesolutions2873 10 месяцев назад
For expo you have to Check in their documentation because in expo there is some limitations with build customisation so you have to according to their build instructions.
@editinghuman7574
@editinghuman7574 10 месяцев назад
Sir can you make the video on how to reload the ad when ad gets closed by user ❤
@user-hf3go8rw6y
@user-hf3go8rw6y 10 месяцев назад
thankyou sir love from Pakistan...
@invisible6138
@invisible6138 11 месяцев назад
app open ads ke logic per video plz
@nifemiojinni4631
@nifemiojinni4631 11 месяцев назад
Thanks for the video
@mrsarjal
@mrsarjal 11 месяцев назад
Hi sir pleas admin painal se admob ads lagane Ka tarika batye and how to on off ads by admin painal like laravel admin painal ...quki ads starting Mai show nai Karni 200 download me ke bad add show karani hai without update ...how to do this
@coderesolutions2873
@coderesolutions2873 11 месяцев назад
Hi, for that you can make separate components for Ads and store the adUnitId in database and make a config variable to enableAds true/false and then do conditional rendering accordingly.
@rajdeepkumarray4568
@rajdeepkumarray4568 11 месяцев назад
Don't know why but it's not working.. i am using it with react navigation screen. here is the code -> //CODE FOR INTERSTITIAL ADS const [loaded, setLoaded] = useState(null); useEffect(() => { initInterstitial; }, []); const initInterstitial = async () => { const adUnitId2 = TestIds.INTERSTITIAL; const interstitial = InterstitialAd.createForAdRequest(adUnitId2); interstitial.addAdEventListener(AdEventType.LOADED, () => { setLoaded(interstitial); console.log("interstitial ad loaded..!!"); }); interstitial.addAdEventListener(AdEventType.CLOSED, () => { console.log("interstitial ad closed..!!"); }); interstitial.load(); } const ShowInterstitialAd = () => { if (loaded) { loaded.show(); } } //INTERSTITIAL CODE ENDS please provide any solution !!
@coderesolutions2873
@coderesolutions2873 11 месяцев назад
Hi, Thanks for commenting and I saw your code its seems all ok but I think you forget to call function properly call like this initInterstitial() instead of initInterstitial; in useEffect
@girianandhan2548
@girianandhan2548 Год назад
ERROR Invariant Violation: requireNativeComponent: "RNSScreen" was not found in the UIManager.
@coderesolutions2873
@coderesolutions2873 11 месяцев назад
Sorry!! For late responding, if anyone face the same issue, so don’t forget to install react-native-screen package from npm
@duyopham520
@duyopham520 Год назад
thank you so much
@venkkateshmg4850
@venkkateshmg4850 Год назад
anyone can help me for windows iam having issue on gradle.bat not found in my project
@atozentertainment4670
@atozentertainment4670 Год назад
Sir router v6. 10 ka video bnao plz 🙏
@HamadAhmad-ci2zw
@HamadAhmad-ci2zw Год назад
Best of Luck bro 👍
@BomTanapoom
@BomTanapoom Год назад
Ohhhhh Thanks. You helped me a lot
@coderesolutions2873
@coderesolutions2873 Год назад
You’re welcome 😎
@andrerodriguez4998
@andrerodriguez4998 Год назад
Thanks. You helped me a lot!!!
@coderesolutions2873
@coderesolutions2873 Год назад
Glad I could help!
@pankajsharma-rf1ov
@pankajsharma-rf1ov Год назад
Guys please support this channel
@coderesolutions2873
@coderesolutions2873 Год назад
Thanks man👍
@pankajsharma-rf1ov
@pankajsharma-rf1ov Год назад
Awesome
@muhammedaltinci580
@muhammedaltinci580 Год назад
Saved my day, Thanks a lot
@coderesolutions2873
@coderesolutions2873 Год назад
👍
@coderesolutions2873
@coderesolutions2873 Год назад
no one subscribe yet for this video, guys please Subscribe 🙏 it will motivate me to do more and reach this video to more people, Big Thanks all of you
@amsolutionweb
@amsolutionweb Год назад
please solve error of require native component "BV Leanear greadient" not found please why show this error
@amsolutionweb
@amsolutionweb Год назад
please solve error of require native component "BV Leanear greadient" not found please why show this error
@coderesolutions2873
@coderesolutions2873 Год назад
Try to rebuild your app or if getting this error in ios then remove Pods folder along with Podfile.lock and then run pod install and build again I hope this will help or you find more solutions following link : github.com/react-native-linear-gradient/react-native-linear-gradient/issues/503
@amsolutionweb
@amsolutionweb Год назад
please make react native error video on bv lineaner greadient not found
@Meansgdd
@Meansgdd Год назад
In completed payment show ho raha hai...
@coderesolutions2873
@coderesolutions2873 Год назад
Please check publish key and secret key in you sandbox account which you have defined in code or you can follow the same in video and check the description I have mentioned the git repo also you can clone it and check I hope you will get the solution
@memostartup281
@memostartup281 Год назад
Make video in react native camera recording video and take photos
@coderesolutions2873
@coderesolutions2873 Год назад
Thanks man yeah of course I will
@memostartup281
@memostartup281 Год назад
Great tutorials for beginners bro
@coderesolutions2873
@coderesolutions2873 Год назад
Thanks just keep supporting
@arupde6320
@arupde6320 Год назад
be regular
@coderesolutions2873
@coderesolutions2873 Год назад
Sure👍
@AkhileshYadav-lv3kh
@AkhileshYadav-lv3kh Год назад
Thank you sir 👍👍
@rahulverma2665
@rahulverma2665 Год назад
Nice.....
@rahulverma2665
@rahulverma2665 Год назад
Great 👍
@rahulverma2665
@rahulverma2665 Год назад
Thank you sir bahut din se pareshan tha ho nahi Raha tha aapke is video se bahut help mili hai.
@Duhpedroso
@Duhpedroso 2 года назад
Can you please share you github repo?
@raasvlogbd
@raasvlogbd 4 года назад
Thanks for this helpful video
@wiredzero
@wiredzero 2 года назад
Working version my friend ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Rk_DUtPVMIQ.html