Browse Source

squarenav syntax

pull/1/head
Tim Glasgow 2 years ago
parent
commit
96251779c9
  1. 2
      squarenotsquare/navigation/SquareStack.js

2
squarenotsquare/navigation/SquareStack.js

@ -2,7 +2,7 @@ import React, {Component} from 'react';
import {NavigationContainer} from '@react-navigation/native'; import {NavigationContainer} from '@react-navigation/native';
import {createStackNavigator} from '@react-navigation/stack'; import {createStackNavigator} from '@react-navigation/stack';
import {connect} from 'react-redux'; import {connect} from 'react-redux';
import {squareRef} from 'SquareNav'; import {squareRef} from './SquareNav';
import Home from '../components/Home'; import Home from '../components/Home';
import Game from '../components/Game'; import Game from '../components/Game';

Loading…
Cancel
Save