| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
React Native has made a breaking change to header paths in [0.40.0](https://github.com/facebook/react-native/releases/tag/v0.40.0). Besides fixing the headers, this adds `RN@0.40` and `React@15.4.0` as peer depedencies and bump version.
Update headers for RN@0.40.0
| Back | FazBrowse Home | New Git URL |
Add region to the result
Sometimes, we need region of the geocoded result, for example, to decide the zoom level of the map. This PR adds region to iOS and Google API fallback results, but on Android region will always be null since it doesn't support the feature. To make it available on Android, the Google API Fallback methods are exposed.
Add support for language-specific calls
With setLanguage method, now it's possible to make a call with a specific language.