fix NativeModules import on wallet page

This commit is contained in:
Akinwale Ariwodola 2019-03-29 18:35:14 +01:00
parent 6e94c27021
commit ee75a6bca6

View file

@ -1,5 +1,5 @@
import React from 'react';
import { ScrollView, Text, View } from 'react-native';
import { NativeModules, ScrollView, Text, View } from 'react-native';
import TransactionListRecent from 'component/transactionListRecent';
import WalletAddress from 'component/walletAddress';
import WalletBalance from 'component/walletBalance';