Shane Jones

Results 10 comments of Shane Jones

Also looking for this to work with Expo.

@alekslario Thank you for your fork. This is perfect!

I've not turned anything back on yet. Just got my money sat in some coins at the moment. Will start working back on this again soon though.

Create a Map component and pass props into it to customise the map, then use that component in multiple places. I've just got this working fine with 3 maps on...

Just got this working with the following tweaks ``` import React from "react" import { Button } from "antd" import { IntlContextConsumer, changeLocale } from "gatsby-plugin-intl" const languageName = {...

Hey @novelnet I have `no` in my config as you can see below. ``` { resolve: `gatsby-plugin-intl`, options: { path: `${__dirname}/src/lang`, languages: [`en`, `no`], defaultLanguage: `en`, redirect: false, }, },...

This seems to do something now but it creates new issues. Is there any reason why the plugin allows the `/no/` code? Looking into info on ISO Codes on Wiki...

I'm also having the randomly switching and also the issue of the white pages too. @novelnet's idea at the end there sounds like a great approach.

I am also getting this issue too. Any update? This has also started taking credits off my API call balance too. ``` ➜ gtmetrix-python python run.py Site: under2 - Url:...

Can confirm that the code @novelja provided fixed the issues for me.