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