Commit 89c2d7e7 authored by Gaëtan Renaudeau's avatar Gaëtan Renaudeau

show a bug for #67

parent 298ce6c4
...@@ -141,6 +141,10 @@ class Tests extends React.Component { ...@@ -141,6 +141,10 @@ class Tests extends React.Component {
<HelloGL width={2} height={2} pixelRatio={1} /> <HelloGL width={2} height={2} pixelRatio={1} />
</Surface> </Surface>
<Surface style={{ borderRadius: 50 }} width={debugSize} height={debugSize}>
<HelloGL />
</Surface>
</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