Mikael Sand

Results 142 comments of Mikael Sand

Changing the render method fixes that as well: ``` render() { const {style} = this.props; return ( React Native for Web ); } ```

I've now made a fork of Este and integrated Apollo (to get graphql) and CodePush to get js updates to native apps. https://github.com/msand/este/tree/extended I think it might be enough to...

It works if I copy the components / modules into my common / browser / native / server folders and import from there. But if I try to import straight...

@ipselon To get React Native working you first have to follow the installation instructions for RN: https://facebook.github.io/react-native/docs/getting-started.html Then you clone and install the repositories ``` git clone https://github.com/msand/este.git cd este...

I've simplified the setup and fixed the syntax error. If you do not have lerna or gulp installed make sure to install those globally first: npm install -g lerna gulp...

I've added a simpler and more thorough readme to https://github.com/msand/estructor

@marzolfb Have you tried with the latest version of react-native-svg? It now conforms to the spec regarding transforms and rotations (or it should at least, please tell me if you...