7 Commits

Author SHA1 Message Date
Gaëtan Renaudeau
db3bc31a27 gl-react-exponent -> gl-react-expo 2017-03-29 13:28:06 +02:00
Gaëtan Renaudeau
80eb9e9583 please now use 'next' as version instead of 3.0.0-alpha.6 2017-03-29 13:08:21 +02:00
Gaëtan Renaudeau
4d4b567726 fundamentally refactor the way width/height works
in gl-react: the context no longer have {width,height} but have {glSizable} which is an object with a getGLSize function. the size is dynamically calculated in the graph & using gl.drawingBufferWidth / gl.drawingBufferHeight which allows more flexible implementations.
in gl-react-dom: nothing fundamentally changes
in gl-react-native/exponent: Surface no longer takes width/height props! instead, it is just the style object, like any usual React Native view. e.g. you can use flexbox!
2017-03-02 14:42:21 +01:00
Gaëtan Renaudeau
309a02b4be gl-react-native->gl-react-exponent. gl-react-native will be the standalone impl 2017-01-30 12:31:57 +01:00
Gaëtan Renaudeau
164851162b typo 2016-12-03 12:25:16 +01:00
Gaëtan Renaudeau
a7cbc799f3 add a release script 2016-12-03 12:24:37 +01:00
Gaëtan Renaudeau
4600bcedd0 initial release 2016-12-02 10:55:17 +01:00