Skip to content

Commit

Permalink
Merge branch 'develop' into feature/snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pcowgill committed Dec 18, 2018
2 parents 2ad694f + 788d8db commit 4ec934a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/AppNavigator.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import { createStackNavigator, createAppContainer } from "react-navigation";

import HomeScreen from "./screens/HomeScreen";
import ListLandsScreen from "./screens/ListLandsScreen";
import LandClaimScreen from "./screens/LandClaimScreen";
import OnboardingHomeScreen from "./screens/OnboardingHomeScreen";
import EthereumQuestionScreen from "./screens/EthereumQuestionScreen";
import EthereumSignUpScreen from "./screens/EthereumSignUpScreen";
import EthereumSignInScreen from "./screens/EthereumSignInScreen";
import Colors from "./constants/Colors.js";
import Colors from "@constants/Colors.js";

const AppNavigator = createStackNavigator(
{
Expand Down

0 comments on commit 4ec934a

Please sign in to comment.