瀏覽代碼

Example fix

Tero Paananen 4 年之前
父節點
當前提交
a637e77f3f
共有 1 個文件被更改,包括 7 次插入7 次删除
  1. 7
    7
      example/App.tsx

+ 7
- 7
example/App.tsx 查看文件

@@ -84,13 +84,6 @@ const TESTS = {
84 84
       return <LocalPageLoad />;
85 85
     },
86 86
   },
87
-  {Platform.OS === 'windows' && (
88
-    <Button
89
-      testID="testType_messaging"
90
-      title="WebGL"
91
-      onPress={() => this._changeTest('WebGL')}
92
-    />
93
-  )}
94 87
 };
95 88
 
96 89
 type Props = {};
@@ -168,6 +161,13 @@ export default class App extends Component<Props, State> {
168 161
               onPress={() => this._changeTest('Uploads')}
169 162
             />
170 163
           )}
164
+          {Platform.OS === 'windows' && (
165
+            <Button
166
+              testID="testType_webGl"
167
+              title="WebGL"
168
+              onPress={() => this._changeTest('WebGL')}
169
+            />
170
+          )}
171 171
         </View>
172 172
 
173 173
         {restarting ? null : (