refactor: migrate codebase to typescript

This commit is contained in:
satyajit.happy
2019-04-26 10:20:51 +02:00
parent 22bfd4f314
commit 3b907d39ee
54 changed files with 8258 additions and 1712 deletions

View File

@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import { Dimensions, Button, View, Text } from 'react-native';
import { withNavigation } from '@react-navigation/core';
import { createStackNavigator } from 'react-navigation-stack';