Skip to content
Snippets Groups Projects
Commit 1870fc17 authored by isaacwsolomon's avatar isaacwsolomon
Browse files

Added list.tsx to app\screens

parent 840eef18
No related branches found
No related tags found
No related merge requests found
import React from 'react';
const List = () => {
return (
<View>
<Text>List</Text>
</View>
);
};
export default List;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment