Тёмный
No video :(

React Native Google Maps | Get Current Location and Location Permission in Android and IOS | Part 8 

Coding With Zain
Подписаться 1,8 тыс.
Просмотров 11 тыс.
50% 1

Hello everyone!
Welcome, to the "React Native Google Maps for Android and IOS Tutorial" Series!!
In this series, you will learn all about google maps each and every detail for both Android and iOS. I'm going to cover all topics in detail. After watching this playlist you'll be a React Native Google Maps expert. Keep following me in this playlist.
- react-native-get-location
github.com/dou...
- react-native-geolocation
github.com/mic...
Also, watch my other playlist to grow up your development skills:
Ecomerce Mobile APP Tutorial:
• React Native CLI Tutor...
Uber Clone Mobile App Tutorial:
• Uber Clone Using React...
Build Flight Booking Web App Tutorial:
• Build Flight Booking W...

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 13   
@karldtrumpeter
@karldtrumpeter Месяц назад
The whole series has been of great help to me. Thank you very much!
@gulraiz19
@gulraiz19 11 месяцев назад
The whole playlist is really helpful!!! Thanks for making it ❤
@codingwithzain_
@codingwithzain_ 11 месяцев назад
thank you so much ❤
@user-js5wv3uu1h
@user-js5wv3uu1h 2 месяца назад
how we can enable location service if it is turned off by default ?
@manaalfatima1190
@manaalfatima1190 5 месяцев назад
ak aesi ved chahye jisme user jahn jahn ja raha hai uski location sath sath show hoti rahe jese uber ki app me hota hai.....
@saviomartins8478
@saviomartins8478 7 месяцев назад
hi "WARN undefined Cannot read property 'getCurrentPosition' of null" ??
@MalikMuhammadShehzad
@MalikMuhammadShehzad 7 месяцев назад
use this functionality it will help you const [permissionGranted, setPermissionGranted] = useState(false); useEffect(() => { const getLocationPermission = async () => { if (Platform.OS === 'android') { const granted = await PermissionsAndroid.request( PermissionsAndroid.PERMISSIONS.ACCESS_FINE_LOCATION, ); setPermissionGranted(granted === PermissionsAndroid.RESULTS.GRANTED); } }; getLocationPermission(); getCurrentLocation(); enableLatestRenderer(); }, []); const getCurrentLocation = async () => { GetLocation.getCurrentPosition({ enableHighAccuracy: true, timeout: 60000, }) .then(location => { console.log('My current location is =>', location); }) .catch(error => { const {code, message} = error; console.log(code, message); }); };
@augustineudeh1584
@augustineudeh1584 6 месяцев назад
do you find solution yet @saviomartins8478
@Music_Swings
@Music_Swings Месяц назад
Brother did you find the solution. Please reply , I am getting suicide thoughts😂 almost 2days on the same error.
@ZiaCodes
@ZiaCodes Год назад
Is Expo free? How are you building to different applications? Seperate project for android and IOS? Let me know Thanks
@codingwithzain_
@codingwithzain_ Год назад
Hi, First expo is free. Second I build application on React Native CLI . For expo and cli you can build app in both Android and iOS. For expo you have to scan qr code and download expo app from play store. In cli you can run app directly in ios or android physical device.
@ZiaCodes
@ZiaCodes Год назад
@@codingwithzain_ Wo theek ha, but I want to build the .apk and ios ki file to install on my device? I saw that it had pricing or something like that, My app took 15 minutes to build online expo website? What's that 🤔
@codingwithzain_
@codingwithzain_ Год назад
Don't use expo then use cli. Expo is costly when creating apk file.
Далее
React Native vs Flutter - Which should you use?
22:31
ЛОВИМ НОВЫХ МОНСТРОВ В LETHAL COMPANY
2:42:22
React Native CLI Setup for Windows [Created in 2024]
25:02
Building a Mobile App in 2024: The BEST Technologies
13:31
Google Maps and Directions API on React Native
28:40
Просмотров 36 тыс.
We Built an App in 24 Hours [No Code]
11:56
Просмотров 424 тыс.
How to load Maps JavaScript API in React (2023)
6:31
From React to React Native in 12 Minutes
12:33
Просмотров 12 тыс.
ЛОВИМ НОВЫХ МОНСТРОВ В LETHAL COMPANY
2:42:22