it's been 12 hours non stop that i'm trying to make just a react native app with google maps, i've tried everything but nothing works
Does anyone have a simple project that has google map on it and i will replace the key, or send me a working tutorial please.
I'm using Expo and react native 0.55
Related
I am trying to link my react native app with the iOS calendar. My app runs on expo and uses the react-native-calendar-strip. I've been searching to see how to make a start but not quite sure.Could you please guide me on how to do this?
below is the package that I used
https://github.com/BugiDev/react-native-calendar-strip
True a php API I get the json from my sharepoint and all the data. Also the Image url that is stored there. Now the issue is when I get the image data and use it in React Native Expo on IOS it display's but on Android it doesn't.
Why is this, I already searched on Google but didn't find an answer.
I want to learn React Native but, without using EXPO
Why do i not using EXPO? (source: Youtube Channel "McAbout Digital")
Lack of support for geolocation
No support for Payment API
Slow image rendering
Limited access to Firebase setting
Advanced animation support
Wherever i google about React Native the EXPO is always there too.
I'm looking for pure react native documentation/tutorial
Apart from project setup almost everything is same in the docs for both versions,
but if you are looking for a good tutorial series you can start learning by
UDEMY - React Native Practical Guid which is a paid course but worth it.
I didn't find information at ionicframework website. For example, I saw many examples from react-native from react.parts website, and for example by using react-native I could render on google map custom objects, shapes, marker animation e.t.c, but on the other hand, Ionic2 renders google map as webview. So, is Ionic 2 will be native or webview based?
I am not sure, if I understood your question but i will try to answer.
React Native and Ionic 2 is two really different thing. React Native use native components and Ionic 2 use HTML components in WebView. So if you want to use Google Maps in Ionic 2, you have to use Google Maps javascript SDK, but if you want to use it in React Native you will use Google Maps native mobile SDK wrapped in some React component.
But there is lot of Cordova plugins that can provide native functionality for your Ionic app. For example Google Maps plugin that will give you native mobile map SDK: https://github.com/mapsplugin/cordova-plugin-googlemaps
Hope I helped you.
I have some API of maps (2GIS). Maps on JS. How can I connect them to my app on react-native?
I tried to find some possible ways, but without result. I am a newbie on react-native
If you want to use a native component that nobody wrote a React Native component for, you will to do it yourself.
It's not very hard for most things. You can learn how to do it for iOS and Android in the linked docs.