This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component, AsyncStorage } from 'react'; | |
import { StyleSheet, Text, View } from 'react-native'; | |
import { Router, Scene } from 'react-native-router-flux'; | |
import hooks from 'feathers-hooks'; | |
import feathers from 'feathers/client'; | |
import socketio from 'feathers-socketio/client'; | |
import localstorage from 'feathers-localstorage'; | |
import authentication from 'feathers-authentication-client'; |
NewerOlder