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 : (