| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@devfd pls review thankss :) |
Sorry, something went wrong.
| @@ -1,5 +1,5 @@ | |||
| #import <React/RCTBridgeModule.h> | |||
| #import <React/RCTConvert.h> | |||
| #import "RCTBridgeModule.h" | |||
There was a problem hiding this comment.
This will not compile >= RN 0.40
Sorry, something went wrong.
There was a problem hiding this comment.
Ok. will update
Sorry, something went wrong.
There was a problem hiding this comment.
@itinance btw i have put the back in latest commit, can u review on the latest commit not this one :)
Sorry, something went wrong.
| if (!this.apiKey) { throw err; } | ||
| return GoogleApi.geocodePosition(this.apiKey, position); | ||
| }); | ||
| } |
There was a problem hiding this comment.
There is a missing , on this line which causes an unexpected token error
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
User can put language like "en", "id", "en_US", or any formatted language code for set into user devices, then the geocoder will return result base on selected language.
Don't worry if will affect current device language. After set the language with selected language, i also put the language back to original language after get the result.
I create this after saw people had an issue on language, and i also need this feature, so i create this one.
hope will help the community :)
For now only iOS supported, but i have added the function in android as well but not yet fill the logic to change language base on the language parameter, anyone can fill in it pls fill it, while i also ask my friend who has android studio :p
Thanks ! any question pls comment or msg me abadi_kaka@yahoo.com thx