PolGuixe
PolGuixe
It is possible to update it ourself?
It works with `npm install $PATH` however `npm link` is more convenient.
Would it be possible to create a custom checkout ? i.e. not being redirected to the Shopify checkout?
👌 @waywardm ok I see. So basically we are forced to use the Shopify checkout.
Let me know if you need help implementing it or testing it
@jmeas I can test it. 😉
@jmeas I don't understand. Is the `.babelrc` not required? I would like to use this package in different Js frameworks, not just React-Native. Sorry, I don't really understand the fix......
@jmeas many thanks for the clarification. I'll keep investigating. I would like to use the package on both: react-native and non react-native.
I have opened an issue here https://github.com/flowtype/flow-typed/issues/2395
Probably for the variables instead of just setting `string` types we should import the types from flow-typed to be used in our file eg: ``` jsx import {Colors} from 'flow-typed/material-ui'...