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, Image, View } from 'react-native';
import { createStackNavigator } from 'react-navigation-stack';
import { FlatList, BorderlessButton } from 'react-native-gesture-handler';