Browse Source

Example fix

Tero Paananen 4 years ago
parent
commit
a637e77f3f
1 changed files with 7 additions and 7 deletions
  1. 7
    7
      example/App.tsx

+ 7
- 7
example/App.tsx View File

84
       return <LocalPageLoad />;
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
 type Props = {};
89
 type Props = {};
168
               onPress={() => this._changeTest('Uploads')}
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
         </View>
171
         </View>
172
 
172
 
173
         {restarting ? null : (
173
         {restarting ? null : (