Source: components/MyTasks.js

import React from 'react'
import { Text } from 'react-native'

/**
 * Here you can implement the logic to subscribe to your tasks and CRUD them.
 * See: https://github.com/meteorrn/sample
 * @param props
 * @returns {JSX.Element}
 * @constructor
 */
export const MyTasks = () => (<Text>Welcome home!</Text>)