Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 254 Bytes

File metadata and controls

16 lines (12 loc) · 254 Bytes

Dead Code

'Text' is defined but never used.

import { View, Text, StyleSheet, FlatList, Button } from "react-native";
}

void Submit() was used for testing but is no longer in use

void Submit() {
  print("Sup");
}