Commit 5a34d05c authored by Gaëtan Renaudeau's avatar Gaëtan Renaudeau

Merge branch 'android'

parents a7231c69 06f68f66
......@@ -50,20 +50,17 @@ class AdvancedEffects extends React.Component {
return (
<View style={styles.root}>
{/*
<Banner
time={time}
width={viewportW}
height={viewportH - introH - imgH - transitionH}
/>
*/}
<Intro
time={time}
fps={frames/time}
width={viewportW}
height={introH}
/>
{/*
<Vignette
time={time}
width={imgW}
......@@ -79,8 +76,6 @@ class AdvancedEffects extends React.Component {
pauseDuration={0.5}
transitionDuration={1.5}
/>
*/}
</View>
);
}
......
{
"name": "gl-react-native",
"version": "1.2.7",
"version": "1.3.0",
"description": "OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm",
"repository": {
"type": "git",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment