Commit a863fe5c authored by Gaëtan Renaudeau's avatar Gaëtan Renaudeau

fix Simple example #8

parent 5594cc33
......@@ -134,11 +134,12 @@ class Simple extends React.Component {
</View>
<Text style={styles.demoTitle}>8. Blur (2-pass) over UI</Text>
<Text style={styles.demoTitle}>8. Blur+Hue over UI</Text>
<View style={styles.demo}>
<Blur
autoRedraw
eventsThrough
visibleContent
width={256}
height={160}
factor={factor}>
......@@ -166,6 +167,11 @@ class Simple extends React.Component {
</Blur>
</View>
<Text style={styles.demoTitle}>9. Texture from array</Text>
<View style={styles.demo}>
<Text>Not Supported Yet</Text>
</View>
</View>
</ScrollView>;
}
......
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